]> git.baikalelectronics.ru Git - uboot.git/commit
bootstd: Always create the EFI bootmgr bootmeth
authorSimon Glass <sjg@chromium.org>
Sat, 30 Jul 2022 21:52:28 +0000 (15:52 -0600)
committerTom Rini <trini@konsulko.com>
Fri, 12 Aug 2022 12:17:11 +0000 (08:17 -0400)
commit81f3c1ab9f93eb2f042f0ec9c523a6715b9807e3
treed90704d507c4f99f18a6a72519c822ddeddf65f9
parent4e3e1d24685abb931601d15906c2ff1b9712908a
bootstd: Always create the EFI bootmgr bootmeth

Now that we can separate this out from the normal bootmeths, update the
code to create it always.

We cannot rely on the device tree to create this, since the EFI project
is quite opposed to having anything in the device tree that helps U-Boot
with its processing.

Signed-off-by: Simon Glass <sjg@chromium.org>
boot/bootstd-uclass.c
test/boot/bootflow.c