]> git.sur5r.net Git - u-boot/commitdiff
x86: dts: Include Intel Video BIOS Table in the ROM image
authorBin Meng <bmeng.cn@gmail.com>
Wed, 16 Aug 2017 05:41:55 +0000 (22:41 -0700)
committerBin Meng <bmeng.cn@gmail.com>
Sat, 16 Sep 2017 06:57:44 +0000 (14:57 +0800)
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>
arch/x86/dts/u-boot.dtsi

index a4321d33de514d8e44f733aad4538635c7095a3f..7e37d4f39481f2c4e4f08928126aa70a72ddfb63 100644 (file)
                        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>;