Re: [U-Boot] [PATCH 13/14] tegra: Add EMC settings for Seaboard, Harmony

2012-01-12 Thread Simon Glass
Hi Stephen, On Thu, Jan 12, 2012 at 4:10 PM, Stephen Warren wrote: > Simon Glass wrote at Thursday, January 12, 2012 5:06 PM: >> On Thu, Jan 12, 2012 at 4:01 PM, Stephen Warren wrote: >> > Simon Glass wrote at Thursday, January 12, 2012 4:55 PM: >> >> On Thu, Jan 12, 2012 at 3:42 PM, Stephen War

Re: [U-Boot] [PATCH 13/14] tegra: Add EMC settings for Seaboard, Harmony

2012-01-12 Thread Stephen Warren
Simon Glass wrote at Thursday, January 12, 2012 5:06 PM: > On Thu, Jan 12, 2012 at 4:01 PM, Stephen Warren wrote: > > Simon Glass wrote at Thursday, January 12, 2012 4:55 PM: > >> On Thu, Jan 12, 2012 at 3:42 PM, Stephen Warren wrote: > >> > Simon Glass wrote at Thursday, January 12, 2012 4:05 PM

Re: [U-Boot] [PATCH 13/14] tegra: Add EMC settings for Seaboard, Harmony

2012-01-12 Thread Simon Glass
Hi Stephen, On Thu, Jan 12, 2012 at 4:01 PM, Stephen Warren wrote: > Simon Glass wrote at Thursday, January 12, 2012 4:55 PM: >> On Thu, Jan 12, 2012 at 3:42 PM, Stephen Warren wrote: >> > Simon Glass wrote at Thursday, January 12, 2012 4:05 PM: >> >> On Tue, Jan 10, 2012 at 10:46 AM, Stephen Wa

Re: [U-Boot] [PATCH 13/14] tegra: Add EMC settings for Seaboard, Harmony

2012-01-12 Thread Stephen Warren
Simon Glass wrote at Thursday, January 12, 2012 4:55 PM: > On Thu, Jan 12, 2012 at 3:42 PM, Stephen Warren wrote: > > Simon Glass wrote at Thursday, January 12, 2012 4:05 PM: > >> On Tue, Jan 10, 2012 at 10:46 AM, Stephen Warren > >> wrote: > >> > On 12/26/2011 12:33 PM, Simon Glass wrote: > >>

Re: [U-Boot] [PATCH 13/14] tegra: Add EMC settings for Seaboard, Harmony

2012-01-12 Thread Simon Glass
Hi Stephen, On Thu, Jan 12, 2012 at 3:42 PM, Stephen Warren wrote: > Simon Glass wrote at Thursday, January 12, 2012 4:05 PM: >> On Tue, Jan 10, 2012 at 10:46 AM, Stephen Warren wrote: >> > On 12/26/2011 12:33 PM, Simon Glass wrote: >> >> From: Jimmy Zhang >> >> >> >> Set Seaboard and Harmony t

Re: [U-Boot] [PATCH 13/14] tegra: Add EMC settings for Seaboard, Harmony

2012-01-12 Thread Stephen Warren
Simon Glass wrote at Thursday, January 12, 2012 4:05 PM: > On Tue, Jan 10, 2012 at 10:46 AM, Stephen Warren wrote: > > On 12/26/2011 12:33 PM, Simon Glass wrote: > >> From: Jimmy Zhang > >> > >> Set Seaboard and Harmony to optimal memory settings based on the SOC > >> in use (T20 or T25). ... > >

Re: [U-Boot] [PATCH 13/14] tegra: Add EMC settings for Seaboard, Harmony

2012-01-12 Thread Simon Glass
Hi Stephen, On Tue, Jan 10, 2012 at 10:46 AM, Stephen Warren wrote: > On 12/26/2011 12:33 PM, Simon Glass wrote: >> From: Jimmy Zhang >> >> Set Seaboard and Harmony to optimal memory settings based on the SOC >> in use (T20 or T25). >> >> Signed-off-by: Simon Glass > >> diff --git a/board/nvidi

Re: [U-Boot] [PATCH 13/14] tegra: Add EMC settings for Seaboard, Harmony

2012-01-10 Thread Stephen Warren
On 12/26/2011 12:33 PM, Simon Glass wrote: > From: Jimmy Zhang > > Set Seaboard and Harmony to optimal memory settings based on the SOC > in use (T20 or T25). > > Signed-off-by: Simon Glass > diff --git a/board/nvidia/common/emc.c b/board/nvidia/common/emc.c ... > +static const struct tegra_em

[U-Boot] [PATCH 13/14] tegra: Add EMC settings for Seaboard, Harmony

2011-12-26 Thread Simon Glass
From: Jimmy Zhang Set Seaboard and Harmony to optimal memory settings based on the SOC in use (T20 or T25). Signed-off-by: Simon Glass --- board/nvidia/common/Makefile |1 + board/nvidia/common/board.c |4 + board/nvidia/common/emc.c| 295 +