aboutsummaryrefslogtreecommitdiff
path: root/src/mainboard
diff options
context:
space:
mode:
authorArthur Heymans <arthur@aheymans.xyz>2021-01-28 18:25:58 +0100
committerPatrick Georgi <pgeorgi@google.com>2021-02-01 08:52:11 +0000
commitcbce39005ede7e9f0feba6fa98bd7ebd0bb629cc (patch)
treebedcaff8f2acbe4f7becba717f3bc64e00b1e30f /src/mainboard
parent98872649c51e5041c1c9589eb36fd1e97b0f3d49 (diff)
drivers/security/cbnt: Fix bootblock size
Change-Id: Ic5ad9d29f247b6f828501bfacc27a8af08761d55 Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/coreboot/+/50082 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Jonathan Zhang <jonzhang@fb.com> Reviewed-by: Patrick Rudolph <siro@das-labor.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com> Reviewed-by: Kyösti Mälkki <kyosti.malkki@gmail.com>
Diffstat (limited to 'src/mainboard')
-rw-r--r--src/mainboard/ocp/deltalake/Kconfig7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/mainboard/ocp/deltalake/Kconfig b/src/mainboard/ocp/deltalake/Kconfig
index bb907f1af7..c439dca4d0 100644
--- a/src/mainboard/ocp/deltalake/Kconfig
+++ b/src/mainboard/ocp/deltalake/Kconfig
@@ -57,4 +57,11 @@ config CONSOLE_POST
bool
default y
+config C_ENV_BOOTBLOCK_SIZE
+ hex
+ default 0xc000 if FIXED_BOOTBLOCK_SIZE
+ help
+ This matches the IBB size used for CBnT. Adjust this to the
+ used CBnT settings.
+
endif # BOARD_OCP_DELTALAKE