Re: [U-Boot] [PATCH 01/14] arm: socfpga: stratix10: Add base address map for Statix10 SoC

2017-09-19 Thread See, Chin Liang
On Tue, 2017-09-19 at 11:51 +0200, Marek Vasut wrote: > On 09/19/2017 11:22 AM, chin.liang@intel.com wrote: > > > > From: Chin Liang See > > > > Add the base address map for Statix10 SoC > > > > Signed-off-by: Chin Liang See > Add only the stuff which is not obtainable from DT please. >

Re: [U-Boot] [PATCH 01/14] arm: socfpga: stratix10: Add base address map for Statix10 SoC

2017-09-19 Thread Marek Vasut
On 09/19/2017 11:22 AM, chin.liang@intel.com wrote: > From: Chin Liang See > > Add the base address map for Statix10 SoC > > Signed-off-by: Chin Liang See Add only the stuff which is not obtainable from DT please. > --- > arch/arm/mach-socfpga/include/mach/base_addr_s10.h | 58 > +++

[U-Boot] [PATCH 01/14] arm: socfpga: stratix10: Add base address map for Statix10 SoC

2017-09-19 Thread chin . liang . see
From: Chin Liang See Add the base address map for Statix10 SoC Signed-off-by: Chin Liang See --- arch/arm/mach-socfpga/include/mach/base_addr_s10.h | 58 ++ 1 file changed, 58 insertions(+) create mode 100644 arch/arm/mach-socfpga/include/mach/base_addr_s10.h diff --git a