diff options
author | Matt DeVillier <matt.devillier@gmail.com> | 2024-04-12 11:23:26 -0500 |
---|---|---|
committer | Felix Held <felix-coreboot@felixheld.de> | 2024-04-15 16:40:48 +0000 |
commit | a2121eab7dce0c414cbf9e797529d1c154c7862f (patch) | |
tree | aa3e6ab5de1fe8641d0ec06312cff98b3a79989a /src/mainboard/amd/birman_plus/chromeos_phoenix.fmd | |
parent | c5d191b2920f56dc15ed17d7909f7f7f4b41fad1 (diff) |
mb/amd/*: 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: I04d57ff7f74d79118652cfe227cf223375df6472
Signed-off-by: Matt DeVillier <matt.devillier@gmail.com>
Reviewed-on: https://review.coreboot.org/c/coreboot/+/81865
Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'src/mainboard/amd/birman_plus/chromeos_phoenix.fmd')
-rw-r--r-- | src/mainboard/amd/birman_plus/chromeos_phoenix.fmd | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mainboard/amd/birman_plus/chromeos_phoenix.fmd b/src/mainboard/amd/birman_plus/chromeos_phoenix.fmd index 9d6d402169..420ed6e6d4 100644 --- a/src/mainboard/amd/birman_plus/chromeos_phoenix.fmd +++ b/src/mainboard/amd/birman_plus/chromeos_phoenix.fmd @@ -27,7 +27,7 @@ FLASH@0xFF000000 16M { } RW_VPD(PRESERVE) 8K RW_NVRAM(PRESERVE) 20K - SMMSTORE(PRESERVE) 64K + SMMSTORE(PRESERVE) 256K RW_LEGACY(CBFS) EC_BODY@15872K 256K RW_MRC_CACHE(PRESERVE) 256K |