[Concept,11/17] ulib: x86: Enable examples for efi-x86_app64

Message ID 20260216013511.4079770-12-sjg@u-boot.org
State New
Headers
Series ulib: Add multi-arch demo and EFI app support |

Commit Message

Simon Glass Feb. 16, 2026, 1:34 a.m. UTC
  From: Simon Glass <simon.glass@canonical.com>

Enable CONFIG_ULIB and CONFIG_EXAMPLES so that the demo-app.efi
binary is built alongside u-boot-app.efi. This allows the ulib demo
to run as a standalone EFI application under OVMF/QEMU.

Co-developed-by: Claude Opus 4.6 <noreply@anthropic.com>
Signed-off-by: Simon Glass <simon.glass@canonical.com>
---

 configs/efi-x86_app64_defconfig | 2 ++
 1 file changed, 2 insertions(+)
  

Patch

diff --git a/configs/efi-x86_app64_defconfig b/configs/efi-x86_app64_defconfig
index 874feee862a..3f9783faf6f 100644
--- a/configs/efi-x86_app64_defconfig
+++ b/configs/efi-x86_app64_defconfig
@@ -50,4 +50,6 @@  CONFIG_BMP_16BPP=y
 CONFIG_BMP_24BPP=y
 CONFIG_CMD_DHRYSTONE=y
 CONFIG_TPM=y
+CONFIG_ULIB=y
+CONFIG_EXAMPLES=y
 # CONFIG_GZIP is not set