[PATCH 36/67] x86: emulation: Enable UPL

Simon Glass sjg at chromium.org
Wed Jan 1 23:09:22 CET 2025


Enable creation of a UPL handdoff in U-Boot proper, so that the
next-stage firmware can be called.

Signed-off-by: Simon Glass <sjg at chromium.org>
---

 configs/qemu-x86_64_defconfig | 3 +++
 configs/qemu-x86_defconfig    | 2 ++
 2 files changed, 5 insertions(+)

diff --git a/configs/qemu-x86_64_defconfig b/configs/qemu-x86_64_defconfig
index 2771a4b9e19..003af54498b 100644
--- a/configs/qemu-x86_64_defconfig
+++ b/configs/qemu-x86_64_defconfig
@@ -22,6 +22,9 @@ CONFIG_SYS_MONITOR_BASE=0x01110000
 CONFIG_FIT=y
 CONFIG_SPL_LOAD_FIT=y
 CONFIG_BOOTSTD_FULL=y
+CONFIG_UPL=y
+CONFIG_UPL_IN=y
+# CONFIG_SPL_UPL_OUT is not set
 CONFIG_BOOTSTAGE=y
 CONFIG_BOOTSTAGE_REPORT=y
 CONFIG_SHOW_BOOT_PROGRESS=y
diff --git a/configs/qemu-x86_defconfig b/configs/qemu-x86_defconfig
index 947d15cd727..5183117854c 100644
--- a/configs/qemu-x86_defconfig
+++ b/configs/qemu-x86_defconfig
@@ -13,6 +13,8 @@ CONFIG_GENERATE_PIRQ_TABLE=y
 CONFIG_GENERATE_MP_TABLE=y
 CONFIG_FIT=y
 CONFIG_BOOTSTD_FULL=y
+CONFIG_UPL=y
+CONFIG_UPL_IN=y
 CONFIG_BOOTSTAGE=y
 CONFIG_BOOTSTAGE_REPORT=y
 CONFIG_SHOW_BOOT_PROGRESS=y
-- 
2.43.0



More information about the U-Boot mailing list