Makefile.inc: Create a default SMMSTORE region
Change-Id: I7b7b75050e0139ea9a0a4f2ad3c0d69a482fb38b Signed-off-by: Arthur Heymans <arthur@aheymans.xyz> Reviewed-on: https://review.coreboot.org/c/30421 Tested-by: build bot (Jenkins) <no-reply@coreboot.org> Reviewed-by: Patrick Georgi <pgeorgi@google.com>
This commit is contained in:
committed by
Patrick Georgi
parent
d37c2c2318
commit
12431d6eef
@@ -37,4 +37,15 @@ config SMMSTORE_FILENAME
|
||||
string "SMM store file name" if SMMSTORE_IN_CBFS
|
||||
default "smm_store"
|
||||
|
||||
config SMMSTORE_SIZE
|
||||
hex "size of the SMMSTORE FMAP region"
|
||||
depends on !SMMSTORE_IN_CBFS
|
||||
default 0x40000
|
||||
help
|
||||
Sets the size of the default SMMSTORE FMAP region.
|
||||
If using an UEFI payload, note that UEFI specifies at least 64K.
|
||||
The current implementation of SMMSTORE is append only, so until
|
||||
garbage collection is implemented it is better to set this to
|
||||
a rather large value.
|
||||
|
||||
endif
|
||||
|
Reference in New Issue
Block a user