From 59ea8c250b311ab5a414d5a36d9b07cd426ef74b Mon Sep 17 00:00:00 2001 From: Bin Meng Date: Tue, 15 Aug 2017 22:41:54 -0700 Subject: tools: binman: Add a new entry type for Intel VBT This adds a new entry type for Intel Video BIOS Table. Signed-off-by: Bin Meng Reviewed-by: Simon Glass --- tools/binman/test/46_intel-vbt.dts | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 tools/binman/test/46_intel-vbt.dts (limited to 'tools/binman/test') diff --git a/tools/binman/test/46_intel-vbt.dts b/tools/binman/test/46_intel-vbt.dts new file mode 100644 index 0000000000..733f5751d5 --- /dev/null +++ b/tools/binman/test/46_intel-vbt.dts @@ -0,0 +1,14 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + size = <16>; + + intel-vbt { + filename = "vbt.bin"; + }; + }; +}; -- cgit