efi: x86: Provide settings for bootctl

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

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-10-16 12:08:00 +01:00
parent fd200b4ff4
commit 4d17240033

View File

@@ -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"