uboot/arch/x86
Simon Glass 0d0ba59ccd x86: Rewrite bootm.c to make it similar to ARM
The x86 bootm code is quite special, and geared to zimage. Adjust it
to support device tree and make it more like the ARM code, with
separate bootm stages and functions for each stage.

Create a function announce_and_cleanup() to handle printing the
"Starting kernel ..." message and put it in bootm so it is in one
place and can be used by any loading code. Also move the
board_final_cleanup() function into bootm.

Signed-off-by: Simon Glass <sjg@chromium.org>
2014-10-22 09:03:05 -06:00
..
cpu kconfig: delete redundant CONFIG_${ARCH} definition 2014-07-30 14:42:02 -04:00
dts Makefile: Support include files for .dts files 2014-06-20 11:55:03 -06:00
include/asm x86: Rewrite bootm.c to make it similar to ARM 2014-10-22 09:03:05 -06:00
lib x86: Rewrite bootm.c to make it similar to ARM 2014-10-22 09:03:05 -06:00
Kconfig kconfig: remove redundant "string" type in arch and board Kconfigs 2014-09-13 16:43:55 -04:00
config.mk x86: Enable 32-bit build using x86_64 multilib toolchain 2014-06-23 15:37:23 -06:00