
8 Aug
2025
8 Aug
'25
10:43 p.m.
From: Simon Glass <sjg@chromium.org> This method is useful for locating an OS using the VBE approach. Enable it for the app and payload, for both x86 and ARM. Signed-off-by: Simon Glass <sjg@chromium.org> --- boot/Kconfig | 1 + 1 file changed, 1 insertion(+) diff --git a/boot/Kconfig b/boot/Kconfig index ddb5b26ec15..a68d8af047b 100644 --- a/boot/Kconfig +++ b/boot/Kconfig @@ -823,6 +823,7 @@ config BOOTMETH_VBE_ABREC_OS imply SPL_CRC8 imply VPL_CRC8 default y if SANDBOX && !SPL + default y if EFI_CLIENT help Enables support for VBE 'abrec' boot. This allows updating one of an A or B Operating System in boot media such as MMC. The new OS is -- 2.43.0