projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
59ea8c2
)
x86: dts: Include Intel Video BIOS Table in the ROM image
author
Bin Meng
<bmeng.cn@gmail.com>
Wed, 16 Aug 2017 05:41:55 +0000
(22:41 -0700)
committer
Bin 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
patch
|
blob
|
history
diff --git
a/arch/x86/dts/u-boot.dtsi
b/arch/x86/dts/u-boot.dtsi
index a4321d33de514d8e44f733aad4538635c7095a3f..7e37d4f39481f2c4e4f08928126aa70a72ddfb63 100644
(file)
--- 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>;