[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] hw/arm/boot: Explain why load_elf_hdr() error is ignored
From: |
Peter Maydell |
Subject: |
Re: [PATCH] hw/arm/boot: Explain why load_elf_hdr() error is ignored |
Date: |
Tue, 3 Sep 2024 17:39:49 +0100 |
On Tue, 3 Sept 2024 at 15:41, Philippe Mathieu-Daudé <philmd@linaro.org> wrote:
>
> If the file is not an ELF file, arm_setup_direct_kernel_boot()
> falls back to try it as a uimage or an AArch64 Image file or as
> last resort a bare raw binary. We can discard load_elf_hdr()
> error and silently return.
>
> Signed-off-by: Philippe Mathieu-Daudé <philmd@linaro.org>
> ---
Applied to target-arm.next, thanks.
-- PMM