u-boot-brain/arch
Daniel Schwierzeck 2bb5b63879 MIPS: bootm: rework and fix broken bootm code
The move to 'generic board' as well as changes in the generic
bootm code broke the boot of FIT uImage's. Especially uImage's
with additional initramfs images or FDT's do not work anymore.

Refactor the bootm code to work again with the generic bootm code.

Always relocate ramdisk and FDT in step 'bootm prep' because the
generic bootm code does this only for legacy uImage's.

Move the step 'bootm cmdline' to 'bootm prep' because the Linux
kernel parameters rd_start and rd_size have to be initialized after
the relocation of the ramdisk.

Furthermore support the step 'bootm fake'.

Signed-off-by: Daniel Schwierzeck <daniel.schwierzeck@gmail.com>
Reviewed-by: Tom Rini <trini@konsulko.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
2015-11-06 13:27:28 +01:00
..
arc arc: make AXS101 default platform 2015-09-07 13:38:24 +03:00
arm Merge git://git.denx.de/u-boot-samsung 2015-11-05 07:46:45 -05:00
avr32 avr32: delete ancient board.c 2015-06-10 14:03:26 +02:00
blackfin video: Drop DEV_FLAGS_SYSTEM flag 2015-11-05 08:22:21 +01:00
m68k m68k: cache: add an empty stub functions for invalidate/flush dcache 2015-08-12 20:47:46 -04:00
microblaze microblaze: Add a TODO to call board_init_f_mem() 2015-10-24 13:50:37 -04:00
mips MIPS: bootm: rework and fix broken bootm code 2015-11-06 13:27:28 +01:00
nds32 NDS32: Generic Board Support and Unsupport 2015-08-28 11:46:35 -04:00
nios2 nios2: fix virt_to_phys for nios2 with MMU 2015-10-23 14:55:48 +08:00
openrisc arch: Make board selection choices optional 2015-05-12 18:10:02 -04:00
powerpc video: Drop DEV_EXT_VIDEO flag 2015-11-05 08:24:42 +01:00
sandbox sandbox: add ADC driver 2015-11-02 10:38:00 +09:00
sh Move default y configs out of arch/board Kconfig 2015-06-25 22:17:55 -04:00
sparc arch: Make board selection choices optional 2015-05-12 18:10:02 -04:00
x86 x86: Add support for Advantech SOM-6896 2015-10-21 16:29:27 -06:00
.gitignore .gitignore: drop include/asm/proc from ignore pattern 2014-06-19 11:18:54 -04:00
Kconfig arm, powerpc: select SYS_GENERIC_BOARD 2015-10-24 13:50:38 -04:00