From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 1/3] xilinx: zynq: Enable DCC and create new zynq_dcc board
Date: Thu, 21 Feb 2013 19:15:44 +0100 [thread overview]
Message-ID: <20130221191544.71702ee8@lilith> (raw)
In-Reply-To: <1359988567-10034-1-git-send-email-michal.simek@xilinx.com>
Hi Michal,
On Mon, 4 Feb 2013 15:36:05 +0100, Michal Simek
<michal.simek@xilinx.com> wrote:
> Enable DCC driver for arm zynq platform to be compiled.
>
> Signed-off-by: Michal Simek <michal.simek@xilinx.com>
> ---
> boards.cfg | 1 +
> include/configs/zynq.h | 5 +++++
> 2 files changed, 6 insertions(+), 0 deletions(-)
>
> diff --git a/boards.cfg b/boards.cfg
> index 98f7a14..1d30a18 100644
> --- a/boards.cfg
> +++ b/boards.cfg
> @@ -296,6 +296,7 @@ snowball arm armv7 snowball st-e
> kzm9g arm armv7 kzm9g kmc rmobile
> armadillo-800eva arm armv7 armadillo-800eva atmark-techno rmobile
> zynq arm armv7 zynq xilinx zynq
> +zynq_dcc arm armv7 zynq xilinx zynq zynq:ZYNQ_DCC
> socfpga_cyclone5 arm armv7 socfpga_cyclone5 altera socfpga
> actux1_4_16 arm ixp actux1 - - actux1:FLASH2X2
> actux1_4_32 arm ixp actux1 - - actux1:FLASH2X2,RAM_32MB
> diff --git a/include/configs/zynq.h b/include/configs/zynq.h
> index 18fd76f..2989e72 100644
> --- a/include/configs/zynq.h
> +++ b/include/configs/zynq.h
> @@ -58,6 +58,11 @@
> #define CONFIG_ZYNQ_GEM
> #define CONFIG_ZYNQ_GEM_BASEADDR0 0xE000B000
>
> +#if defined(CONFIG_ZYNQ_DCC)
> +# define CONFIG_ARM_DCC
> +# define CONFIG_CPU_V6 /* Required by CONFIG_ARM_DCC */
> +#endif
> +
> #define CONFIG_BOOTP_SERVERIP
> #define CONFIG_BOOTP_BOOTPATH
> #define CONFIG_BOOTP_GATEWAY
Applied to u-boot-arm/master via microblaze/mainline/arm, thanks!
Amicalement,
--
Albert.
prev parent reply other threads:[~2013-02-21 18:15 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-02-04 14:36 [U-Boot] [PATCH 1/3] xilinx: zynq: Enable DCC and create new zynq_dcc board Michal Simek
2013-02-04 14:36 ` [U-Boot] [PATCH 2/3] arm: zynq: Add SLCR support with system reset Michal Simek
2013-02-04 14:36 ` [U-Boot] [PATCH 3/3] arm: zynq: Add lowlevel initialization to C Michal Simek
2013-02-21 18:16 ` Albert ARIBAUD
2013-02-21 18:15 ` [U-Boot] [PATCH 1/3] xilinx: zynq: Enable DCC and create new zynq_dcc board Albert ARIBAUD
2013-02-21 18:15 ` Albert ARIBAUD [this message]
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=20130221191544.71702ee8@lilith \
--to=albert.u.boot@aribaud.net \
--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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.