From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Mon, 27 Jul 2015 12:00:41 -0600 Subject: [U-Boot] [PATCH V3 0/6] Tegra210/P2571 initial support In-Reply-To: <1437775260-3309-1-git-send-email-twarren@nvidia.com> References: <1437775260-3309-1-git-send-email-twarren@nvidia.com> Message-ID: <55B671C9.8030407@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 07/24/2015 04:00 PM, Tom Warren wrote: > This patch series adds support for the Tegra210 > SoC and the P2571 board. Most of the T210 info > is identical to T124 at this point, so I just > cloned Venice2/Jetson-TK1 board files and T124 > header/SoC code. Pinmux is the major area of > difference at this time, but other changes will > be made as more features of the board are brought > up. The series, Acked-by: Stephen Warren I've also validated that: a) I can compile it when applied to upstream u-boot/master (a couple days old). b) I applied it to our internal L4T U-Boot branch, ported it to another T210 board, flashed it, and booted an L4T kernel (with a few other L4T-specific patches on top). I don't think that's quite enough for a Tested-by tag upstream since I haven't actually booted the upstream code, but it's good enough for me to consider the series tested:-)