[Concept,22/24] efi: x86: Provide settings for bootctl

Message ID 20251018084117.1798704-23-sjg@u-boot.org
State New
Headers
Series bootctl: Expand bootctl to include a new UI |

Commit Message

Simon Glass Oct. 18, 2025, 8:41 a.m. UTC
  From: Simon Glass <sjg@chromium.org>

Provide some basic settings so that bootctl can be used with the EFI app
on x86.

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

 arch/x86/dts/efi-x86_app.dts | 14 ++++++++++++++
 1 file changed, 14 insertions(+)
  

Patch

diff --git a/arch/x86/dts/efi-x86_app.dts b/arch/x86/dts/efi-x86_app.dts
index 1daba34d5f0..6acb0dbae51 100644
--- a/arch/x86/dts/efi-x86_app.dts
+++ b/arch/x86/dts/efi-x86_app.dts
@@ -34,4 +34,18 @@ 
 		compatible = "efi,mouse";
 	};
 
+	boot_ctl: bootctl {
+	};
+
+	bootstd {
+		compatible = "u-boot,boot-std";
+		theme {
+			font-size = <30>;
+			menu-inset = <3>;
+			menuitem-gap-y = <1>;
+		};
+	};
+
 };
+
+#include "bootctl.dtsi"