]> git.dujemihanovic.xyz Git - u-boot.git/commit
mips: octeon: Add minimal Octeon 3 EBB7304 EVK support
authorStefan Roese <sr@denx.de>
Tue, 30 Jun 2020 10:08:58 +0000 (12:08 +0200)
committerDaniel Schwierzeck <daniel.schwierzeck@gmail.com>
Sat, 18 Jul 2020 13:47:50 +0000 (15:47 +0200)
commit5fef24c912a44a08ab644aa16ceb5a435491f9d9
tree786092a426377f81838509ada3d8c064bd58d8a6
parente9609dc38ba225ddb58fcef41a0beb8a3b09a888
mips: octeon: Add minimal Octeon 3 EBB7304 EVK support

This patch adds very basic minimal support for the Marvell Octeon 3
CN73xx based EBB7304 EVK. Please note that the basic Octeon port does
not support DDR3/4 initialization yet. To still use U-Boot on with this
port, the L2 cache (4MiB) is used as RAM. This way, U-Boot can boot
to the prompt on this board.

Supported devices:
- UART
- reset
- CFI parallel NOR flash

Signed-off-by: Stefan Roese <sr@denx.de>
arch/mips/dts/Makefile
arch/mips/dts/mrvl,octeon-ebb7304.dts [new file with mode: 0644]
arch/mips/mach-octeon/Kconfig
board/Marvell/octeon_ebb7304/Kconfig [new file with mode: 0644]
board/Marvell/octeon_ebb7304/MAINTAINERS [new file with mode: 0644]
board/Marvell/octeon_ebb7304/Makefile [new file with mode: 0644]
board/Marvell/octeon_ebb7304/board.c [new file with mode: 0644]
configs/octeon_ebb7304_defconfig [new file with mode: 0644]
include/configs/octeon_common.h [new file with mode: 0644]
include/configs/octeon_ebb7304.h [new file with mode: 0644]