public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Chin Liang See <clsee@altera.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH] arm: socfpga: stratix10: Add SOCFPGA Stratix10 base address
Date: Thu, 4 Aug 2016 23:08:01 +0800	[thread overview]
Message-ID: <1470323281.2136.3.camel@altera.com> (raw)
In-Reply-To: <d808c740-9526-b659-ec25-725d2f34a0e9@denx.de>

Hi Marek,

On Thu, 2016-08-04 at 07:34 +0200, Marek Vasut wrote:
> On 08/03/2016 05:17 PM, Chin Liang See wrote:
> > Add base address header file for Stratix10 SoC
> > 
> > Signed-off-by: Chin Liang See <clsee@altera.com>
> > Cc: Marek Vasut <marex@denx.de>
> > Cc: Dinh Nguyen <dinguyen@opensource.altera.com>
> > Cc: Ley Foon Tan <lftan@altera.com>
> 
> Applied to the 01-arria10 branch , since this patch is useless in
> mainline as-is .

Cool and thanks. This is the patch for S10 SOCVP and I am validating my
development code now. 

Can we split this as another branch? Once its working with S10 SOCVP,
this shall be part of mainline. 

> 
> btw do you ever plan to finish the Arria10 support in mainline ?
> 

Definitely and getting Ley Foon's help for this.

Thanks
Chin Liang

> > ---
> >  arch/arm/mach-socfpga/include/mach/base_addr_s10.h | 48
> > ++++++++++++++++++++++
> >  1 file changed, 48 insertions(+)
> >  create mode 100755 arch/arm/mach
> > -socfpga/include/mach/base_addr_s10.h
> > 
> > diff --git a/arch/arm/mach-socfpga/include/mach/base_addr_s10.h
> > b/arch/arm/mach-socfpga/include/mach/base_addr_s10.h
> > new file mode 100755
> > index 0000000..411518d
> > --- /dev/null
> > +++ b/arch/arm/mach-socfpga/include/mach/base_addr_s10.h
> > @@ -0,0 +1,48 @@
> > +/*
> > + * Copyright (C) 2016, Intel Corporation
> > + *
> > + * SPDX-License-Identifier:	GPL-2.0
> > + */
> > +
> > +#ifndef _SOCFPGA_S10_BASE_HARDWARE_H_
> > +#define _SOCFPGA_S10_BASE_HARDWARE_H_
> > +
> > +#define SOCFPGA_SMMU_ADDRESS			0xfa000000
> > +#define SOCFPGA_EMAC0_ADDRESS			0xff800000
> > +#define SOCFPGA_EMAC1_ADDRESS			0xff802000
> > +#define SOCFPGA_EMAC2_ADDRESS			0xff804000
> > +#define SOCFPGA_SDMMC_ADDRESS			0xff808000
> > +#define SOCFPGA_USB0_ADDRESS			0xffb00000
> > +#define SOCFPGA_USB1_ADDRESS			0xffb40000
> > +#define SOCFPGA_NANDREGS_ADDRESS		0xffb80000
> > +#define SOCFPGA_NANDDATA_ADDRESS		0xffb90000
> > +#define SOCFPGA_UART0_ADDRESS			0xffc02000
> > +#define SOCFPGA_UART1_ADDRESS			0xffc02100
> > +#define SOCFPGA_I2C0_ADDRESS			0xffc02800
> > +#define SOCFPGA_I2C1_ADDRESS			0xffc02900
> > +#define SOCFPGA_I2C2_ADDRESS			0xffc02a00
> > +#define SOCFPGA_I2C3_ADDRESS			0xffc02b00
> > +#define SOCFPGA_I2C4_ADDRESS			0xffc02c00
> > +#define SOCFPGA_SPTIMER0_ADDRESS		0xffc03000
> > +#define SOCFPGA_SPTIMER1_ADDRESS		0xffc03100
> > +#define SOCFPGA_GPIO0_ADDRESS			0xffc03200
> > +#define SOCFPGA_GPIO1_ADDRESS			0xffc03300
> > +#define SOCFPGA_SYSTIMER0_ADDRESS		0xffd00000
> > +#define SOCFPGA_SYSTIMER0_ADDRESS		0xffd00100
> > +#define SOCFPGA_L4WD0_ADDRESS			0xffd00200
> > +#define SOCFPGA_L4WD0_ADDRESS			0xffd00300
> > +#define SOCFPGA_L4WD0_ADDRESS			0xffd00400
> > +#define SOCFPGA_L4WD0_ADDRESS			0xffd00500
> > +#define SOCFPGA_CLKMGR_ADDRESS			0xffd10000
> > +#define SOCFPGA_RSTMGR_ADDRESS			0xffd11000
> > +#define SOCFPGA_SYSMGR_ADDRESS			0xffd12000
> > +#define SOCFPGA_PINMUX_DEDICATED_IO_ADDRESS	0xffd13000
> > +#define SOCFPGA_DMANONSECURE_ADDRESS		0xffda0000
> > +#define SOCFPGA_DMASECURE_ADDRESS		0xffda1000
> > +#define SOCFPGA_SPIS0_ADDRESS			0xffda2000
> > +#define SOCFPGA_SPIS1_ADDRESS			0xffda3000
> > +#define SOCFPGA_SPIM0_ADDRESS			0xffda4000
> > +#define SOCFPGA_SPIM1_ADDRESS			0xffda5000
> > +#define SOCFPGA_OCRAM_ADDRESS			0xffe00000
> > +
> > +#endif /* _SOCFPGA_S10_BASE_HARDWARE_H_ */
> > 
> 
> 

  reply	other threads:[~2016-08-04 15:08 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-08-03 15:17 [U-Boot] [PATCH] arm: socfpga: stratix10: Add SOCFPGA Stratix10 base address Chin Liang See
2016-08-04  5:34 ` Marek Vasut
2016-08-04 15:08   ` Chin Liang See [this message]
2016-08-04 15:27     ` Marek Vasut
2016-08-04 15:32       ` Chin Liang See
2016-08-04 15:50         ` Marek Vasut
2016-08-07 13:59           ` Chin Liang See
2016-08-07 20:20             ` Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1470323281.2136.3.camel@altera.com \
    --to=clsee@altera.com \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox