diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2024-04-12 11:52:00 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-04-15 16:40:54 +0000 |
commit | 6287ac37028b0769b9a5c3e140fc43417a27ffb1 (patch) | |
tree | bacce0ec53d86d61210facea3ee02580fe88e77a /src/mainboard | |
parent | a2121eab7dce0c414cbf9e797529d1c154c7862f (diff) |
mb/google/guybrush: 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 guybrush (dewatt) with SMMSTORE enabled.
Change-Id: Ic4fdacd493d83fa3c1683a06d1276b0190f6db8b
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81866
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Diffstat (limited to 'src/mainboard')
-rw-r--r-- | src/mainboard/google/guybrush/chromeos.fmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/google/guybrush/chromeos.fmd b/src/mainboard/google/guybrush/chromeos.fmd index 225fe2a5dc..c4c90a13fe 100644 --- a/src/mainboard/google/guybrush/chromeos.fmd +++ b/src/mainboard/google/guybrush/chromeos.fmd @@ -18,7 +18,7 @@ FLASH@0xFF000000 16M { } RW_VPD(PRESERVE) 8K RW_NVRAM(PRESERVE) 20K - SMMSTORE(PRESERVE)@0x620000 64K + SMMSTORE(PRESERVE)@0x620000 256K RW_LEGACY(CBFS) WP_RO@8M 8M { RO_VPD(PRESERVE) 16K |