From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 03 Dec 2012 17:07:06 -0700 Subject: [U-Boot] [PATCH v2 0/7] Add support for NVIDIA Tegra30 SoC In-Reply-To: <1354578322-1834-1-git-send-email-twarren@nvidia.com> References: <1354578322-1834-1-git-send-email-twarren@nvidia.com> Message-ID: <50BD3EAA.4010209@wwwdotorg.org> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12/03/2012 04:45 PM, Tom Warren wrote: > This patch series adds basic (boot to cmd prompt) support for Tegra30. > This is based on the Tegra20 SPL, which initializes the AVP (ARM7TDMI) > boot proc) first, then control is transferred to the CPU (A9 quad cluster). > It is based on current u-boot-tegra/next. Some Tegra20 files were > changed or moved to enable use of common code/headers. > > Future patches will add support/drivers for MMC, USB, I2C, SPI, NAND > and other peripherals. The Cardhu T30 boards is supported initially. > > V2: Rework patchset as per feedback from Stephen and Simon. The series, Tested-by: Stephen Warren The diffstat in patch 0 looks good too; reviews of the patches to come later.