Re: [PATCH 1/1] bootm: don't call booti_setup for EFI images

2023-06-15 Thread Simon Glass
Hi Heinrich, On Thu, 15 Jun 2023 at 12:38, Heinrich Schuchardt wrote: > > On 6/15/23 11:14, Simon Glass wrote: > > On Tue, 13 Jun 2023 at 09:11, Heinrich Schuchardt > > wrote: > >> > >> On the arm64 architecture booti_setup() is called for EFI FIT images. > >> This function call fails because EF

Re: [PATCH 1/1] bootm: don't call booti_setup for EFI images

2023-06-15 Thread Heinrich Schuchardt
On 6/15/23 11:14, Simon Glass wrote: On Tue, 13 Jun 2023 at 09:11, Heinrich Schuchardt wrote: On the arm64 architecture booti_setup() is called for EFI FIT images. This function call fails because EFI images typically do not have a kernel signature. Check that the operating system property "o

Re: [PATCH 1/1] bootm: don't call booti_setup for EFI images

2023-06-15 Thread Simon Glass
On Tue, 13 Jun 2023 at 09:11, Heinrich Schuchardt wrote: > > On the arm64 architecture booti_setup() is called for EFI FIT images. > This function call fails because EFI images typically do not have a > kernel signature. > > Check that the operating system property "os" of the image is "linux" > b

[PATCH 1/1] bootm: don't call booti_setup for EFI images

2023-06-13 Thread Heinrich Schuchardt
On the arm64 architecture booti_setup() is called for EFI FIT images. This function call fails because EFI images typically do not have a kernel signature. Check that the operating system property "os" of the image is "linux" before invoking booti_setup(). Fixes: 487b5fa6deb1 ("bootm: Handle kern