aboutsummaryrefslogtreecommitdiff
path: root/payloads/external/Makefile.mk
diff options
context:
space:
mode:
authorMatt DeVillier <matt.devillier@gmail.com>2024-03-09 09:20:18 -0600
committerFelix Held <felix-coreboot@felixheld.de>2024-04-16 12:03:11 +0000
commit71d8f7c2b655e3444c794f17f7a9765590b7f382 (patch)
tree870240a0a1c67a8dcf878c94b7c13b5f2ccac9cb /payloads/external/Makefile.mk
parent9a2266bdc25bb0c94f762f0b43e5e57af5693ad3 (diff)
payloads/edk2: Add Kconfig to enable UFS support
Add a Kconfig to selectively enable the UFS DXE driver recently added to MrChromebox's edk2 fork. When selected, will enable booting from devices with UFS storage. TEST=tested with rest of patch train Change-Id: I0b54d21dc87abf6938c03948830f92ce5097ef7d Signed-off-by: Matt DeVillier <matt.devillier@gmail.com> Reviewed-on: https://review.coreboot.org/c/coreboot/+/81870 Reviewed-by: Sean Rhodes <sean@starlabs.systems> Tested-by: build bot (Jenkins) <no-reply@coreboot.org>
Diffstat (limited to 'payloads/external/Makefile.mk')
-rw-r--r--payloads/external/Makefile.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/payloads/external/Makefile.mk b/payloads/external/Makefile.mk
index f1dc5cc4ad..9b79f1a3fa 100644
--- a/payloads/external/Makefile.mk
+++ b/payloads/external/Makefile.mk
@@ -195,6 +195,7 @@ $(obj)/UEFIPAYLOAD.fd: $(DOTCONFIG)
CONFIG_EDK2_GOP_FILE=$(CONFIG_EDK2_GOP_FILE) \
CONFIG_INTEL_GMA_VBT_FILE=$(CONFIG_INTEL_GMA_VBT_FILE) \
CONFIG_EDK2_DISABLE_TPM=$(CONFIG_EDK2_DISABLE_TPM) \
+ CONFIG_EDK2_UFS_ENABLE=$(CONFIG_EDK2_UFS_ENABLE) \
GCC_CC_x86_32=$(GCC_CC_x86_32) \
GCC_CC_x86_64=$(GCC_CC_x86_64) \
GCC_CC_arm=$(GCC_CC_arm) \