From 36a345f99e978bc20a9475ec2a94e36ef4aad521 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Sat, 29 Nov 2025 16:59:17 -0600 Subject: [PATCH] mb/google/octopus: Increase size of SMMSTORE to 512KB Increase size of SMMSTORE FMAP region to 512KB to ensure a large enough area is allocated to UEFI variable storage which allows for variables (such as the UEFI revocation database) to be updated via fwupd. Previously, such updates would fail with an error such as: "efivar: No space left on device". Change-Id: Ia7566b31991b6891b4c194ad9b494da2e5ea8e01 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/90290 Reviewed-by: Angel Pons Reviewed-by: Jason Glenesk Tested-by: build bot (Jenkins) Reviewed-by: Paul Menzel --- src/mainboard/google/octopus/default.fmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/octopus/default.fmd b/src/mainboard/google/octopus/default.fmd index ca8324381a..67a2a0aed0 100644 --- a/src/mainboard/google/octopus/default.fmd +++ b/src/mainboard/google/octopus/default.fmd @@ -3,7 +3,7 @@ FLASH 16M { SI_BIOS@0x1000 0xf7e000 { IFWI@0x0 0x1ff000 # SMMSTORE requires 64k alignment - SMMSTORE@0xa4f000 0x40000 + SMMSTORE@0xa4f000 0x80000 UNIFIED_MRC_CACHE 0x21000 { RECOVERY_MRC_CACHE 0x10000 RW_MRC_CACHE 0x10000