[PATCH 0/5] Makefile.boot cleanup

Uwe Kleine-König u.kleine-koenig at pengutronix.de
Mon Jul 5 10:13:44 EDT 2010


Hello,

this series is a merge between Eric's and my patches that we did to
clean up the early boot code.  It doesn't contain runtime physoffset
support for now, but I plan to pick that up later.

Best regards
Uwe

The following changes since commit 7e27d6e778cd87b6f2415515d7127eba53fe5d02:

  Linux 2.6.35-rc3 (2010-06-11 19:14:04 -0700)

are available in the git repository at:
  git://git.pengutronix.de/git/ukl/linux-2.6.git arm/booting

Eric Miao (2):
      ARM: Remove unused PARAMS_PHYS from arch/arm/boot/compressed
      Auto calculate ZRELADDR and provide option for exceptions

Uwe Kleine-König (9):
      ARM: zImage: don't hard code the stack size twice
      ARM: zImage: some comments for __armv3_mpu_cache_on
      ARM: zImage: __armv3_mpu_cache_flush: respect should-be-zero specification
      ARM: zImage: fix comments for cache_on, cache_off and cache_clean_flush
      ARM: zImage: annotate debug functions about corrupted registers
      ARM: remove bit-rotten STANDALONE_DEBUG for decompressor
      ARM: zImage: don't define unused symbol initrd_phys
      ARM: deprecate support for old way to pass kernel parameters
      ARM: uImage: require passing a LOADADDR when building with RUNTIME_PHYSOFFSET

 arch/arm/Kconfig                        |  105 +++++++++++++++++++++++++++++++
 arch/arm/boot/Makefile                  |   14 +++--
 arch/arm/boot/compressed/Makefile       |   11 +---
 arch/arm/boot/compressed/Makefile.debug |   23 -------
 arch/arm/boot/compressed/head.S         |   40 +++++++++---
 arch/arm/boot/compressed/misc.c         |   20 ------
 arch/arm/kernel/Makefile                |    4 +-
 arch/arm/kernel/compat.c                |    7 --
 arch/arm/kernel/compat.h                |    2 -
 arch/arm/kernel/setup.c                 |   11 +++
 10 files changed, 157 insertions(+), 80 deletions(-)
 delete mode 100644 arch/arm/boot/compressed/Makefile.debug
-- 
Pengutronix e.K.                           | Uwe Kleine-König            |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |



More information about the linux-arm-kernel mailing list