diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2024-04-12 11:52:17 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-04-15 16:41:05 +0000 |
commit | 680db8d95f7df626286040b1963fad3a7fee2939 (patch) | |
tree | 067e37df8c60ca1ea1938bb810b26d9251b1efda /src/mainboard/google/myst/chromeos.fmd | |
parent | 6287ac37028b0769b9a5c3e140fc43417a27ffb1 (diff) |
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 <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81867
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/google/myst/chromeos.fmd')
-rw-r--r-- | src/mainboard/google/myst/chromeos.fmd | 2 |
1 files changed, 1 insertions, 1 deletions
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 |