[U-Boot] [PATCH V3 3/6] ARM: Tegra210: Add SoC code/include files for T210

2015-07-24 Thread Tom Warren
All based off of Tegra124. As a Tegra210 board is brought up, these may change a bit to match the HW more closely, but probably 90% of this is identical to T124. Note that since T210 is a 64-bit build, it has no SPL component, and hence no cpu.c for Tegra210. Signed-off-by: Tom Warren --- Change

Re: [U-Boot] [PATCH V3 3/6] ARM: Tegra210: Add SoC code/include files for T210

2015-07-27 Thread Stephen Warren
On 07/24/2015 04:00 PM, Tom Warren wrote: All based off of Tegra124. As a Tegra210 board is brought up, these may change a bit to match the HW more closely, but probably 90% of this is identical to T124. Note that since T210 is a 64-bit build, it has no SPL component, and hence no cpu.c for Tegr

Re: [U-Boot] [PATCH V3 3/6] ARM: Tegra210: Add SoC code/include files for T210

2015-07-27 Thread Tom Warren
Stephen, > -Original Message- > From: Stephen Warren [mailto:swar...@wwwdotorg.org] > Sent: Monday, July 27, 2015 10:53 AM > To: Tom Warren > Cc: u-boot@lists.denx.de; Thierry Reding; Stephen Warren; > tomcwarren3...@gmail.com > Subject: Re: [U-Boot] [PATCH V3 3/6] A