mb/google/zork: 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 zork (morphius) with SMMSTORE enabled. Change-Id: Ifd3be9b0757e270d2f106e2fbebf3991e49dec65 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81869 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Felix Held <felix-coreboot@felixheld.de>
This commit is contained in:
committed by
Felix Held
parent
94944053bd
commit
ebba6da073
@@ -19,7 +19,7 @@ FLASH@0xFF000000 16M {
|
|||||||
RW_VPD(PRESERVE) 8K
|
RW_VPD(PRESERVE) 8K
|
||||||
RW_NVRAM(PRESERVE) 20K
|
RW_NVRAM(PRESERVE) 20K
|
||||||
PAD_TO_ALIGN_STORE 16K
|
PAD_TO_ALIGN_STORE 16K
|
||||||
SMMSTORE(PRESERVE) 64K
|
SMMSTORE(PRESERVE) 256K
|
||||||
RW_LEGACY(CBFS)
|
RW_LEGACY(CBFS)
|
||||||
WP_RO@8M 8M {
|
WP_RO@8M 8M {
|
||||||
RO_VPD(PRESERVE) 16K
|
RO_VPD(PRESERVE) 16K
|
||||||
|
Reference in New Issue
Block a user