From e8c3d39edb734843b690ca69316c487a2ca68942 Mon Sep 17 00:00:00 2001 From: Arthur Heymans Date: Mon, 5 Feb 2024 15:40:11 +0100 Subject: [PATCH] mb/fb/fbg1701: Move VBOOT key location Move it downwards allows for a larger bootblock, which comes in handy if romstage or page tables are linked inside the bootblock. Signed-off-by: Arthur Heymans Change-Id: Ib37846c0b039d89396839ffa6047b18bcc228e02 Reviewed-on: https://review.coreboot.org/c/coreboot/+/80347 Reviewed-by: Patrick Rudolph Tested-by: build bot (Jenkins) --- src/mainboard/facebook/fbg1701/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/facebook/fbg1701/Kconfig b/src/mainboard/facebook/fbg1701/Kconfig index 1218102406..1ea2ae6056 100644 --- a/src/mainboard/facebook/fbg1701/Kconfig +++ b/src/mainboard/facebook/fbg1701/Kconfig @@ -90,7 +90,7 @@ config VENDORCODE_ELTAN_VBOOT_MANIFEST config VENDORCODE_ELTAN_VBOOT_KEY_LOCATION depends on VENDORCODE_ELTAN_VBOOT hex - default 0xFFFF9000 + default 0xFFFEA000 config DRIVERS_INTEL_WIFI bool