[U-Boot] [PATCH v2 2/4] x86: Rewrite bootm.c to make it similar to ARM

2014-10-07 Thread Simon Glass
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

[U-Boot] [PATCH v2 2/4] x86: Rewrite bootm.c to make it similar to ARM

2013-11-09 Thread Simon Glass
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