From 680db8d95f7df626286040b1963fad3a7fee2939 Mon Sep 17 00:00:00 2001 From: Matt DeVillier Date: Fri, 12 Apr 2024 11:52:17 -0500 Subject: mb/google/myst: Increase SMMSTORE size to 256K Anything below 128K will cause SMMSTORE driver in edk2 to fail, since a minimum of (2) 64K blocks are needed. Increase the size to 256K to match other boards in the tree. Change-Id: Ic45324b8c5bbd205e889e934c9d5dd17f7775152 Signed-off-by: Matt DeVillier Reviewed-on: https://review.coreboot.org/c/coreboot/+/81867 Reviewed-by: Felix Held Tested-by: build bot (Jenkins) --- src/mainboard/google/myst/chromeos.fmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mainboard/google/myst/chromeos.fmd b/src/mainboard/google/myst/chromeos.fmd index f57a883e2a..2bfa260e71 100644 --- a/src/mainboard/google/myst/chromeos.fmd +++ b/src/mainboard/google/myst/chromeos.fmd @@ -30,7 +30,7 @@ FLASH@0xFF000000 16M { } RW_VPD(PRESERVE) 8K RW_NVRAM(PRESERVE) 20K - SMMSTORE(PRESERVE) 64K + SMMSTORE(PRESERVE) 256K RW_LEGACY(CBFS) RW_VBIOS_CACHE 64K RW_MRC_CACHE 256K -- cgit v1.2.3