x86: emulation: Enable bootctl for testing

Provide bootctl with x86 QEMU builds.

Signed-off-by: Simon Glass <sjg@chromium.org>
This commit is contained in:
Simon Glass
2025-09-27 12:04:46 -06:00
parent d30aa0b3d3
commit a2f7396291
2 changed files with 30 additions and 0 deletions

View File

@@ -42,6 +42,19 @@
};
};
boot_ctl: bootctl {
};
bootstd {
compatible = "u-boot,boot-std";
theme {
white-on-black;
font-size = <30>;
menu-inset = <3>;
menuitem-gap-y = <1>;
};
};
pci {
compatible = "pci-x86";
#address-cells = <3>;
@@ -73,3 +86,5 @@
};
};
#include "bootctl.dtsi"

View File

@@ -53,6 +53,19 @@
};
};
boot_ctl: bootctl {
};
bootstd {
compatible = "u-boot,boot-std";
theme {
white-on-black;
font-size = <30>;
menu-inset = <3>;
menuitem-gap-y = <1>;
};
};
pci {
compatible = "pci-x86";
#address-cells = <3>;
@@ -92,3 +105,5 @@
};
};
#include "bootctl.dtsi"