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

2023-02-22 Thread Simon Glass
Hi Tom, On Fri, 17 Feb 2023 at 08:51, Tom Rini wrote: > > On Sun, Feb 05, 2023 at 01:24:38PM -0700, 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 v3] bootstd: Replicate the dtb-filename quirks of distroboot

2023-02-17 Thread Tom Rini
On Sun, Feb 05, 2023 at 01:24:38PM -0700, 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. > > Also some boards can us

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

2023-02-06 Thread Tom Rini
On Sun, Feb 05, 2023 at 01:24:38PM -0700, 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. > > Also some boards can us

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

2023-02-05 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. Also some boards can use a prior-stage FDT if one is not found in the normal way. Support this and