From mboxrd@z Thu Jan 1 00:00:00 1970 Return-path: Received: from ns.lynxeye.de ([87.118.118.114] helo=lynxeye.de) by merlin.infradead.org with esmtp (Exim 4.80.1 #2 (Red Hat Linux)) id 1WFUmG-0003Mh-W8 for barebox@lists.infradead.org; Mon, 17 Feb 2014 20:26:57 +0000 Received: from tellur.localdomain (p57B5F67D.dip0.t-ipconnect.de [87.181.246.125]) by lynxeye.de (Postfix) with ESMTPA id CB2D718B425E for ; Mon, 17 Feb 2014 21:26:02 +0100 (CET) From: Lucas Stach Date: Mon, 17 Feb 2014 21:27:33 +0100 Message-Id: <1392668861-10915-1-git-send-email-dev@lynxeye.de> List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: "barebox" Errors-To: barebox-bounces+u.kleine-koenig=pengutronix.de@lists.infradead.org Subject: [PATCH v2 0/8] Lowlevel Tegra3 support To: barebox@lists.infradead.org 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. v2: Use __always_inline compiler macro. Lucas Stach (8): tegra: add -fno-jump-tables to lowlevel code tegra: lowlevel: switch to __always_inline macro 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 | 72 +++++++++++++++++++++ arch/arm/mach-tegra/include/mach/lowlevel.h | 85 ++++++++++++++++++++++--- 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, 261 insertions(+), 12 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