
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.
Somewhere in this series, fdt_high/initrd_high need to be modified from ffffffff to ffffffffffffffff. In an old downstream version of this series, this was done by "ARM: Tegra210: Thierry's FDT/DTS changes for 64-bit, WIP".