mb/google/skyrim: 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: I26b8bc194d9f28c2274b87f429821028120a4fcb Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/90293 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
dd1e54efc0
commit
bb18e0b91d
1 changed files with 1 additions and 1 deletions
|
|
@ -20,7 +20,7 @@ FLASH 16M {
|
|||
}
|
||||
RW_VPD(PRESERVE) 8K
|
||||
RW_NVRAM(PRESERVE) 20K
|
||||
SMMSTORE(PRESERVE)@0x630000 256K
|
||||
SMMSTORE(PRESERVE)@0x630000 512K
|
||||
RW_VBIOS_CACHE 64K
|
||||
RECOVERY_MRC_CACHE(PRESERVE) 120K
|
||||
RW_LEGACY(CBFS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue