public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Tom Rini <trini@ti.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 08/14] zynq: Move macros to hardware.h
Date: Mon, 22 Apr 2013 12:02:59 -0400	[thread overview]
Message-ID: <20130422160259.GT14952@bill-the-cat> (raw)
In-Reply-To: <96216a6d01e3687d946f0ba2a8a84814293c8019.1366641836.git.michal.simek@xilinx.com>

On Mon, Apr 22, 2013 at 04:52:06PM +0200, Michal Simek wrote:

> Add all fixed addresses to hardware.h and change petalinux
> configuration to support this.
> 
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
>  arch/arm/include/asm/arch-zynq/hardware.h |  2 ++
>  board/xilinx/zynq/board.c                 | 12 +++++++++---
>  include/configs/zynq.h                    |  2 +-
>  3 files changed, 12 insertions(+), 4 deletions(-)
> 
> diff --git a/arch/arm/include/asm/arch-zynq/hardware.h b/arch/arm/include/asm/arch-zynq/hardware.h
> index bee7b09..e0f6eba 100644
> --- a/arch/arm/include/asm/arch-zynq/hardware.h
> +++ b/arch/arm/include/asm/arch-zynq/hardware.h
> @@ -27,6 +27,8 @@
>  #define XPSS_DEV_CFG_APB_BASEADDR	0xF8007000
>  #define XPSS_SCU_BASEADDR		0xF8F00000
>  #define CONFIG_SCUTIMER_BASEADDR	0xF8F00600
> +#define CONFIG_ZYNQ_GEM_BASEADDR0	0xE000B000
> +#define CONFIG_ZYNQ_GEM_BASEADDR1	0xE000C000

Are these configurable really or no?  If they're in <hardware.h> they
shouldn't be CONFIG named.

-- 
Tom
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 836 bytes
Desc: Digital signature
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20130422/de3531cc/attachment.pgp>

  reply	other threads:[~2013-04-22 16:02 UTC|newest]

Thread overview: 21+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2013-04-22 14:51 [U-Boot] Xilinx Zynq patches Michal Simek
2013-04-22 14:51 ` [U-Boot] [PATCH 01/14] arm: zynq: U-Boot udelay < 1000 FIX Michal Simek
2013-04-22 14:52 ` [U-Boot] [PATCH 02/14] zynq: Move scutimer baseaddr to hardware.h Michal Simek
2013-04-22 15:55   ` Tom Rini
2013-04-22 14:52 ` [U-Boot] [PATCH 03/14] net: phy: Define Marvell 88e1518 phy Michal Simek
2013-04-22 14:52 ` [U-Boot] [PATCH 04/14] net: gem: Remove WRAP bit from TX buffer description Michal Simek
2013-04-22 14:52 ` [U-Boot] [PATCH 05/14] net: gem: Simplify return path in zynq_gem_recv Michal Simek
2013-04-22 14:52 ` [U-Boot] [PATCH 06/14] net: gem: Do not initialize BDs again Michal Simek
2013-04-22 14:52 ` [U-Boot] [PATCH 07/14] net: gem: Fix gem driver on 1Gbps LAN Michal Simek
2013-04-22 14:52 ` [U-Boot] [PATCH 08/14] zynq: Move macros to hardware.h Michal Simek
2013-04-22 16:02   ` Tom Rini [this message]
2013-04-22 14:52 ` [U-Boot] [PATCH 09/14] net: gem: Pass phy address to init Michal Simek
2013-04-22 14:52 ` [U-Boot] [PATCH 10/14] net: gem: Preserve clk on emio interface Michal Simek
2013-04-22 14:52 ` [U-Boot] [PATCH 11/14] net: gem: Add support for phy autodetection Michal Simek
2013-04-22 14:52 ` [U-Boot] [PATCH 12/14] mmc: Add support for Xilinx Zynq sdhci controller Michal Simek
2013-04-22 14:52 ` [U-Boot] [PATCH 13/14] i2c: zynq: Add support for Xilinx Zynq Michal Simek
2013-04-22 16:09   ` Tom Rini
2013-04-22 14:52 ` [U-Boot] [PATCH 14/14] fpga: Add support for loading bitstream " Michal Simek
2013-04-22 16:29   ` Tom Rini
2013-04-22 16:29 ` [U-Boot] Xilinx Zynq patches Tom Rini
2013-04-23 10:46   ` Michal Simek

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=20130422160259.GT14952@bill-the-cat \
    --to=trini@ti.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