Re: [U-Boot] [PATCH v4 19/23] tegra: Add EMC settings for Seaboard

2012-04-10 Thread Simon Glass
Hi, On Tue, Apr 10, 2012 at 12:56 AM, Marc Dietrich wrote: > Am Montag, 9. April 2012, 21:51:32 schrieb Stephen Warren: >> On 04/09/2012 05:07 PM, Simon Glass wrote: >> > Hi Stephen, >> > >> > On Mon, Apr 9, 2012 at 3:03 PM, Olof Johansson wrote: >> >> On Mon, Apr 9, 2012 at 2:59 PM, Stephen War

Re: [U-Boot] [PATCH v4 19/23] tegra: Add EMC settings for Seaboard

2012-04-10 Thread Marc Dietrich
Am Montag, 9. April 2012, 21:51:32 schrieb Stephen Warren: > On 04/09/2012 05:07 PM, Simon Glass wrote: > > Hi Stephen, > > > > On Mon, Apr 9, 2012 at 3:03 PM, Olof Johansson wrote: > >> On Mon, Apr 9, 2012 at 2:59 PM, Stephen Warren wrote: > >>> On 04/09/2012 03:40 PM, Simon Glass wrote: > >>>

Re: [U-Boot] [PATCH v4 19/23] tegra: Add EMC settings for Seaboard

2012-04-09 Thread Stephen Warren
On 04/09/2012 05:07 PM, Simon Glass wrote: > Hi Stephen, > > On Mon, Apr 9, 2012 at 3:03 PM, Olof Johansson wrote: >> On Mon, Apr 9, 2012 at 2:59 PM, Stephen Warren wrote: >>> On 04/09/2012 03:40 PM, Simon Glass wrote: +Olof Hi Stephen, On Mon, Apr 9, 2012 at 2:27 PM, St

Re: [U-Boot] [PATCH v4 19/23] tegra: Add EMC settings for Seaboard

2012-04-09 Thread Simon Glass
Hi Stephen, On Mon, Apr 9, 2012 at 3:03 PM, Olof Johansson wrote: > On Mon, Apr 9, 2012 at 2:59 PM, Stephen Warren wrote: >> On 04/09/2012 03:40 PM, Simon Glass wrote: >>> +Olof >>> >>> Hi Stephen, >>> >>> On Mon, Apr 9, 2012 at 2:27 PM, Stephen Warren >>> wrote: On 04/05/2012 03:55 PM, S

Re: [U-Boot] [PATCH v4 19/23] tegra: Add EMC settings for Seaboard

2012-04-09 Thread Olof Johansson
On Mon, Apr 9, 2012 at 2:59 PM, Stephen Warren wrote: > On 04/09/2012 03:40 PM, Simon Glass wrote: >> +Olof >> >> Hi Stephen, >> >> On Mon, Apr 9, 2012 at 2:27 PM, Stephen Warren wrote: >>> On 04/05/2012 03:55 PM, Simon Glass wrote: From: Jimmy Zhang Set Seaboard to optimal memory

Re: [U-Boot] [PATCH v4 19/23] tegra: Add EMC settings for Seaboard

2012-04-09 Thread Stephen Warren
On 04/09/2012 03:40 PM, Simon Glass wrote: > +Olof > > Hi Stephen, > > On Mon, Apr 9, 2012 at 2:27 PM, Stephen Warren wrote: >> On 04/05/2012 03:55 PM, Simon Glass wrote: >>> From: Jimmy Zhang >>> >>> Set Seaboard to optimal memory settings based on the SOC in use (T20 or >>> T25). >>> >>> Sig

Re: [U-Boot] [PATCH v4 19/23] tegra: Add EMC settings for Seaboard

2012-04-09 Thread Simon Glass
+Olof Hi Stephen, On Mon, Apr 9, 2012 at 2:27 PM, Stephen Warren wrote: > On 04/05/2012 03:55 PM, Simon Glass wrote: >> From: Jimmy Zhang >> >> Set Seaboard to optimal memory settings based on the SOC in use (T20 or T25). >> >> Signed-off-by: Simon Glass >> --- >> Changes in v2: >> - Move EMC

Re: [U-Boot] [PATCH v4 19/23] tegra: Add EMC settings for Seaboard

2012-04-09 Thread Stephen Warren
On 04/05/2012 03:55 PM, Simon Glass wrote: > From: Jimmy Zhang > > Set Seaboard to optimal memory settings based on the SOC in use (T20 or T25). > > Signed-off-by: Simon Glass > --- > Changes in v2: > - Move EMC tables to device tree > - Removed check for nominal voltage (not needed as it is do

[U-Boot] [PATCH v4 19/23] tegra: Add EMC settings for Seaboard

2012-04-05 Thread Simon Glass
From: Jimmy Zhang Set Seaboard to optimal memory settings based on the SOC in use (T20 or T25). Signed-off-by: Simon Glass --- Changes in v2: - Move EMC tables to device tree - Removed check for nominal voltage (not needed as it is done just before) Changes in v3: - Add better error reporting