[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>
Showing
- lib_arm/bootm.c 16 additions, 4 deletionslib_arm/bootm.c
- lib_avr32/bootm.c 16 additions, 4 deletionslib_avr32/bootm.c
- lib_blackfin/bootm.c 14 additions, 3 deletionslib_blackfin/bootm.c
- lib_i386/bootm.c 21 additions, 5 deletionslib_i386/bootm.c
- lib_m68k/bootm.c 7 additions, 5 deletionslib_m68k/bootm.c
- lib_microblaze/bootm.c 14 additions, 3 deletionslib_microblaze/bootm.c
- lib_mips/bootm.c 15 additions, 4 deletionslib_mips/bootm.c
- lib_nios2/bootm.c 14 additions, 3 deletionslib_nios2/bootm.c
- lib_ppc/bootm.c 6 additions, 2 deletionslib_ppc/bootm.c
- lib_sh/bootm.c 14 additions, 3 deletionslib_sh/bootm.c
Loading
Please register or sign in to comment