mb/novacustom/nuc_box/: increase SMMSTORE size to 512K

Because UEFI DBX keeps growing in size, and we have a lot of UEFI
variables, we've run into an issue where there's not enough free space
to update the DBX. Increase the SMMSTORE region to 512K to mitigate this
issue.

Upstream-Status: Pending
Signed-off-by: Filip Lewiński <filip.lewinski@3mdeb.com>
This commit is contained in:
Filip Lewiński
2026-05-04 17:07:08 +02:00
committed by Michał Kopeć
parent 33d1ff5cde
commit e8287aaae9
@@ -13,16 +13,13 @@ FLASH 32M {
RECOVERY_MRC_CACHE 64K
RW_MRC_CACHE 64K
}
SMMSTORE(PRESERVE) 256K
SMMSTORE(PRESERVE) 512K
RW_ELOG(PRESERVE) 16K
RW_SHARED 16K {
SHARED_DATA 8K
VBLOCK_DEV 8K
}
RW_NVRAM(PRESERVE) 24K
CONSOLE(PRESERVE) 128K # <== SPI flash console region here
BOOTSPLASH(CBFS) 1M
}