Re: [PATCH v2 4/4] boot: correct finding the default EFI binary

2024-04-04 Thread Heinrich Schuchardt
On 04.04.24 16:46, Ilias Apalodimas wrote: Hi Heinrich, FWIW reading at this, I don't see a point of having it overall. It has a nice feature of trying to load external DTBs from a path though. I think in the future we can move the dtb selection in bootmeth_efi_mgr.c and delete this one

Re: [PATCH v2 4/4] boot: correct finding the default EFI binary

2024-04-04 Thread Ilias Apalodimas
Hi Heinrich, FWIW reading at this, I don't see a point of having it overall. It has a nice feature of trying to load external DTBs from a path though. I think in the future we can move the dtb selection in bootmeth_efi_mgr.c and delete this one On Thu, 4 Apr 2024 at 14:49, Heinrich Schuchardt

[PATCH v2 4/4] boot: correct finding the default EFI binary

2024-04-04 Thread Heinrich Schuchardt
* The sandbox must not use an arbitrary file name bootsbox.efi but the file name matching the host architecture to properly boot the respective file. We already have an include which provides a macro with the name of the EFI binary. Use it. * The path to the EFI binary should be absolute.