
From: Sin Hui Kho sin.hui.kho@intel.com
*** BLURB HERE ***
Sin Hui Kho (6): arm: socfpga: agilex7: Enable AGILEX7 SoC build board: intel: agilex7: Add socdk board support for Intel AGILEX7 SoC arm: dts: agilex7: Add base dtsi and devkit dts arm: socfpga: agilex7: Add SPL for AGILEX7 SoC arm: socfpga: agilex7: Add clock manager support for AGILEX7 arm: socfpga: agilex7: Add base address for AGILEX7
arch/arm/dts/Makefile | 1 + arch/arm/dts/socfpga_agilex7-u-boot.dtsi | 98 +++ arch/arm/dts/socfpga_agilex7.dtsi | 627 ++++++++++++++++++ .../arm/dts/socfpga_agilex7_socdk-u-boot.dtsi | 59 ++ arch/arm/dts/socfpga_agilex7_socdk.dts | 137 ++++ arch/arm/mach-socfpga/Kconfig | 18 + arch/arm/mach-socfpga/Makefile | 18 +- .../include/mach/base_addr_soc64.h | 3 +- .../mach-socfpga/include/mach/clock_manager.h | 2 +- .../mach-socfpga/include/mach/handoff_soc64.h | 3 +- arch/arm/mach-socfpga/misc.c | 3 + arch/arm/mach-socfpga/spl_agilex7.c | 87 +++ board/intel/agilex7-socdk/MAINTAINERS | 7 + board/intel/agilex7-socdk/Makefile | 7 + board/intel/agilex7-socdk/socfpga.c | 7 + configs/socfpga_agilex7_defconfig | 95 +++ drivers/clk/altera/Makefile | 1 + include/configs/socfpga_agilex7_socdk.h | 12 + 18 files changed, 1181 insertions(+), 4 deletions(-) create mode 100644 arch/arm/dts/socfpga_agilex7-u-boot.dtsi create mode 100644 arch/arm/dts/socfpga_agilex7.dtsi create mode 100644 arch/arm/dts/socfpga_agilex7_socdk-u-boot.dtsi create mode 100644 arch/arm/dts/socfpga_agilex7_socdk.dts create mode 100644 arch/arm/mach-socfpga/spl_agilex7.c create mode 100644 board/intel/agilex7-socdk/MAINTAINERS create mode 100644 board/intel/agilex7-socdk/Makefile create mode 100644 board/intel/agilex7-socdk/socfpga.c create mode 100644 configs/socfpga_agilex7_defconfig create mode 100644 include/configs/socfpga_agilex7_socdk.h