From cad2f065cd5057704a16ca0237cb31ab75a7661c Mon Sep 17 00:00:00 2001 From: Martin Kelly Date: Fri, 26 Jan 2018 17:34:56 -0800 Subject: bsp: add salvator-x H3 support The Salvator-X uses the same SoC as the H3 but includes other peripherals. As a result, it can reuse the same h3ulcb config but needs a different device tree and kernel config. This is already supported in meta-rcar-gen3 but needs AGL plumbing, so add it. There is also an M3 version of the Salvator-X, but I don't have one and cannot test it. So I've added support only for the H3 version here. Change-Id: I64683f4f65dda3fee63e6243f0ba916e568ca245 Signed-off-by: Martin Kelly --- templates/machine/h3-salvator-x/50_bblayers.conf.inc | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 templates/machine/h3-salvator-x/50_bblayers.conf.inc (limited to 'templates/machine/h3-salvator-x/50_bblayers.conf.inc') diff --git a/templates/machine/h3-salvator-x/50_bblayers.conf.inc b/templates/machine/h3-salvator-x/50_bblayers.conf.inc new file mode 100644 index 000000000..b58989c6f --- /dev/null +++ b/templates/machine/h3-salvator-x/50_bblayers.conf.inc @@ -0,0 +1,3 @@ +BBLAYERS =+ "\ + ${METADIR}/meta-renesas-rcar-gen3/meta-rcar-gen3 \ + " -- cgit 1.2.3-korg