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)
commitbd18b69de10d1a681e760f2ee65b3de29d3006fd
treed90704d507c4f99f18a6a72519c822ddeddf65f9
parentc627cfc14c08a803f5aa9e39d841dcf990d8d034
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