Re: [U-Boot] [PATCH 05/13] tools: binman: Add a new entry type for Intel VBT

2017-09-02 Thread Bin Meng
On Sat, Aug 26, 2017 at 9:38 PM, Simon Glass wrote: > On 15 August 2017 at 23:41, Bin Meng wrote: >> This adds a new entry type for Intel Video BIOS Table. >> >> Signed-off-by: Bin Meng >> --- >> >> tools/binman/etype/intel_vbt.py|

Re: [U-Boot] [PATCH 05/13] tools: binman: Add a new entry type for Intel VBT

2017-08-26 Thread Simon Glass
On 15 August 2017 at 23:41, Bin Meng wrote: > This adds a new entry type for Intel Video BIOS Table. > > Signed-off-by: Bin Meng > --- > > tools/binman/etype/intel_vbt.py| 14 ++ > tools/binman/func_test.py | 9 - >

[U-Boot] [PATCH 05/13] tools: binman: Add a new entry type for Intel VBT

2017-08-15 Thread Bin Meng
This adds a new entry type for Intel Video BIOS Table. Signed-off-by: Bin Meng --- tools/binman/etype/intel_vbt.py| 14 ++ tools/binman/func_test.py | 9 - tools/binman/test/46_intel-vbt.dts | 14 ++ 3 files changed, 36