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

Simon Glass sjg at chromium.org
Wed Oct 22 16:57:21 CEST 2014


On 19 October 2014 21:11, Simon Glass <sjg at chromium.org> wrote:
> 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 at chromium.org>

Applied to u-boot-x86/master


More information about the U-Boot mailing list