arm: octeontx2: Add support for OcteonTX2 SoC platforms
authorSuneel Garapati <sgarapati@marvell.com>
Sun, 20 Oct 2019 01:47:37 +0000 (18:47 -0700)
committerStefan Roese <sr@denx.de>
Tue, 25 Aug 2020 06:01:16 +0000 (08:01 +0200)
commit0a668f6d38a2a631eb872f4f1107399db46b1c15
treed5d01bd1b1b619a47adbc99fd65272e4b71957ef
parent03c2288070155ee88d0c3341748a1b2b13418d8c
arm: octeontx2: Add support for OcteonTX2 SoC platforms

This patch adds support for all OcteonTX2 96xx/95xx
boards from Marvell.
For 96xx boards, use octeontx_96xx_defconfig and
for 95xx boards, use octeontx_95xx_defconfig.

Signed-off-by: Suneel Garapati <sgarapati@marvell.com>
18 files changed:
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/mach-octeontx2/Kconfig [new file with mode: 0644]
arch/arm/mach-octeontx2/Makefile [new file with mode: 0644]
arch/arm/mach-octeontx2/clock.c [new file with mode: 0644]
arch/arm/mach-octeontx2/config.mk [new file with mode: 0644]
arch/arm/mach-octeontx2/cpu.c [new file with mode: 0644]
arch/arm/mach-octeontx2/lowlevel_init.S [new file with mode: 0644]
board/Marvell/octeontx2/Kconfig [new file with mode: 0644]
board/Marvell/octeontx2/MAINTAINERS [new file with mode: 0644]
board/Marvell/octeontx2/Makefile [new file with mode: 0644]
board/Marvell/octeontx2/board-fdt.c [new file with mode: 0644]
board/Marvell/octeontx2/board.c [new file with mode: 0644]
board/Marvell/octeontx2/smc.c [new file with mode: 0644]
board/Marvell/octeontx2/soc-utils.c [new file with mode: 0644]
configs/octeontx2_95xx_defconfig [new file with mode: 0644]
configs/octeontx2_96xx_defconfig [new file with mode: 0644]
include/configs/octeontx2_common.h [new file with mode: 0644]