
On 2/19/20 7:55 PM, Marek Vasut wrote:
From: Holger Brunck holger.brunck@ch.abb.com
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
V2: Use CONFIG_SYS_I2C_EEPROM_ADDR in printf() in ivm.c Enable CONFIG_SYS_NAND_USE_FLASH_BBT
arch/arm/dts/Makefile | 1 + arch/arm/dts/socfpga_arria5_secu1.dts | 130 +++++ arch/arm/mach-socfpga/Kconfig | 10 + board/keymile/Kconfig | 11 +- board/keymile/common/ivm.c | 19 +- board/keymile/secu1/Makefile | 7 + board/keymile/secu1/qts/iocsr_config.h | 694 ++++++++++++++++++++++++ board/keymile/secu1/qts/pinmux_config.h |
218 ++++++++
board/keymile/secu1/qts/pll_config.h | 83 +++ board/keymile/secu1/qts/sdram_config.h | 327 +++++++++++ board/keymile/secu1/socfpga.c | 67 +++ configs/socfpga_secu1_defconfig | 84 +++ include/configs/socfpga_arria5_secu1.h | 131 +++++
So, this is missing MAINTAINERS file. I will just manually add it:
$ cat board/keymile/secu1/MAINTAINERS ABB SECU1 BOARD M: Holger Brunck holger.brunck@ch.abb.com S: Maintained F: include/configs/socfpga_arria5_secu1.h F: configs/socfpga_secu1_defconfig
is that OK ?
yes, thank you.
Best regards Holger