From 2343d89ae972ea5ea1d7984e2c96eaf29de9ba50 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 4 Jan 2024 08:10:40 -0700 Subject: x86: coreboot: Enable truetype fonts Truetype fonts look better in the menu, so enable them. Signed-off-by: Simon Glass --- arch/x86/dts/coreboot.dts | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'arch/x86') 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"; }; -- cgit v1.1