summaryrefslogtreecommitdiffstats
path: root/meta-agl-bsp/conf/include/agl_h3-salvator-x.inc
AgeCommit message (Collapse)AuthorFilesLines
2021-07-15Update RCAR BSP to 5.1.0 versionRonan Le Martret1-1/+1
* rename the dts/dtsi file, the new BSP 5.1.0 change the file name of the dts file. * update the driver files hash Bug-AGL: SPEC-3997 Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh> Change-Id: I53b71906e7174d7b1153a6912f7181171730147c
2020-03-18Support Salvator-X/XS boardDuy Dang1-3/+9
Add new machines to build with AGL: - h3-salvator-x-nogfx - h3-salvator-x - m3-salvator-x-nogfx - m3-salvator-x Bug-AGL: SPEC-3169 Change-Id: I0cfa838ad40f8afda01aeb693fbf595bad8b4730 Signed-off-by: Duy Dang <duy.dang.yw@renesas.com>
2018-02-05bsp: add salvator-x H3 supportMartin Kelly1-0/+3
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 <mkelly@xevo.com>