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

2023-02-06 Thread Simon Glass
On Mon, 30 Jan 2023 at 10:10, Tom Rini wrote: > > On Sat, Jan 28, 2023 at 06:27:15PM -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

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

2023-01-30 Thread Tom Rini
On Sat, Jan 28, 2023 at 06:27:15PM -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 use

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

2023-01-28 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