From b03a94008560660911055bc20f564e273eb02b55 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 16 Oct 2025 12:33:15 +0100 Subject: [PATCH] efi: x86: Use only serial for input We don't need to enable USB or i8042 for the app. Enable only serial for now. Series-to: concept Cover-letter: bootctl: Expand bootctl to include a new UI The current bootctl UI is fairly basic, just supporting a keyboard menu with text. Now that expo supports a mouse, add a more interesting UI, with more graphical elements. Provide a way to switch between this and the simple UI. This series also includes some small test improvements, along with a patch to remove a blob from a bloblist. END Signed-off-by: Simon Glass --- board/efi/efi-x86_app/efi-x86_app.env | 1 + 1 file changed, 1 insertion(+) diff --git a/board/efi/efi-x86_app/efi-x86_app.env b/board/efi/efi-x86_app/efi-x86_app.env index 106836af1ff..d6eea472070 100644 --- a/board/efi/efi-x86_app/efi-x86_app.env +++ b/board/efi/efi-x86_app/efi-x86_app.env @@ -4,3 +4,4 @@ */ #include +stdin=serial