Attention is currently required from: Matt DeVillier.
Angel Pons has posted comments on this change by Matt DeVillier. ( https://review.coreboot.org/c/coreboot/+/87404?usp=email )
Change subject: mb/samsung/stumpy: Use CFR setup menu to manage options ......................................................................
Patch Set 2:
(1 comment)
File src/mainboard/samsung/stumpy/Kconfig:
https://review.coreboot.org/c/coreboot/+/87404/comment/05a93875_088510ec?usp... : PS2, Line 35: config UEFI_CFR_SYSTEM_OPTIONS : bool "Use UEFI setup menu to manage system configuration" : select DRIVERS_EFI_VARIABLE_STORE : select DRIVERS_OPTION_CFR : select UDK_2017_BINDING : default y if PAYLOAD_EDK2 && SMMSTORE : default n :
the UDK binding is needed for non-FSP platforms in order for some necessary headers to be included […]
Oh, the idea to handle bindings would be to have something like `select UDK_2017_BINDING if DRIVERS_EFI_VARIABLE_STORE` in chipset code (e.g. nb/intel/sandybridge for this board). Or mainboard Kconfig, even.