[U-Boot] [PATCH v4 3/9] sandbox: Add support for bootz

Simon Glass sjg at chromium.org
Sun Apr 19 15:30:11 CEST 2015


On 13 April 2015 at 14:54, Sjoerd Simons <sjoerd.simons at collabora.co.uk> wrote:
> Add dummy bootz_setup implementation allowing the u-boot sandbox to
> run bootz. This recognizes both ARM and x86 zImages to validate a
> valid zImage was loaded.
>
> Signed-off-by: Sjoerd Simons <sjoerd.simons at collabora.co.uk>
> Acked-by: Simon Glass <sjg at chromium.org>
>
> ---
>
> Changes in v4: None
> Changes in v3:
> - Fill in *start and *end with proper values
>
> Changes in v2:
> - Move into sandbox/lib/bootm.c
> - convert to u-boot coding style
> - Remove unneeded cast
>
>  arch/sandbox/lib/bootm.c | 42 ++++++++++++++++++++++++++++++++++++++++++
>  1 file changed, 42 insertions(+)

Applied to u-boot-x86/sandbox, thanks!


More information about the U-Boot mailing list