Sean Rhodes has uploaded this change for review. ( https://review.coreboot.org/c/coreboot/+/62430 )
Change subject: payloads/tianocore: Pass VARIABLE_SUPPORT build option ......................................................................
payloads/tianocore: Pass VARIABLE_SUPPORT build option
Pass SMMSTORE as VARIABLE_SUPPORT build option when SMMSTORE is enabled.
Signed-off-by: Sean Rhodes sean@starlabs.systems Change-Id: I05b266ee5648cdeb3e5a3cf760affc5233a160d8 --- M payloads/external/tianocore/Makefile 1 file changed, 4 insertions(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/30/62430/1
diff --git a/payloads/external/tianocore/Makefile b/payloads/external/tianocore/Makefile index 873ef46..04348e5 100644 --- a/payloads/external/tianocore/Makefile +++ b/payloads/external/tianocore/Makefile @@ -68,6 +68,10 @@ ifneq ($(CONFIG_TIANOCORE_SD_MMC_TIMEOUT),) BUILD_STR += -D SD_MMC_TIMEOUT=$(CONFIG_TIANOCORE_SD_MMC_TIMEOUT) endif +# VARIABLE_SUPPORT = EMU +ifeq ($(CONFIG_SMMSTORE),y) +BUILD_STR += -D VARIABLE_SUPPORT=SMMSTORE +endif # # The below are legacy options only available in CorebootPayloadPkg: #