[U-Boot] [PATCH 0/3] ARM: stratix10: initial small patchset
Dinh Nguyen
dinguyen at kernel.org
Fri Mar 9 03:39:23 UTC 2018
Hi,
This is a very small initial patchset for the SoCFPGA Stratix10 platform.
This patchset adds a few core address defines that are not obtainable from
DT, pulls in from Linux the base DTS files, and the reset manager bindings.
The DTB is able to compile with this patchset.
Instead of dropping a larger patchset with for SPL and U-Boot, I figure
we start out small first, and allow for a couple of medium size patchset
later for further support.
Thanks,
Dinh
Chin Liang See (1):
arm: socfpga: stratix10: Add base address map for Statix10 SoC
Dinh Nguyen (2):
ARM64: stratix10: add reset manager includes
ARM: dts: stratix10: Add base dtsi and devkit dts
arch/arm/dts/Makefile | 1 +
arch/arm/dts/socfpga_stratix10.dtsi | 381 +++++++++++++++++++++
arch/arm/dts/socfpga_stratix10_socdk.dts | 92 +++++
arch/arm/mach-socfpga/include/mach/base_addr_s10.h | 33 ++
include/dt-bindings/reset/altr,rst-mgr-s10.h | 97 ++++++
5 files changed, 604 insertions(+)
create mode 100644 arch/arm/dts/socfpga_stratix10.dtsi
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 include/dt-bindings/reset/altr,rst-mgr-s10.h
--
2.7.4
More information about the U-Boot
mailing list