Age | Commit message (Collapse) | Author | |
---|---|---|---|
2017-12-09 | ARM: rmobile: Add R8A77995 SoC | Marek Vasut | |
Add bits to support yet another SoC, the R8A77995 D3 . Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | |||
2017-12-09 | ARM: rmobile: Add R8A77970 SoC | Marek Vasut | |
Add bits to support yet another SoC, the R8A77970 V3M . Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> | |||
2017-11-30 | ARM: rmobile: Unify memory map for RCar Gen3 | Marek Vasut | |
Unify the R7A7795 and R8A7796 memory maps in memmap-gen3 and, for now, select which one is used based on which SoC is selected. Since this is done in C code instead of statically assigned now, the decision can be taken by PRR SoC match as well, which will be done in a subsequent patch. Signed-off-by: Marek Vasut <marek.vasut+renesas@gmail.com> Cc: Nobuhiro Iwamatsu <iwamatsu@nigauri.org> |