Re: [U-Boot] [PATCH V2 4/7] Tegra30: Add common CPU (shared) files

2012-12-05 Thread Tom Warren
On Wed, Dec 5, 2012 at 2:38 PM, Stephen Warren wrote: > On 12/05/2012 02:32 PM, Tom Warren wrote: >> On Wed, Dec 5, 2012 at 1:37 PM, Stephen Warren wrote: >>> On 12/03/2012 04:45 PM, Tom Warren wrote: These files are used by both SPL and main U-Boot. Also made minor changes to shared Te

Re: [U-Boot] [PATCH V2 4/7] Tegra30: Add common CPU (shared) files

2012-12-05 Thread Stephen Warren
On 12/05/2012 02:32 PM, Tom Warren wrote: > On Wed, Dec 5, 2012 at 1:37 PM, Stephen Warren wrote: >> On 12/03/2012 04:45 PM, Tom Warren wrote: >>> These files are used by both SPL and main U-Boot. >>> Also made minor changes to shared Tegra code to support >>> T30 differences. ... >>> diff --git a

Re: [U-Boot] [PATCH V2 4/7] Tegra30: Add common CPU (shared) files

2012-12-05 Thread Tom Warren
Stephen, On Wed, Dec 5, 2012 at 1:37 PM, Stephen Warren wrote: > On 12/03/2012 04:45 PM, Tom Warren wrote: >> These files are used by both SPL and main U-Boot. >> Also made minor changes to shared Tegra code to support >> T30 differences. > >> diff --git a/arch/arm/cpu/tegra-common/ap.c b/arch/ar

Re: [U-Boot] [PATCH V2 4/7] Tegra30: Add common CPU (shared) files

2012-12-05 Thread Stephen Warren
On 12/03/2012 04:45 PM, Tom Warren wrote: > These files are used by both SPL and main U-Boot. > Also made minor changes to shared Tegra code to support > T30 differences. > diff --git a/arch/arm/cpu/tegra-common/ap.c b/arch/arm/cpu/tegra-common/ap.c > + case CHIPID_TEGRA30: > + sw

[U-Boot] [PATCH V2 4/7] Tegra30: Add common CPU (shared) files

2012-12-03 Thread Tom Warren
These files are used by both SPL and main U-Boot. Also made minor changes to shared Tegra code to support T30 differences. Signed-off-by: Tom Warren --- V2: * Differentiate between T20 and T30 in ODMDATA and query_sdram_size. * Fix numerous func entries in pingroup table as per Stephen. * Added w