From: Lucas Stach <dev@lynxeye.de>
To: barebox@lists.infradead.org
Subject: [PATCH 0/7] Lowlevel Tegra3 support
Date: Thu, 13 Feb 2014 23:32:44 +0100 [thread overview]
Message-ID: <1392330771-21671-1-git-send-email-dev@lynxeye.de> (raw)
This is the very basic Tegra3 support. All highlevel things
like pinmux and other drivers still missing.
Allows to start the high performance CPU cluster on Tegra3
and start executing code there.
Lucas Stach (7):
tegra: add -fno-jump-tables to lowlevel code
tegra: add break to switch statements
tegra: add lowlevel delay function
tegra: add Tegra3 to relevant lowlevel functions
tegra: add lowlevel DVC
tegra: set AHB clock rate early
tegra: add Tegra3 startup
arch/arm/mach-tegra/Makefile | 4 +-
arch/arm/mach-tegra/include/mach/lowlevel-dvc.h | 71 +++++++++++++++++++++++++
arch/arm/mach-tegra/include/mach/lowlevel.h | 68 ++++++++++++++++++++++-
arch/arm/mach-tegra/include/mach/tegra20-car.h | 12 +++++
arch/arm/mach-tegra/include/mach/tegra30-car.h | 31 +++++++++++
arch/arm/mach-tegra/include/mach/tegra30-flow.h | 23 ++++++++
arch/arm/mach-tegra/tegra_avp_init.c | 46 +++++++++++++++-
7 files changed, 251 insertions(+), 4 deletions(-)
create mode 100644 arch/arm/mach-tegra/include/mach/lowlevel-dvc.h
create mode 100644 arch/arm/mach-tegra/include/mach/tegra30-car.h
create mode 100644 arch/arm/mach-tegra/include/mach/tegra30-flow.h
--
1.8.5.3
_______________________________________________
barebox mailing list
barebox@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/barebox
next reply other threads:[~2014-02-13 22:32 UTC|newest]
Thread overview: 11+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-02-13 22:32 Lucas Stach [this message]
2014-02-13 22:32 ` [PATCH 1/7] tegra: add -fno-jump-tables to lowlevel code Lucas Stach
2014-02-13 22:32 ` [PATCH 2/7] tegra: add break to switch statements Lucas Stach
2014-02-17 6:53 ` Sascha Hauer
2014-02-17 12:55 ` Lucas Stach
2014-02-13 22:32 ` [PATCH 3/7] tegra: add lowlevel delay function Lucas Stach
2014-02-13 22:32 ` [PATCH 4/7] tegra: add Tegra3 to relevant lowlevel functions Lucas Stach
2014-02-13 22:32 ` [PATCH 5/7] tegra: add lowlevel DVC Lucas Stach
2014-02-17 6:55 ` Sascha Hauer
2014-02-13 22:32 ` [PATCH 6/7] tegra: set AHB clock rate early Lucas Stach
2014-02-13 22:32 ` [PATCH 7/7] tegra: add Tegra3 startup Lucas Stach
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=1392330771-21671-1-git-send-email-dev@lynxeye.de \
--to=dev@lynxeye.de \
--cc=barebox@lists.infradead.org \
/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