From: Masahiro Yamada <yamada.m@jp.panasonic.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 3/3] kconfig: zynq: Add ZYBO board
Date: Mon, 01 Sep 2014 11:25:51 +0900 [thread overview]
Message-ID: <20140901112550.49DC.AA925319@jp.panasonic.com> (raw)
In-Reply-To: <ea2c278050f56e8fce4e3981963cec8590e704a4.1409223862.git.crosthwaite.peter@gmail.com>
Hi Peter,
Sorry, this patch no longer applies on the mainline.
Could you rebase and repost this patch, please?
(You need to touch arch/arm/cpu/armv7/zynq/Kconfig,
intead of arch/arm/Kconfig, board/xilinx/zynq/Kconfig)
Best Regards
Masahiro Yamada
On Thu, 28 Aug 2014 21:16:41 +1000
Peter Crosthwaite <crosthwaitepeter@gmail.com> wrote:
> Add a defconfig and Kconfigury for the Digilent ZYBO board.
>
> Signed-off-by: Peter Crosthwaite <crosthwaite.peter@gmail.com>
> ---
> arch/arm/Kconfig | 3 +++
> board/xilinx/zynq/Kconfig | 24 ++++++++++++++++++++++++
> configs/zynq_zybo_defconfig | 3 +++
> 3 files changed, 30 insertions(+)
> create mode 100644 configs/zynq_zybo_defconfig
>
> diff --git a/arch/arm/Kconfig b/arch/arm/Kconfig
> index e385eda..e04a2b9 100644
> --- a/arch/arm/Kconfig
> +++ b/arch/arm/Kconfig
> @@ -671,6 +671,9 @@ config TARGET_ZYNQ_ZC770
> config TARGET_ZYNQ_ZED
> bool "Support zynq_zed"
>
> +config TARGET_ZYNQ_ZYBO
> + bool "Support zynq_zybo"
> +
> config TARGET_MEDCOM_WIDE
> bool "Support medcom-wide"
>
> diff --git a/board/xilinx/zynq/Kconfig b/board/xilinx/zynq/Kconfig
> index 3b72a5f..151279c 100644
> --- a/board/xilinx/zynq/Kconfig
> +++ b/board/xilinx/zynq/Kconfig
> @@ -93,3 +93,27 @@ config SYS_CONFIG_NAME
> default "zynq_zed"
>
> endif
> +
> +if TARGET_ZYNQ_ZYBO
> +
> +config SYS_CPU
> + string
> + default "armv7"
> +
> +config SYS_BOARD
> + string
> + default "zynq"
> +
> +config SYS_VENDOR
> + string
> + default "xilinx"
> +
> +config SYS_SOC
> + string
> + default "zynq"
> +
> +config SYS_CONFIG_NAME
> + string
> + default "zynq_zybo"
> +
> +endif
> diff --git a/configs/zynq_zybo_defconfig b/configs/zynq_zybo_defconfig
> new file mode 100644
> index 0000000..973ebc1
> --- /dev/null
> +++ b/configs/zynq_zybo_defconfig
> @@ -0,0 +1,3 @@
> +CONFIG_SPL=y
> ++S:CONFIG_ARM=y
> ++S:CONFIG_TARGET_ZYNQ_ZYBO=y
> --
> 1.9.1
>
> _______________________________________________
> U-Boot mailing list
> U-Boot at lists.denx.de
> http://lists.denx.de/mailman/listinfo/u-boot
next prev parent reply other threads:[~2014-09-01 2:25 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-08-28 11:16 [U-Boot] [PATCH 0/3] ARM: Zynq: Add ZYBO board Peter Crosthwaite
2014-08-28 11:16 ` [U-Boot] [PATCH 1/3] arm: dts: zynq: Add digilent ZYBO board dts Peter Crosthwaite
2014-08-28 11:44 ` Jagan Teki
2014-08-28 11:16 ` [U-Boot] [PATCH 2/3] configs: zynq: Add config support for ZYBO Peter Crosthwaite
2014-08-28 11:39 ` Jagan Teki
2014-08-28 11:16 ` [U-Boot] [PATCH 3/3] kconfig: zynq: Add ZYBO board Peter Crosthwaite
2014-08-28 11:45 ` Jagan Teki
2014-09-01 2:25 ` Masahiro Yamada [this message]
2014-09-01 11:00 ` Michal Simek
[not found] ` <OFC44BD889.84CD4704-ON86257D43.0024CD41-86257D43.0024CD47@ni.com>
2014-08-29 10:34 ` [U-Boot] [PATCH 2/3] configs: zynq: Add config support for ZYBO Michal Simek
2014-08-30 1:42 ` Peter Crosthwaite
2014-08-29 11:07 ` [U-Boot] [PATCH 0/3] ARM: Zynq: Add ZYBO board Michal Simek
2014-08-30 1:29 ` Peter Crosthwaite
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=20140901112550.49DC.AA925319@jp.panasonic.com \
--to=yamada.m@jp.panasonic.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