Attention is currently required from: Patrick Rudolph, Christian Walter. Christopher Meis has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/55515 )
Change subject: prodrive/hermes - Set fixed Bootblock size ......................................................................
prodrive/hermes - Set fixed Bootblock size
This is required for Bootguard until 64 byte alignment is implemented.
Change-Id: I36c1d55e3b6124c7ae2ebba5fa7711d98a9b45cb Signed-off-by: Christopher Meis christopher.meis@9elements.com --- M src/mainboard/prodrive/hermes/Kconfig 1 file changed, 7 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/15/55515/1
diff --git a/src/mainboard/prodrive/hermes/Kconfig b/src/mainboard/prodrive/hermes/Kconfig index ac497e6..45cedca 100644 --- a/src/mainboard/prodrive/hermes/Kconfig +++ b/src/mainboard/prodrive/hermes/Kconfig @@ -70,4 +70,11 @@ hex default 0x900000
+config C_ENV_BOOTBLOCK_SIZE + hex + default 0xc000 if FIXED_BOOTBLOCK_SIZE + help + This matches the IBB size used for BootGuard. Adjust this to the + used BootGuard settings. + endif # BOARD_PRODRIVE_HERMES_BASEBOARD