public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Marek Vasut <marex@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v1 01/16] arm: socfpga: stratix10: Add base address map for Statix10 SoC
Date: Thu, 19 Apr 2018 05:02:48 +0200	[thread overview]
Message-ID: <7bb1e813-e6c2-1908-6633-e91e8a425bc2@denx.de> (raw)
In-Reply-To: <1524131457-19234-2-git-send-email-ley.foon.tan@intel.com>

On 04/19/2018 11:50 AM, Ley Foon Tan wrote:
> Add the base address map for Statix10 SoC
> 
> Signed-off-by: Chin Liang See <chin.liang.see@intel.com>
> Signed-off-by: Ley Foon Tan <ley.foon.tan@intel.com>
> ---
>  arch/arm/mach-socfpga/include/mach/base_addr_s10.h |   38 ++++++++++++++++++++
>  1 files changed, 38 insertions(+), 0 deletions(-)
>  create mode 100644 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 100644
> index 0000000..e18d2bf
> --- /dev/null
> +++ b/arch/arm/mach-socfpga/include/mach/base_addr_s10.h
> @@ -0,0 +1,38 @@
> +/* SPDX-License-Identifier: GPL-2.0
> + *
> + * Copyright (C) 2016-2018 Intel Corporation <www.intel.com>
> + *
> + */
> +
> +#ifndef _SOCFPGA_S10_BASE_HARDWARE_H_
> +#define _SOCFPGA_S10_BASE_HARDWARE_H_
> +
> +#define SOCFPGA_SDR_SCHEDULER_ADDRESS		0xf8000400
> +#define SOCFPGA_HMC_MMR_IO48_ADDRESS		0xf8010000
> +#define SOCFPGA_SDR_ADDRESS			0xf8011000
> +#define SOCFPGA_SMMU_ADDRESS			0xfa000000
> +#define SOCFPGA_MAILBOX_ADDRESS			0xffA30000
> +#define SOCFPGA_UART0_ADDRESS			0xffc02000
> +#define SOCFPGA_UART1_ADDRESS			0xffc02100
> +#define SOCFPGA_L4WD0_ADDRESS			0xffd00200
> +#define SOCFPGA_L4WD1_ADDRESS			0xffd00300
> +#define SOCFPGA_L4WD2_ADDRESS			0xffd00400
> +#define SOCFPGA_L4WD3_ADDRESS			0xffd00500
> +#define SOCFPGA_GTIMER_SEC_ADDRESS		0xffd01000
> +#define SOCFPGA_GTIMER_NSEC_ADDRESS		0xffd02000
> +#define SOCFPGA_CLKMGR_ADDRESS			0xffd10000
> +#define SOCFPGA_RSTMGR_ADDRESS			0xffd11000
> +#define SOCFPGA_SYSMGR_ADDRESS			0xffd12000
> +#define SOCFPGA_PINMUX_DEDICATED_IO_ADDRESS	0xffd13000
> +#define SOCFPGA_FIREWALL_L4_PER			0xffd21000
> +#define SOCFPGA_FIREWALL_L4_SYS			0xffd21100
> +#define SOCFPGA_FIREWALL_SOC2FPGA		0xffd21200
> +#define SOCFPGA_FIREWALL_LWSOC2FPGA		0xffd21300
> +#define SOCFPGA_FIREWALL_TCU			0xffd21400
> +#define SOCFPGA_DMANONSECURE_ADDRESS		0xffda0000
> +#define SOCFPGA_DMASECURE_ADDRESS		0xffda1000
> +#define SOCFPGA_OCRAM_ADDRESS			0xffe00000
> +#define GICD_BASE				0xfffc1000
> +#define GICC_BASE				0xfffc2000

How much of this can come from DT ?

> +#endif /* _SOCFPGA_S10_BASE_HARDWARE_H_ */
> 


-- 
Best regards,
Marek Vasut

  reply	other threads:[~2018-04-19  3:02 UTC|newest]

