From mboxrd@z Thu Jan 1 00:00:00 1970 From: Tom Rini Date: Mon, 10 Feb 2014 15:29:18 -0500 Subject: [U-Boot] [PATCH v3 1/6] arch: kona: Initial commit of kona-common architecture code In-Reply-To: <20140210094458.0b1d8a33@lilith> References: <1391743388-5539-1-git-send-email-drambo@broadcom.com> <1391743388-5539-2-git-send-email-drambo@broadcom.com> <20140210094458.0b1d8a33@lilith> Message-ID: <20140210202918.GX7049@bill-the-cat> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Mon, Feb 10, 2014 at 09:44:58AM +0100, Albert ARIBAUD wrote: > Hi Darwin, > > On Thu, 6 Feb 2014 19:23:03 -0800, Darwin Rambo > wrote: > > > The Kona architecture is present on a number of Broadcom mobile SoCs > > including the bcm281xx family of chips. > > > > Signed-off-by: Darwin Rambo > > Reviewed-by: Steve Rae > > Reviewed-by: Tim Kryger > > --- > > 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. Checking out some debian-legal archives, it's meaningless these days, so lets drop it from the next go-round. Any other comments about the series? -- Tom -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 836 bytes Desc: Digital signature URL: