From: Steve Rae <srae@broadcom.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH v2 0/4] Introducing the Broadcom Cygnus and NSP boards.
Date: Tue, 22 Jul 2014 15:41:48 -0700 [thread overview]
Message-ID: <1406068912-5941-1-git-send-email-srae@broadcom.com> (raw)
This series adds the bcm958300k and the bcm958622hr boards which
share the iproc architecture code.
Changes in v2:
- remove unused include file
- reformat multi-line comment(s)
- remove deprecated "SZ_" definitions
- remove misc_init_r()
- update CONFIG_ENV_SIZE
Scott Branden (4):
arm: iproc: Initial commit of iproc architecture code
arm: bcmcygnus: Add bcmcygnus u-architecture
arm: bcmnsp: Add bcmnsp u-architecture
arm: add Cygnus and NSP boards
arch/arm/cpu/armv7/Makefile | 1 +
arch/arm/cpu/armv7/bcmcygnus/Makefile | 7 +
arch/arm/cpu/armv7/bcmcygnus/reset.c | 20 +++
arch/arm/cpu/armv7/bcmnsp/Makefile | 7 +
arch/arm/cpu/armv7/bcmnsp/reset.c | 19 +++
arch/arm/cpu/armv7/iproc-common/Makefile | 9 ++
arch/arm/cpu/armv7/iproc-common/armpll.c | 170 ++++++++++++++++++++++++
arch/arm/cpu/armv7/iproc-common/hwinit-common.c | 15 +++
arch/arm/cpu/armv7/iproc-common/timer.c | 130 ++++++++++++++++++
arch/arm/include/asm/arch-bcmcygnus/configs.h | 25 ++++
arch/arm/include/asm/arch-bcmnsp/configs.h | 22 +++
arch/arm/include/asm/iproc-common/armpll.h | 14 ++
arch/arm/include/asm/iproc-common/configs.h | 20 +++
arch/arm/include/asm/iproc-common/sysmap.h | 47 +++++++
arch/arm/include/asm/iproc-common/timer.h | 37 ++++++
board/broadcom/bcm_ep/Makefile | 7 +
board/broadcom/bcm_ep/board.c | 55 ++++++++
boards.cfg | 2 +
include/configs/bcm_ep_board.h | 107 +++++++++++++++
19 files changed, 714 insertions(+)
create mode 100644 arch/arm/cpu/armv7/bcmcygnus/Makefile
create mode 100644 arch/arm/cpu/armv7/bcmcygnus/reset.c
create mode 100644 arch/arm/cpu/armv7/bcmnsp/Makefile
create mode 100644 arch/arm/cpu/armv7/bcmnsp/reset.c
create mode 100644 arch/arm/cpu/armv7/iproc-common/Makefile
create mode 100644 arch/arm/cpu/armv7/iproc-common/armpll.c
create mode 100644 arch/arm/cpu/armv7/iproc-common/hwinit-common.c
create mode 100644 arch/arm/cpu/armv7/iproc-common/timer.c
create mode 100644 arch/arm/include/asm/arch-bcmcygnus/configs.h
create mode 100644 arch/arm/include/asm/arch-bcmnsp/configs.h
create mode 100644 arch/arm/include/asm/iproc-common/armpll.h
create mode 100644 arch/arm/include/asm/iproc-common/configs.h
create mode 100644 arch/arm/include/asm/iproc-common/sysmap.h
create mode 100644 arch/arm/include/asm/iproc-common/timer.h
create mode 100644 board/broadcom/bcm_ep/Makefile
create mode 100644 board/broadcom/bcm_ep/board.c
create mode 100644 include/configs/bcm_ep_board.h
--
1.8.5
next reply other threads:[~2014-07-22 22:41 UTC|newest]
Thread overview: 6+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-22 22:41 Steve Rae [this message]
2014-07-22 22:41 ` [U-Boot] [PATCH v2 1/4] arm: iproc: Initial commit of iproc architecture code Steve Rae
2014-07-22 22:41 ` [U-Boot] [PATCH v2 2/4] arm: bcmcygnus: Add bcmcygnus u-architecture Steve Rae
2014-07-22 22:41 ` [U-Boot] [PATCH v2 3/4] arm: bcmnsp: Add bcmnsp u-architecture Steve Rae
2014-07-22 22:41 ` [U-Boot] [PATCH v2 4/4] arm: add Cygnus and NSP boards Steve Rae
2014-07-31 0:58 ` [U-Boot] [PATCH v2 0/4] Introducing the Broadcom " Steve Rae
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=1406068912-5941-1-git-send-email-srae@broadcom.com \
--to=srae@broadcom.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