Re: [PATCH] boot: Support decompressing non-kernel OS images

2024-01-12 Thread Tom Rini
On Fri, Dec 15, 2023 at 04:54:16PM -0700, Simon Glass wrote: > Sometimes the kernel is built as an EFI application rather than a > binary. We still want to support compression for this case. > > For arm64 the entry point is set later in the bootm_load_os() function, > since these images are typic

[PATCH] boot: Support decompressing non-kernel OS images

2023-12-15 Thread Simon Glass
Sometimes the kernel is built as an EFI application rather than a binary. We still want to support compression for this case. For arm64 the entry point is set later in the bootm_load_os() function, since these images are typically relocated due to the 2MB-alignment requirement of arm64 images. But