[new uImage] Add new uImage format support to arch specific do_bootm_linux() routines
authorMarian Balakowicz <m8@semihalf.com>
Wed, 12 Mar 2008 09:33:00 +0000 (10:33 +0100)
committerMarian Balakowicz <m8@semihalf.com>
Wed, 12 Mar 2008 09:33:00 +0000 (10:33 +0100)
commitcd7c596e9f561dbbc17b717277438aee78cde14f
tree1766af01b819e4f7c341cb841742cb6242ff0b33
parent3dfe110149311425919e6d6a14b561b4207498f1
[new uImage] Add new uImage format support to arch specific do_bootm_linux() routines

This patch updates architecture specific implementations of
do_bootm_linux() adding new uImage format handling for
operations like get kernel entry point address, get kernel
image data start address.

Signed-off-by: Marian Balakowicz <m8@semihalf.com>
lib_arm/bootm.c
lib_avr32/bootm.c
lib_blackfin/bootm.c
lib_i386/bootm.c
lib_m68k/bootm.c
lib_microblaze/bootm.c
lib_mips/bootm.c
lib_nios2/bootm.c
lib_ppc/bootm.c
lib_sh/bootm.c