Thread overview: 62+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-04-19  9:50 [U-Boot] [PATCH v1 00/16] Add Intel Stratix 10 SoC support Ley Foon Tan
2018-04-19  9:50 ` [U-Boot] [PATCH v1 01/16] arm: socfpga: stratix10: Add base address map for Statix10 SoC Ley Foon Tan
2018-04-19  3:02   ` Marek Vasut [this message]
2018-04-20 15:22     ` Ley Foon Tan
2018-04-20 10:59       ` Marek Vasut
2018-04-19  9:50 ` [U-Boot] [PATCH v1 02/16] arm: socfpga: stratix10: Add clock manager driver for Stratix10 SoC Ley Foon Tan
2018-04-19  9:50 ` [U-Boot] [PATCH v1 03/16] arm: socfpga: stratix10: Add reset " Ley Foon Tan
2018-04-19  9:50 ` [U-Boot] [PATCH v1 04/16] arm: socfpga: stratix10: Add pinmux support " Ley Foon Tan
2018-04-19  9:50 ` [U-Boot] [PATCH v1 05/16] arm: socfpga: misc: Add CONFIG_SYS_L2_PL310 switch Ley Foon Tan
2018-04-19  2:47   ` Marek Vasut
2018-04-19  5:15     ` See, Chin Liang
2018-04-19  8:19       ` Marek Vasut
2018-04-20  7:49         ` Ley Foon Tan
2018-04-20 11:00           ` Marek Vasut
2018-04-23  1:31             ` Ley Foon Tan
2018-04-19  9:50 ` [U-Boot] [PATCH v1 06/16] arm: socfpga: misc: Move eth reset to common misc driver Ley Foon Tan
2018-04-19  2:47   ` Marek Vasut
2018-04-19  3:13     ` Ley Foon Tan
2018-04-19  8:20       ` Marek Vasut
2018-04-23  1:31         ` Ley Foon Tan
2018-04-19  9:50 ` [U-Boot] [PATCH v1 07/16] arm: socfpga: stratix10: Add misc support for Stratix10 SoC Ley Foon Tan
2018-04-19  2:49   ` Marek Vasut
2018-04-27  2:10     ` Ley Foon Tan
2018-04-27  7:05       ` Marek Vasut
2018-04-27  8:04         ` Ley Foon Tan
2018-04-27  8:30           ` Marek Vasut
2018-04-19  9:50 ` [U-Boot] [PATCH v1 08/16] arm: socfpga: stratix10: Add mailbox " Ley Foon Tan
2018-04-19  2:53   ` Marek Vasut
2018-05-08  6:49     ` Ley Foon Tan
2018-05-08  9:21       ` Marek Vasut
2018-05-10  8:45         ` Ley Foon Tan
2018-05-10 10:09           ` Marek Vasut
2018-05-11  5:45             ` Ley Foon Tan
2018-05-11  8:44               ` Marek Vasut
2018-05-11  9:25                 ` Ley Foon Tan
2018-05-11  9:56                   ` Marek Vasut
2018-04-19  9:50 ` [U-Boot] [PATCH v1 09/16] arm: socfpga: stratix10: Add MMU " Ley Foon Tan
2018-04-19  2:53   ` Marek Vasut
2018-04-19  9:50 ` [U-Boot] [PATCH v1 10/16] arm: dts: Add dts " Ley Foon Tan
2018-04-19  2:54   ` Marek Vasut
2018-04-23  2:05     ` Ley Foon Tan
2018-04-19  9:50 ` [U-Boot] [PATCH v1 11/16] arm: socfpga: Restructure the SPL file Ley Foon Tan
2018-04-19  9:50 ` [U-Boot] [PATCH v1 12/16] arm: socfpga: stratix10: Add SPL driver for Stratix10 SoC Ley Foon Tan
2018-04-19  2:58   ` Marek Vasut
2018-04-27  2:14     ` Ley Foon Tan
2018-04-27  7:09       ` Marek Vasut
2018-04-19  9:50 ` [U-Boot] [PATCH v1 13/16] arm: socfpga: stratix10: Add timer support " Ley Foon Tan
2018-04-19  2:59   ` Marek Vasut
2018-04-19  5:26     ` See, Chin Liang
2018-04-19  8:21       ` Marek Vasut
2018-04-23  1:54         ` Ley Foon Tan
2018-04-23  3:40           ` Marek Vasut
2018-04-23  6:00             ` Ley Foon Tan
2018-04-23 11:59               ` Marek Vasut
2018-04-24  7:03                 ` Ley Foon Tan
2018-04-19  9:50 ` [U-Boot] [PATCH v1 14/16] ddr: altera: stratix10: Add DDR " Ley Foon Tan
2018-04-19  3:02   ` Marek Vasut
2018-05-10  7:47     ` Ley Foon Tan
2018-05-10 10:12       ` Marek Vasut
2018-05-11  2:40         ` Ley Foon Tan
2018-04-19  9:50 ` [U-Boot] [PATCH v1 15/16] board: altera: stratix10: Add socdk board " Ley Foon Tan
2018-04-19  9:50 ` [U-Boot] [PATCH v1 16/16] arm: socfpga: stratix10: Enable Stratix10 SoC build Ley Foon Tan

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=7bb1e813-e6c2-1908-6633-e91e8a425bc2@denx.de \
    --to=marex@denx.de \
    --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