summaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorBin Meng <bmeng.cn@gmail.com>2017-08-16 05:41:55 (GMT)
committerBin Meng <bmeng.cn@gmail.com>2017-09-16 06:57:44 (GMT)
commit6c22379eaf8a07cf6f2619d828a0bebab5ddbc17 (patch)
treeb1e27e0da3610f948c9bf80a03772e5d7b15b106 /arch
parent59ea8c250b311ab5a414d5a36d9b07cd426ef74b (diff)
downloadu-boot-6c22379eaf8a07cf6f2619d828a0bebab5ddbc17.tar.xz
x86: dts: Include Intel Video BIOS Table in the ROM image
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@gmail.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'arch')
-rw-r--r--arch/x86/dts/u-boot.dtsi6
1 files changed, 6 insertions, 0 deletions
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>;