ARM: socfpga: Add initial support for the ABB SECU board
authorHolger Brunck <holger.brunck@ch.abb.com>
Wed, 19 Feb 2020 18:55:14 +0000 (19:55 +0100)
committerMarek Vasut <marex@denx.de>
Tue, 3 Mar 2020 21:11:36 +0000 (22:11 +0100)
commit468ba8d00b5af7828302e297736ae23d4873cfb0
tree1a60a77e307bbd56fb4733807d3c8a2586f80508
parent85f748ad953e92e62831bff24bfd2260ef23325c
ARM: socfpga: Add initial support for the ABB SECU board

Add initial support for the ABB SECU board, which is an ArriaV-based
SoCFPGA system with ethernet and booting from Denali NAND.

Signed-off-by: Holger Brunck <holger.brunck@ch.abb.com>
Cc: Ley Foon Tan <ley.foon.tan@intel.com>
Cc: Simon Goldschmidt <simon.k.r.goldschmidt@gmail.com>
14 files changed:
arch/arm/dts/Makefile
arch/arm/dts/socfpga_arria5_secu1.dts [new file with mode: 0644]
arch/arm/mach-socfpga/Kconfig
board/keymile/Kconfig
board/keymile/common/ivm.c
board/keymile/secu1/MAINTAINERS [new file with mode: 0644]
board/keymile/secu1/Makefile [new file with mode: 0644]
board/keymile/secu1/qts/iocsr_config.h [new file with mode: 0644]
board/keymile/secu1/qts/pinmux_config.h [new file with mode: 0644]
board/keymile/secu1/qts/pll_config.h [new file with mode: 0644]
board/keymile/secu1/qts/sdram_config.h [new file with mode: 0644]
board/keymile/secu1/socfpga.c [new file with mode: 0644]
configs/socfpga_secu1_defconfig [new file with mode: 0644]
include/configs/socfpga_arria5_secu1.h [new file with mode: 0644]