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:
Matt DeVillier 2025-11-29 17:00:21 -06:00
commit bb18e0b91d

View file

@ -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)