1
0
mirror of https://xff.cz/git/u-boot/ synced 2025-12-26 20:24:35 +01:00
Files
u-boot-megous/cmd/bootmeth.c
Simon Glass bc06aa035d bootstd: Allow bootmeths to be marked as global
The current way of handling things like EFI bootmgr is a bit odd, since
that bootmeth handles selection of the bootdev itself. VBE needs to work
the same way, so we should support it properly.

Add a flag that indicates that the bootmeth is global, rather than being
invoked on each bootdev. Provide a helper to read a bootflow from the
bootmeth.

Signed-off-by: Simon Glass <sjg@chromium.org>
2022-08-12 08:17:10 -04:00

2.6 KiB