[U-Boot] [PATCH 06/13] x86: dts: Include Intel Video BIOS Table in the ROM image

2017-08-15 Thread Bin Meng
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 
---

 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 = ;
};
 #endif
+#ifdef CONFIG_HAVE_VBT
+   intel-vbt {
+   filename = CONFIG_VBT_FILE;
+   pos = ;
+   };
+#endif
 #ifdef CONFIG_HAVE_REFCODE
intel-refcode {
pos = ;
-- 
2.9.2

___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH 06/13] x86: dts: Include Intel Video BIOS Table in the ROM image

2017-08-26 Thread Simon Glass
On 15 August 2017 at 23:41, Bin Meng  wrote:
> 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 
> ---
>
>  arch/x86/dts/u-boot.dtsi | 6 ++
>  1 file changed, 6 insertions(+)

Reviewed-by: Simon Glass 
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot


Re: [U-Boot] [PATCH 06/13] x86: dts: Include Intel Video BIOS Table in the ROM image

2017-09-02 Thread Bin Meng
On Sat, Aug 26, 2017 at 9:39 PM, Simon Glass  wrote:
> On 15 August 2017 at 23:41, Bin Meng  wrote:
>> 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 
>> ---
>>
>>  arch/x86/dts/u-boot.dtsi | 6 ++
>>  1 file changed, 6 insertions(+)
>
> Reviewed-by: Simon Glass 

applied to u-boot-x86/next, thanks!
___
U-Boot mailing list
U-Boot@lists.denx.de
https://lists.denx.de/listinfo/u-boot