[PATCH 0/5] Change omap DEBUG_LL code to use inituart for AUTO_ZRELADDR and ARM_PATCH_PHYS_VIRT

Tony Lindgren tony at atomide.com
Thu Feb 3 20:26:59 EST 2011


Here are the changes to make omap DEBUG_LL code generic using
the new inituart macro posted in a separate series. This allows
leaving out the dependency to the uncompress code and allows
error messages when trying to boot a wrong zImage.

Adding support for new machines should be only additional two
lines of assembly per machine after these patches.

Regards,

Tony

---

Tony Lindgren (5):
      omap: Remove code configuring the DEBUG_LL serial port using uncompress code
      omap: Use inituart to configure the debug serial port based on machine ID
      omap: Add support for CONFIG_AUTO_ZRELADDR for DEBUG_LL
      omap: Combine debug-macro.S for omap1 and omap2+
      omap: Add CONFIG_AUTO_ZRELADDR and CONFIG_ARM_PATCH_PHYS_VIRT to defconfigs


 arch/arm/configs/omap1_defconfig               |    2 
 arch/arm/configs/omap2plus_defconfig           |    2 
 arch/arm/mach-omap1/include/mach/debug-macro.S |   98 ---------
 arch/arm/mach-omap1/serial.c                   |    7 +
 arch/arm/mach-omap2/include/mach/debug-macro.S |  138 -------------
 arch/arm/mach-omap2/serial.c                   |    7 +
 arch/arm/plat-omap/include/plat/debug-macro.S  |  257 ++++++++++++++++++++++++
 arch/arm/plat-omap/include/plat/serial.h       |   34 ---
 arch/arm/plat-omap/include/plat/uncompress.h   |   32 +--
 9 files changed, 284 insertions(+), 293 deletions(-)
 create mode 100644 arch/arm/plat-omap/include/plat/debug-macro.S

-- 
Signature



More information about the linux-arm-kernel mailing list