From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v3 1/6] arch: kona: Initial commit of kona-common architecture code
Date: Mon, 10 Feb 2014 09:44:58 +0100 [thread overview]
Message-ID: <20140210094458.0b1d8a33@lilith> (raw)
In-Reply-To: <1391743388-5539-2-git-send-email-drambo@broadcom.com>
Hi Darwin,
On Thu, 6 Feb 2014 19:23:03 -0800, Darwin Rambo <drambo@broadcom.com>
wrote:
> The Kona architecture is present on a number of Broadcom mobile SoCs
> including the bcm281xx family of chips.
>
> Signed-off-by: Darwin Rambo <drambo@broadcom.com>
> Reviewed-by: Steve Rae <srae@broadcom.com>
> Reviewed-by: Tim Kryger <tkryger@linaro.org>
> ---
> arch/arm/cpu/armv7/Makefile | 1 +
> arch/arm/cpu/armv7/kona-common/Makefile | 9 ++++++++
> arch/arm/cpu/armv7/kona-common/clk-stubs.c | 21 +++++++++++++++++
> arch/arm/cpu/armv7/kona-common/hwinit-common.c | 16 +++++++++++++
> arch/arm/cpu/armv7/kona-common/s_init.c | 12 ++++++++++
> arch/arm/include/asm/kona-common/clk.h | 29 ++++++++++++++++++++++++
> arch/arm/include/asm/kona-common/kona_sdhci.h | 12 ++++++++++
> 7 files changed, 100 insertions(+)
> create mode 100644 arch/arm/cpu/armv7/kona-common/Makefile
> create mode 100644 arch/arm/cpu/armv7/kona-common/clk-stubs.c
> create mode 100644 arch/arm/cpu/armv7/kona-common/hwinit-common.c
> create mode 100644 arch/arm/cpu/armv7/kona-common/s_init.c
> create mode 100644 arch/arm/include/asm/kona-common/clk.h
> create mode 100644 arch/arm/include/asm/kona-common/kona_sdhci.h
>
> diff --git a/arch/arm/cpu/armv7/Makefile b/arch/arm/cpu/armv7/Makefile
> index 0467d00..119ebb3 100644
> --- a/arch/arm/cpu/armv7/Makefile
> +++ b/arch/arm/cpu/armv7/Makefile
> @@ -23,6 +23,7 @@ obj-y += nonsec_virt.o
> obj-y += virt-v7.o
> endif
>
> +obj-$(CONFIG_KONA) += kona-common/
> obj-$(CONFIG_OMAP_COMMON) += omap-common/
> obj-$(CONFIG_TEGRA) += tegra-common/
>
> diff --git a/arch/arm/cpu/armv7/kona-common/Makefile b/arch/arm/cpu/armv7/kona-common/Makefile
> new file mode 100644
> index 0000000..8af6f2c
> --- /dev/null
> +++ b/arch/arm/cpu/armv7/kona-common/Makefile
> @@ -0,0 +1,9 @@
> +#
> +# Copyright 2013 Broadcom Corporation. All rights reserved.
> +#
> +# SPDX-License-Identifier: GPL-2.0+
Is the "All rights reserved" mention compatible with GPL-2.0+? Ditto
for other occurrences.
Amicalement,
--
Albert.
next prev parent reply other threads:[~2014-02-10 8:44 UTC|newest]
Thread overview: 10+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-07 3:23 [U-Boot] [PATCH v3 0/6] Introducing the Broadcom bcm281xx Architecture Darwin Rambo
2014-02-07 3:23 ` [U-Boot] [PATCH v3 1/6] arch: kona: Initial commit of kona-common architecture code Darwin Rambo
2014-02-10 8:44 ` Albert ARIBAUD [this message]
2014-02-10 20:29 ` Tom Rini
2014-02-07 3:23 ` [U-Boot] [PATCH v3 2/6] arch: bcm281xx: Initial commit of bcm281xx " Darwin Rambo
2014-02-07 3:23 ` [U-Boot] [PATCH v3 3/6] gpio: kona: Add Kona gpio driver Darwin Rambo
2014-02-07 3:23 ` [U-Boot] [PATCH v3 4/6] i2c: kona: Add Kona I2C driver Darwin Rambo
2014-02-07 3:23 ` [U-Boot] [PATCH v3 5/6] mmc: kona: Add Kona mmc driver Darwin Rambo
2014-02-07 3:23 ` [U-Boot] [PATCH v3 6/6] board: bcm28155_ap: Add board files Darwin Rambo
2014-02-07 3:39 ` [U-Boot] [PATCH v3 0/6] Introducing the Broadcom bcm281xx Architecture Darwin Rambo
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=20140210094458.0b1d8a33@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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox