From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dinh Nguyen Date: Mon, 9 Jan 2017 08:47:48 -0600 Subject: [U-Boot] [v4 18/29] arm: socfpga: stratix10: Add SOCFPGA Stratix10 base address In-Reply-To: <1483961514-3918-1-git-send-email-tien.fong.chee@intel.com> References: <1483961514-3918-1-git-send-email-tien.fong.chee@intel.com> Message-ID: List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 01/09/2017 05:31 AM, Chee Tien Fong wrote: > From: Tien Fong Chee > > Add base address header file for Stratix10 SoC > > Signed-off-by: Chin Liang See > Signed-off-by: Tien Fong Chee > Cc: Marek Vasut > Cc: Dinh Nguyen > Cc: Ley Foon Tan > --- > arch/arm/mach-socfpga/include/mach/base_addr_s10.h | 48 ++++++++++++++++++++ > 1 files changed, 48 insertions(+), 0 deletions(-) > create mode 100755 arch/arm/mach-socfpga/include/mach/base_addr_s10.h While this is really nice to see, but can you separate this patch out from the Arria10 series. It's already confusing enough. Dinh