Re: [PATCH] efi_loader: add /dtbs search path

2024-07-22 Thread Ilias Apalodimas
On Mon, 22 Jul 2024 at 20:55, Caleb Connolly wrote: > > Add an additional search path /dtbs, this is where dtbs are installed on > postmarketOS and potentially other distros. > > Signed-off-by: Caleb Connolly > --- > lib/efi_loader/efi_fdt.c | 3 +++ > 1 file changed, 3 insertions(+) > > diff --

Re: [PATCH] efi_loader: add /dtbs search path

2024-07-22 Thread Heinrich Schuchardt
On 7/22/24 19:55, Caleb Connolly wrote: Add an additional search path /dtbs, this is where dtbs are installed on postmarketOS and potentially other distros. Signed-off-by: Caleb Connolly --- lib/efi_loader/efi_fdt.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/efi_loader/efi_fd

[PATCH] efi_loader: add /dtbs search path

2024-07-22 Thread Caleb Connolly
Add an additional search path /dtbs, this is where dtbs are installed on postmarketOS and potentially other distros. Signed-off-by: Caleb Connolly --- lib/efi_loader/efi_fdt.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lib/efi_loader/efi_fdt.c b/lib/efi_loader/efi_fdt.c index 86ba00c