From ca4f4ff7cf5acb230cf1948268b60efc5e54a977 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Sun, 12 Nov 2017 21:52:28 -0700 Subject: binman: Add add test for using an Intel MRC binary MRC (Memory Reference Code) is a binary blob used to set up the SDRAM controller on some Intel boards. Add a test for this feature. With this test coverage on binman is back up to 100%. Signed-off-by: Simon Glass --- tools/binman/test/50_intel_mrc.dts | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 tools/binman/test/50_intel_mrc.dts (limited to 'tools/binman/test') diff --git a/tools/binman/test/50_intel_mrc.dts b/tools/binman/test/50_intel_mrc.dts new file mode 100644 index 00000000000..54cd52a2b71 --- /dev/null +++ b/tools/binman/test/50_intel_mrc.dts @@ -0,0 +1,13 @@ +/dts-v1/; + +/ { + #address-cells = <1>; + #size-cells = <1>; + + binman { + size = <16>; + + intel-mrc { + }; + }; +}; -- cgit v1.3.1