Thread (11 messages) flat view 11 messages, 5 authors, 2013-03-13
STALE4906d

Revision v4 of 5 in this series.

Revisions (5)
  1. v1 [diff vs current]
  2. v1 [diff vs current]
  3. v4 current
  4. v4 [diff vs current]
  5. v4 [diff vs current]

[PATCH v4 0/2] Uncompress debug for multiplatform

From: Shawn Guo <hidden>
Date: 2013-03-11 11:35:35

Instead of giving zero support of uncompress debug for multiplatform
build, the series turns uncompress debug into one part of DEBUG_LL
support.  When DEBUG_LL is turned on for a particular platform,
uncompress debug works too for that platform.

OMAP is an exception here.  OMAP low-level debug code places data
in the .data section, and that is allowed in decompressor.  That's
why Kconfig symbol DEBUG_UNCOMPRESS that controls multiplatform
uncompress debug support is defined with !DEBUG_OMAP2PLUS_UART.

Changes since v3:
 - Create Kconfig symbol DEBUG_UNCOMPRESS for building in
   multiplatform uncompress debug support, so that we can leave
   out the platform which is part of multiplatform but not ready
   for being part of uncompress debug like OMAP example.

Shawn Guo (2):
  ARM: use Kconfig to select uncompress.h
  ARM: uncompress debug support for multiplatform build

 arch/arm/Kconfig.debug              |    9 +++++++++
 arch/arm/boot/compressed/Makefile   |    3 +++
 arch/arm/boot/compressed/debug.S    |   12 ++++++++++++
 arch/arm/boot/compressed/misc.c     |    8 +-------
 arch/arm/include/debug/uncompress.h |    7 +++++++
 5 files changed, 32 insertions(+), 7 deletions(-)
 create mode 100644 arch/arm/boot/compressed/debug.S
 create mode 100644 arch/arm/include/debug/uncompress.h

-- 
1.7.9.5
Keyboard shortcuts
hback out one level
jnext message in thread
kprevious message in thread
ldrill in
Escclose help / fold thread tree
?toggle this help