From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Thu, 13 Sep 2012 12:36:29 -0600 Subject: [U-Boot] [PATCH 0/9] Add basic Tegra30 (T30) support In-Reply-To: <1347487855-27077-1-git-send-email-twarren@nvidia.com> References: <1347487855-27077-1-git-send-email-twarren@nvidia.com> Message-ID: <505227AD.3090002@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 09/12/2012 04:10 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. > > Future patches will add support/drivers for MMC, USB, I2C, SPI, NAND, > and other peripherals. The Cardhu T30 board is supported initially. I tested this on my Cardhu. I did notice one bug - the fdt_load and fdt_high environment variables (from include/configs/tegra20-common-post.h before this patch-set at least) aren't updated with correct values for Tegra30. I did try booting a kernel (after downloading it over serial) and that didn't work, but it's quite plausible that's as much a kernel issue as a U-Boot issue, so I won't worry about that for now. I will have some comments on the other patches in the series.