On 2026-07-28T13:20:42, Carlo Caione <[email protected]> wrote: > efi_loader: bootmgr: preserve a passed devicetree > > An FDT explicitly passed to efi_bootmgr_run() is currently replaced by > the FDT referenced by the selected Boot#### load option. This makes an > operator-supplied devicetree ineffective whenever the boot option carries > one. > > Only consult the load-option FDT when no FDT was passed. Document the > resulting precedence so the explicit call argument remains the > highest-priority source. > > Signed-off-by: Carlo Caione <[email protected]> > Reviewed-by: Ilias Apalodimas <[email protected]> > > lib/efi_loader/efi_bootmgr.c | 20 +++++++++++--------- > 1 file changed, 11 insertions(+), 9 deletions(-)
Reviewed-by: Simon Glass <[email protected]>
