Add support for Stratix 10 SoC which is ARM64 based. This series of patches are tested with Stratix 10 SOC Virtual Platform that is available today.
Signed-off-by: Chin Liang See <cl...@altera.com> Cc: Marek Vasut <ma...@denx.de> Cc: Dinh Nguyen <dingu...@opensource.altera.com> Cc: Ley Foon Tan <lf...@altera.com> Cc: Tien Fong Chee <tfc...@altera.com> --- Chin Liang See (12): arm: socfpga: stratix10: Add SOCFPGA Stratix10 base address arm: socfpga: rstmgr: Add Reset Manager for Stratix 10 arm: socfpga: rstmgr: Separate the Reset Manager for Stratix 10 arm: socfpga: clkmgr: Separate the Clock Manager for Stratix 10 arm: socfpga: fpgamgr: Disable FPGA Manager for Stratix 10 arm: socfpga: misc: Separate the misc.c for Stratix 10 arm: socfpga: sysmgr: Disable System Manager for Stratix 10 arm: socfpga: mmu: Add memory map layout for Stratix 10 SoC arm: socfpga: stratix10: Add board directory for Stratix 10 socdk arm: dts: socfpga: Add dts for Stratix 10 socdk arm: socfpga: Add SPL support for Stratix 10 SoC arm: socfpga: Add support for Stratix 10 SoC dev kit arch/arm/Kconfig | 4 +- arch/arm/dts/Makefile | 3 +- arch/arm/dts/socfpga_stratix10_socdk.dts | 71 +++++++++ arch/arm/mach-socfpga/Kconfig | 10 ++ arch/arm/mach-socfpga/Makefile | 13 +- arch/arm/mach-socfpga/clock_manager.c | 8 + arch/arm/mach-socfpga/include/mach/base_addr_s10.h | 48 ++++++ arch/arm/mach-socfpga/include/mach/reset_manager.h | 32 ++++ arch/arm/mach-socfpga/misc.c | 12 ++ arch/arm/mach-socfpga/mmu-arm64.c | 71 +++++++++ arch/arm/mach-socfpga/reset_manager.c | 12 ++ arch/arm/mach-socfpga/spl.c | 13 +- board/altera/stratix10-socdk/MAINTAINERS | 7 + board/altera/stratix10-socdk/Makefile | 7 + board/altera/stratix10-socdk/socfpga.c | 7 + configs/socfpga_stratix10_defconfig | 21 +++ include/configs/socfpga_stratix10_socdk.h | 166 +++++++++++++++++++++ 17 files changed, 498 insertions(+), 7 deletions(-) create mode 100644 arch/arm/dts/socfpga_stratix10_socdk.dts create mode 100644 arch/arm/mach-socfpga/include/mach/base_addr_s10.h create mode 100644 arch/arm/mach-socfpga/mmu-arm64.c create mode 100644 board/altera/stratix10-socdk/MAINTAINERS create mode 100644 board/altera/stratix10-socdk/Makefile create mode 100644 board/altera/stratix10-socdk/socfpga.c create mode 100644 configs/socfpga_stratix10_defconfig create mode 100644 include/configs/socfpga_stratix10_socdk.h -- 2.2.2 _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot