
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).