
17 Feb
2023
17 Feb
'23
4:51 p.m.
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 use a prior-stage FDT if one is not found in the normal way. Support this and show a warning in that case.
Signed-off-by: Simon Glass sjg@chromium.org Suggested-by: Mark Kettenis kettenis@openbsd.org
As-is, sandbox fails to build with this, on master.
--
Tom