From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH V5] arm: Tegra2: add support for A9 CPU init
Date: Wed, 20 Apr 2011 07:35:36 +0200 [thread overview]
Message-ID: <4DAE70A8.3090302@aribaud.net> (raw)
In-Reply-To: <1302819486-28440-1-git-send-email-twarren@nvidia.com>
Hi Tom,
Le 15/04/2011 00:18, Tom Warren a ?crit :
> Signed-off-by: Tom Warren<twarren@nvidia.com>
> ---
> Changes for V2:
> - Remove returns in void functions
> - Move inline assembly code to .S file
> - Simplify some if/else code, break out common code
> - Minimize the use of local vars
> - Inline some single-instance functions
> - Remove TRUE/FALSE define, use 1/0 instead
> - Replace memset of mem-mapped regs w/loop of writel's
> Changes for V3:
> - Fix C-style comments in lowlevel_init.S cache_configure
> Changes for V4:
> - Move cold_boot() from C to assembly
> - Fix spacing in cache_configure
> Changes for V5:
> - Add a timeout and printf msg if CPU never powers up
> - Remove redundant is_cpu_powered in start_cpu
>
> arch/arm/cpu/armv7/start.S | 12 +
> arch/arm/cpu/armv7/tegra2/Makefile | 2 +-
> arch/arm/cpu/armv7/tegra2/ap20.c | 329 ++++++++++++++++++++++++++++
> arch/arm/cpu/armv7/tegra2/ap20.h | 104 +++++++++
> arch/arm/cpu/armv7/tegra2/lowlevel_init.S | 94 ++++++++
> arch/arm/include/asm/arch-tegra2/clk_rst.h | 27 +++
> arch/arm/include/asm/arch-tegra2/pmc.h | 8 +
> arch/arm/include/asm/arch-tegra2/scu.h | 43 ++++
> arch/arm/include/asm/arch-tegra2/tegra2.h | 8 +
> board/nvidia/common/board.c | 10 +
> board/nvidia/common/board.h | 29 +++
> include/configs/harmony.h | 1 +
> include/configs/seaboard.h | 1 +
> include/configs/tegra2-common.h | 2 +
> 14 files changed, 669 insertions(+), 1 deletions(-)
> create mode 100644 arch/arm/cpu/armv7/tegra2/ap20.c
> create mode 100644 arch/arm/cpu/armv7/tegra2/ap20.h
> create mode 100644 arch/arm/include/asm/arch-tegra2/scu.h
> create mode 100644 board/nvidia/common/board.h
Applied to u-boot-arm, thanks.
Amicalement,
--
Albert.
prev parent reply other threads:[~2011-04-20 5:35 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-04-14 22:18 [U-Boot] [PATCH V5] arm: Tegra2: add support for A9 CPU init Tom Warren
2011-04-20 5:35 ` Albert ARIBAUD [this message]
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=4DAE70A8.3090302@aribaud.net \
--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.