arm: octeontx: Add support for OcteonTX SoC platforms
authorSuneel Garapati <sgarapati@marvell.com>
Sun, 20 Oct 2019 01:37:55 +0000 (18:37 -0700)
committerStefan Roese <sr@denx.de>
Tue, 25 Aug 2020 06:01:16 +0000 (08:01 +0200)
commit03c2288070155ee88d0c3341748a1b2b13418d8c
treec952178591efa580c3b8804ad647efe07b0d38b5
parentaf6ba90048afb4e0db3ff2480364286f230f8b91
arm: octeontx: Add support for OcteonTX SoC platforms

This patch adds support for all OcteonTX 81xx/83xx
boards from Marvell.
For 81xx boards, use octeontx_81xx_defconfig and
for 83xx boards, use octeontx_83xx_defconfig.

Signed-off-by: Suneel Garapati <sgarapati@marvell.com>
17 files changed:
arch/arm/Kconfig
arch/arm/Makefile
arch/arm/mach-octeontx/Kconfig [new file with mode: 0644]
arch/arm/mach-octeontx/Makefile [new file with mode: 0644]
arch/arm/mach-octeontx/clock.c [new file with mode: 0644]
arch/arm/mach-octeontx/cpu.c [new file with mode: 0644]
arch/arm/mach-octeontx/lowlevel_init.S [new file with mode: 0644]
board/Marvell/octeontx/Kconfig [new file with mode: 0644]
board/Marvell/octeontx/MAINTAINERS [new file with mode: 0644]
board/Marvell/octeontx/Makefile [new file with mode: 0644]
board/Marvell/octeontx/board-fdt.c [new file with mode: 0644]
board/Marvell/octeontx/board.c [new file with mode: 0644]
board/Marvell/octeontx/smc.c [new file with mode: 0644]
board/Marvell/octeontx/soc-utils.c [new file with mode: 0644]
configs/octeontx_81xx_defconfig [new file with mode: 0644]
configs/octeontx_83xx_defconfig [new file with mode: 0644]
include/configs/octeontx_common.h [new file with mode: 0644]