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>
This commit is contained in:
committed by
Felix Held
parent
6287ac3702
commit
680db8d95f
@@ -30,7 +30,7 @@ FLASH@0xFF000000 16M {
|
|||||||
}
|
}
|
||||||
RW_VPD(PRESERVE) 8K
|
RW_VPD(PRESERVE) 8K
|
||||||
RW_NVRAM(PRESERVE) 20K
|
RW_NVRAM(PRESERVE) 20K
|
||||||
SMMSTORE(PRESERVE) 64K
|
SMMSTORE(PRESERVE) 256K
|
||||||
RW_LEGACY(CBFS)
|
RW_LEGACY(CBFS)
|
||||||
RW_VBIOS_CACHE 64K
|
RW_VBIOS_CACHE 64K
|
||||||
RW_MRC_CACHE 256K
|
RW_MRC_CACHE 256K
|
||||||
|
Reference in New Issue
Block a user