[U-Boot] [PATCH 06/13] x86: dts: Include Intel Video BIOS Table in the ROM image
Bin Meng
bmeng.cn at gmail.com
Wed Aug 16 05:41:55 UTC 2017
Now that binman is able to recognize the Video BIOS Table entry,
add such one in the u-boot.dtsi.
Signed-off-by: Bin Meng <bmeng.cn at gmail.com>
---
arch/x86/dts/u-boot.dtsi | 6 ++++++
1 file changed, 6 insertions(+)
diff --git a/arch/x86/dts/u-boot.dtsi b/arch/x86/dts/u-boot.dtsi
index a4321d3..7e37d4f 100644
--- a/arch/x86/dts/u-boot.dtsi
+++ b/arch/x86/dts/u-boot.dtsi
@@ -67,6 +67,12 @@
pos = <CONFIG_VGA_BIOS_ADDR>;
};
#endif
+#ifdef CONFIG_HAVE_VBT
+ intel-vbt {
+ filename = CONFIG_VBT_FILE;
+ pos = <CONFIG_VBT_ADDR>;
+ };
+#endif
#ifdef CONFIG_HAVE_REFCODE
intel-refcode {
pos = <CONFIG_X86_REFCODE_ADDR>;
--
2.9.2
More information about the U-Boot
mailing list