From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stephen Warren Date: Wed, 22 Jul 2015 14:35:15 -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: <55AFFE83.5010803@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. 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".