aboutsummaryrefslogtreecommitdiff
path: root/arch/x86
diff options
context:
space:
mode:
authorSimon Glass <sjg@chromium.org>2024-01-04 08:10:40 -0700
committerTom Rini <trini@konsulko.com>2024-04-10 20:01:33 -0600
commit2343d89ae972ea5ea1d7984e2c96eaf29de9ba50 (patch)
tree6ddff0715bba64ce1fef2712ae96632cfdd84d64 /arch/x86
parent5716be53d3dd4f1a27ebcab9b36d32f96283b793 (diff)
downloadu-boot-2343d89ae972ea5ea1d7984e2c96eaf29de9ba50.zip
u-boot-2343d89ae972ea5ea1d7984e2c96eaf29de9ba50.tar.gz
u-boot-2343d89ae972ea5ea1d7984e2c96eaf29de9ba50.tar.bz2
x86: coreboot: Enable truetype fonts
Truetype fonts look better in the menu, so enable them. Signed-off-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch/x86')
-rw-r--r--arch/x86/dts/coreboot.dts10
1 files changed, 10 insertions, 0 deletions
diff --git a/arch/x86/dts/coreboot.dts b/arch/x86/dts/coreboot.dts
index dfce7c2..b867468 100644
--- a/arch/x86/dts/coreboot.dts
+++ b/arch/x86/dts/coreboot.dts
@@ -46,6 +46,16 @@
compatible = "coreboot-fb";
};
+ bootstd {
+ compatible = "u-boot,boot-std";
+
+ theme {
+ font-size = <30>;
+ menu-inset = <3>;
+ menuitem-gap-y = <1>;
+ };
+ };
+
sysinfo {
compatible = "coreboot,sysinfo";
};