From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 1/3] arm/km: add support for km_kirkwood_128m16 board
Date: Wed, 2 Oct 2013 22:31:35 +0200 [thread overview]
Message-ID: <20131002223135.58fcb340@lilith> (raw)
In-Reply-To: <1379489568-6668-1-git-send-email-holger.brunck@keymile.com>
Hi Holger,
On Wed, 18 Sep 2013 09:32:48 +0200, Holger Brunck
<holger.brunck@keymile.com> wrote:
> From: Karlheinz Jerg <karlheinz.jerg@keymile.com>
>
> The board is similar to the standard km_kirkwood board. From a
> u-boot point of view, the only difference is an increased
> 256 MiB DRAM (128M16). A board based on this design is for
> example the SUP12.
>
> Signed-off-by: Karlheinz Jerg <karlheinz.jerg@keymile.com>
> Signed-off-by: Holger Brunck <holger.brunck@keymile.com>
> ---
> boards.cfg | 1 +
> include/configs/km_kirkwood.h | 10 ++++++++++
> 2 files changed, 11 insertions(+)
>
> diff --git a/boards.cfg b/boards.cfg
> index dbd8479..f48c5bb 100644
> --- a/boards.cfg
> +++ b/boards.cfg
> @@ -167,6 +167,7 @@ Active arm arm926ejs kirkwood iomega -
> Active arm arm926ejs kirkwood karo tk71 tk71 - -
> Active arm arm926ejs kirkwood keymile km_arm km_kirkwood km_kirkwood:KM_KIRKWOOD Valentin Longchamp <valentin.longchamp@keymile.com>
> Active arm arm926ejs kirkwood keymile km_arm km_kirkwood_pci km_kirkwood:KM_KIRKWOOD_PCI Valentin Longchamp <valentin.longchamp@keymile.com>
> +Active arm arm926ejs kirkwood keymile km_arm km_kirkwood_128m16 km_kirkwood:KM_KIRKWOOD_128M16 Valentin Longchamp <valentin.longchamp@keymile.com>
> Active arm arm926ejs kirkwood keymile km_arm kmcoge5un km_kirkwood:KM_COGE5UN Valentin Longchamp <valentin.longchamp@keymile.com>
> Active arm arm926ejs kirkwood keymile km_arm kmnusa km_kirkwood:KM_NUSA Valentin Longchamp <valentin.longchamp@keymile.com>
> Active arm arm926ejs kirkwood keymile km_arm kmsuv31 km_kirkwood:KM_SUV31 Valentin Longchamp <valentin.longchamp@keymile.com>
> diff --git a/include/configs/km_kirkwood.h b/include/configs/km_kirkwood.h
> index 0e6073c..b8b64c4 100644
> --- a/include/configs/km_kirkwood.h
> +++ b/include/configs/km_kirkwood.h
> @@ -35,6 +35,16 @@
> #define CONFIG_KM_IVM_BUS 1 /* I2C2 (Mux-Port 1)*/
> #define CONFIG_KM_FPGA_CONFIG
>
> +/* KM_KIRKWOOD_128M16 */
> +#elif defined(CONFIG_KM_KIRKWOOD_128M16)
> +#define CONFIG_IDENT_STRING "\nKeymile Kirkwood 128M16"
> +#define CONFIG_HOSTNAME km_kirkwood_128m16
> +#undef CONFIG_SYS_KWD_CONFIG
> +#define CONFIG_SYS_KWD_CONFIG \
> + $(SRCTREE)/$(CONFIG_BOARDDIR)/kwbimage_128M16_1.cfg
> +#define CONFIG_KM_DISABLE_PCIE
> +#define KM_IVM_BUS "pca9544a:70:9" /* I2C2 (Mux-Port 1)*/
> +
> /* KM_NUSA */
> #elif defined(CONFIG_KM_NUSA)
> #define CONFIG_KM_IVM_BUS 1 /* I2C2 (Mux-Port 1)*/
This was assigned to me on patchwork; should go to Prafulla actually,
as V1 did.
Amicalement,
--
Albert.
next prev parent reply other threads:[~2013-10-02 20:31 UTC|newest]
Thread overview: 7+ messages / expand[flat|nested] mbox.gz Atom feed top
2013-07-04 13:29 [U-Boot] [PATCH 1/3] arm/km: add support for km_kirkwood_128m16 board Holger Brunck
2013-07-04 13:29 ` [U-Boot] [PATCH 2/3] arm/km: drop unneeded define Holger Brunck
2013-07-04 13:29 ` [U-Boot] [PATCH 3/3] arm/km: make local function startup_allowed static Holger Brunck
2013-09-18 7:32 ` [U-Boot] [PATCH v2 1/3] arm/km: add support for km_kirkwood_128m16 board Holger Brunck
2013-10-02 20:31 ` Albert ARIBAUD [this message]
2013-09-25 7:19 ` [U-Boot] [PATCH " Holger Brunck
2013-09-25 11:18 ` Prafulla Wadaskar
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=20131002223135.58fcb340@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.