mb/google/skyrim: 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.

TEST=build/boot skyrim (frostflow) with SMMSTORE enabled.

Change-Id: I34f9d27c27ab7148dfc530322f741a576c348de7
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81868
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
Matt DeVillier
2024-04-12 11:52:32 -05:00
committed by Felix Held
parent 680db8d95f
commit 94944053bd

View File

@@ -20,7 +20,7 @@ FLASH@0xFF000000 16M {
}
RW_VPD(PRESERVE) 8K
RW_NVRAM(PRESERVE) 20K
SMMSTORE(PRESERVE)@0x630000 64K
SMMSTORE(PRESERVE)@0x630000 256K
RW_VBIOS_CACHE 64K
RECOVERY_MRC_CACHE(PRESERVE) 120K
RW_LEGACY(CBFS)