mb/google/zork: Increase size of SMMSTORE to 512KB
Increase size of SMMSTORE FMAP region to 512KB to ensure a large enough area is allocated to UEFI variable storage which allows for variables (such as the UEFI revocation database) to be updated via fwupd. Previously, such updates would fail with an error such as: "efivar: No space left on device". Change-Id: I71dcab53b8d570c1a3f37c11ce0b0fb3d86a5d45 Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90294 Reviewed-by: Felix Held <felix-coreboot@felixheld.de> Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Angel Pons <th3fanbus@gmail.com>
This commit is contained in:
parent
60e375fae4
commit
dd1e54efc0
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ FLASH 16M {
|
|||
RW_VPD(PRESERVE) 8K
|
||||
RW_NVRAM(PRESERVE) 20K
|
||||
PAD_TO_ALIGN_STORE 16K
|
||||
SMMSTORE(PRESERVE) 256K
|
||||
SMMSTORE(PRESERVE) 512K
|
||||
RW_LEGACY(CBFS)
|
||||
WP_RO@8M 8M {
|
||||
RO_VPD(PRESERVE) 16K
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue