From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Sat, 17 Mar 2018 04:49:02 +0100 Subject: [U-Boot] [PATCH 0/3] ARM: stratix10: initial small patchset In-Reply-To: <1520566766-21786-1-git-send-email-dinguyen@kernel.org> References: <1520566766-21786-1-git-send-email-dinguyen@kernel.org> Message-ID: <7545e155-7fc0-eaea-eaad-400d4fa4ac0d@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 03/09/2018 04:39 AM, Dinh Nguyen wrote: > 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 > I hope this will not become a pile of dead code ... Applied all, thanks -- Best regards, Marek Vasut