Re: [PATCH] bootstd: Replicate the dtb-filename quirks of distroboot

2023-01-25 Thread Tom Rini
On Wed, Jan 25, 2023 at 06:04:56PM +0100, Heinrich Schuchardt wrote: > On 1/25/23 17:15, Tom Rini wrote: > > On Wed, Jan 25, 2023 at 04:38:53PM +0100, Heinrich Schuchardt wrote: > > > On 1/25/23 04:11, Simon Glass wrote: > > > > For EFI, the distro boot scripts search in three different directories

Re: [PATCH] bootstd: Replicate the dtb-filename quirks of distroboot

2023-01-25 Thread Heinrich Schuchardt
On 1/25/23 17:15, Tom Rini wrote: On Wed, Jan 25, 2023 at 04:38:53PM +0100, Heinrich Schuchardt wrote: On 1/25/23 04:11, Simon Glass wrote: For EFI, the distro boot scripts search in three different directories for the .dtb file. The SOC-based filename fallback is supported only for 32-bit ARM.

Re: [PATCH] bootstd: Replicate the dtb-filename quirks of distroboot

2023-01-25 Thread Tom Rini
On Wed, Jan 25, 2023 at 04:38:53PM +0100, Heinrich Schuchardt wrote: > On 1/25/23 04:11, Simon Glass wrote: > > For EFI, the distro boot scripts search in three different directories > > for the .dtb file. The SOC-based filename fallback is supported only for > > 32-bit ARM. > > > > Adjust the cod

Re: [PATCH] bootstd: Replicate the dtb-filename quirks of distroboot

2023-01-25 Thread Heinrich Schuchardt
On 1/25/23 04:11, Simon Glass wrote: For EFI, the distro boot scripts search in three different directories for the .dtb file. The SOC-based filename fallback is supported only for 32-bit ARM. Adjust the code to mirror this behaviour. Signed-off-by: Simon Glass Suggested-by: Mark Kettenis ---

[PATCH] bootstd: Replicate the dtb-filename quirks of distroboot

2023-01-24 Thread Simon Glass
For EFI, the distro boot scripts search in three different directories for the .dtb file. The SOC-based filename fallback is supported only for 32-bit ARM. Adjust the code to mirror this behaviour. Signed-off-by: Simon Glass Suggested-by: Mark Kettenis --- boot/bootmeth_efi.c | 63 +++