Attention is currently required from: Martin L Roth, Ronak Kanabar, Sergii Dmytruk.
Hello Ronak Kanabar, build bot (Jenkins),
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/83738?usp=email
to look at the new patch set (#4).
The following approvals got outdated and were removed: Verified+1 by build bot (Jenkins)
Change subject: vendorcode/intel: allow selecting EDK headers manually ......................................................................
vendorcode/intel: allow selecting EDK headers manually
EFI-specific options depend on CONFIG_UDK_BASE which gets set only when CONFIG_*_BINDING is selected by SOCs (e.g., when necessary for Intel FSP). This prevents enabling DRIVERS_EFI_VARIABLE_STORE and DRIVERS_EFI_FW_INFO options for boards which don't require EDK bindings for anything else.
Make version of the bindings freely selectable when SOC doesn't request a specific version and EDK2 payload is used.
The implementation looks somewhat ugly and duplicated because otherwise kconfig detects a loop in configuration options and refuses to do anything.
Change-Id: I964142ef64967b4c9b329025ebcad701e34a5035 Signed-off-by: Sergii Dmytruk sergii.dmytruk@3mdeb.com --- M src/vendorcode/intel/Kconfig M src/vendorcode/intel/Makefile.mk 2 files changed, 44 insertions(+), 9 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/38/83738/4