public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
* [PATCH v2 0/1] Agilex5 enablement
@ 2024-02-26  7:07 Jit Loon Lim
  2024-02-26  7:07 ` [PATCH v2 1/1] arch:arm: " Jit Loon Lim
  0 siblings, 1 reply; 3+ messages in thread
From: Jit Loon Lim @ 2024-02-26  7:07 UTC (permalink / raw)
  To: u-boot
  Cc: Jagan Teki, Marek, Simon, Tien Fong, Kok Kiang, Dinesh, Boon Khai,
	Alif, Teik Heng, Hazim, Jit Loon Lim, Sieu Mun Tang, Bin Meng

V1: https://patchwork.ozlabs.org/project/uboot/patch/20240220143603.22091-1-jit.loon.lim@intel.com/
V2: Fixed Git auto-merge causing misalignment of code and insert/delete

Jit Loon Lim (1):
  arch:arm: Agilex5 enablement

 arch/arm/Kconfig                              |  13 +-
 arch/arm/dts/Makefile                         |   1 +
 arch/arm/dts/socfpga_agilex5-u-boot.dtsi      | 458 ++++++++++++
 arch/arm/dts/socfpga_agilex5.dtsi             | 654 ++++++++++++++++++
 .../arm/dts/socfpga_agilex5_socdk-u-boot.dtsi | 144 ++++
 arch/arm/dts/socfpga_agilex5_socdk.dts        | 163 +++++
 arch/arm/dts/socfpga_soc64_fit-u-boot.dtsi    |  38 +-
 arch/arm/mach-socfpga/Kconfig                 |  69 +-
 arch/arm/mach-socfpga/Makefile                |   4 +-
 arch/arm/mach-socfpga/board.c                 |  56 +-
 .../include/mach/base_addr_soc64.h            |  44 +-
 board/intel/agilex5-socdk/MAINTAINERS         |   8 +
 board/intel/agilex5-socdk/Makefile            |   7 +
 configs/socfpga_agilex5_defconfig             | 113 +++
 include/configs/socfpga_agilex5_socdk.h       |  12 +
 include/configs/socfpga_soc64_common.h        | 209 +++++-
 16 files changed, 1957 insertions(+), 36 deletions(-)
 create mode 100644 arch/arm/dts/socfpga_agilex5-u-boot.dtsi
 create mode 100644 arch/arm/dts/socfpga_agilex5.dtsi
 create mode 100644 arch/arm/dts/socfpga_agilex5_socdk-u-boot.dtsi
 create mode 100644 arch/arm/dts/socfpga_agilex5_socdk.dts
 create mode 100644 board/intel/agilex5-socdk/MAINTAINERS
 create mode 100644 board/intel/agilex5-socdk/Makefile
 create mode 100644 configs/socfpga_agilex5_defconfig
 create mode 100644 include/configs/socfpga_agilex5_socdk.h

-- 
2.26.2


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2024-02-26  8:08 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-26  7:07 [PATCH v2 0/1] Agilex5 enablement Jit Loon Lim
2024-02-26  7:07 ` [PATCH v2 1/1] arch:arm: " Jit Loon Lim
2024-02-26  8:03   ` Lim, Jit Loon

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox