Attention is currently required from: Lijian Zhao. Hello Lijian Zhao,
I'd like you to do a code review. Please visit
https://review.coreboot.org/c/coreboot/+/54189
to review the following change.
Change subject: payload/tianocore: Drop IA32 option when UEFIPAYLOAD select ......................................................................
payload/tianocore: Drop IA32 option when UEFIPAYLOAD select
Since upstream edk2 totally drop 32-bit support for UefiPayload, prevent people select that in Config.
Test: Build and run qemu successful boot up into EFI shell with UEFIPAYLOAD option.wq
Change-Id: Iadd9a3c455fad4eede8a0a017415acd2c57fba04 Signed-off-by: Lijian Zhao lijian.zhao@intel.com --- M payloads/external/tianocore/Kconfig 1 file changed, 1 insertion(+), 0 deletions(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/89/54189/1
diff --git a/payloads/external/tianocore/Kconfig b/payloads/external/tianocore/Kconfig index 87b6e15..a1e24bc 100644 --- a/payloads/external/tianocore/Kconfig +++ b/payloads/external/tianocore/Kconfig @@ -45,6 +45,7 @@
config TIANOCORE_TARGET_IA32 bool "IA32" + depends on TIANOCORE_COREBOOTPAYLOAD help By selecting this option, the target architecture will be built for only IA32.