Re: [PATCH v2] efi_loader: do not install dtb if bootmgr fails

2024-04-25 Thread Ilias Apalodimas
Hi Heinrich, On Thu, 25 Apr 2024 at 11:06, Heinrich Schuchardt wrote: > > If the UEFI boot manager fails there is no point in installing the > device-tree as a configuration table. > > Unload image if device-tree cannot be installed. > > Signed-off-by: Heinrich Schuchardt > --- > v2: >

[PATCH v2] efi_loader: do not install dtb if bootmgr fails

2024-04-25 Thread Heinrich Schuchardt
If the UEFI boot manager fails there is no point in installing the device-tree as a configuration table. Unload image if device-tree cannot be installed. Signed-off-by: Heinrich Schuchardt --- v2: Unload image if device-tree cannot be installed. --- lib/efi_loader/efi_bootmgr.c | 14