[PATCH 2/4] bootm: Move arm64-image processing later

Simon Glass sjg at chromium.org
Mon Nov 6 18:25:02 CET 2023


Hi Tom,

On Sun, 5 Nov 2023 at 14:20, Tom Rini <trini at konsulko.com> wrote:
>
> On Sun, Nov 05, 2023 at 01:03:52PM -0700, Simon Glass wrote:
>
> > If the image is compressed, then the existing check fails, since the
> > header is wrong.
> >
> > Move the check later in the boot process, after the kernel is
> > decompressed. This allows use of bootm with compressed kernels, while
> > still permitting an uncompressed kernel to be used.
> >
> > Signed-off-by: Simon Glass <sjg at chromium.org>
>
> How are we getting in to this case exactly?

By using a compressed ARM64 image, e.g. Image.gz

Regards,
Simon


More information about the U-Boot mailing list