From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 22 Jul 2015 12:10:08 -0600 Subject: [U-Boot] [PATCH V2 0/6] Tegra210/P2571 initial support In-Reply-To: <1437421844-5157-1-git-send-email-twarren@nvidia.com> References: <1437421844-5157-1-git-send-email-twarren@nvidia.com> Message-ID: <55AFDC80.3020908@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/20/2015 01:50 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. > > T210 is a 64-bit build, and hence has no SPL portion. > A separate 32-bit AVP/BPMP loader must be used to get > the 64-bit CPU portion running. Once that procedure is > locked down, a README will be added to outline the process. > > Thierry Reding's dozen or so patches to fix various 64-bit > build problems are also required to get this to build & boot. > They should precede this series so git-bisect will work. BTW, I tested this series on a different board using the BPMP-Lite-side bootloader from L4T. It works for me! I put a branch on my github (t210-testing) which also contains all of the dependencies from Thierry that are needed to make it compile (based on the list in our downstream bug tracker; I just blindly cherry-picked them all and didn't really look at them).