18 Oct
2025
18 Oct
'25
8:41 a.m.
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(+) 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" -- 2.43.0