[PATCH v2 17/18] boot: Imply CRC8 with VBE
Simon Glass
sjg at chromium.org
Fri Sep 20 10:12:56 CEST 2024
VBE uses a crc8 checksum to verify that the nvdata is valid, so make
sure it is available if VBE is enabled.
Signed-off-by: Simon Glass <sjg at chromium.org>
---
Changes in v2:
- Depend on TPL/VPL as well
boot/Kconfig | 2 ++
1 file changed, 2 insertions(+)
diff --git a/boot/Kconfig b/boot/Kconfig
index 9fd1424cd1f..48ed86bf13a 100644
--- a/boot/Kconfig
+++ b/boot/Kconfig
@@ -718,6 +718,8 @@ config SPL_BOOTMETH_VBE_REQUEST
config BOOTMETH_VBE_SIMPLE
bool "Bootdev support for VBE 'simple' method"
default y
+ imply SPL_CRC8 if SPL
+ imply VPL_CRC8 if VPL
help
Enables support for VBE 'simple' boot. This allows updating a single
firmware image in boot media such as MMC. It does not support any sort
--
2.43.0
More information about the U-Boot
mailing list