[U-Boot] [PATCH 05/10] x86: Move kernel boot function to arch/x86/lib/bootm.c

Simon Glass sjg at chromium.org
Sat Nov 8 20:24:07 CET 2014


On 10 October 2014 08:21, Simon Glass <sjg at chromium.org> wrote:
> The boot_zimage() function is badly named it can also boot a raw kernel.
> Rename it, and try to avoid pointers for memory addresses as it involves
> lots of casting.
>
> Signed-off-by: Simon Glass <sjg at chromium.org>
> ---
>
>  arch/x86/include/asm/bootm.h  | 16 +++++++++++++++
>  arch/x86/include/asm/zimage.h |  4 +---
>  arch/x86/lib/bootm.c          | 48 ++++++++++++++++++++++++++++++++++---------
>  arch/x86/lib/zimage.c         | 43 ++++++++------------------------------
>  4 files changed, 63 insertions(+), 48 deletions(-)
>

Applied to u-boot-x86 and now in mainline.


More information about the U-Boot mailing list