Re: [U-Boot] [PATCH v2 09/20] tegra: Add EMC support for optimal memory timings

2012-04-13 Thread Simon Glass
Hi Stephen, On Thu, Jan 19, 2012 at 4:10 PM, Stephen Warren wrote: > On 01/19/2012 04:59 PM, Simon Glass wrote: >> Hi Stephen, >> >> On Thu, Jan 19, 2012 at 1:58 PM, Stephen Warren wrote: >>> On 01/13/2012 02:35 PM, Simon Glass wrote: From: Jimmy Zhang Add support for setting up

Re: [U-Boot] [PATCH v2 09/20] tegra: Add EMC support for optimal memory timings

2012-01-19 Thread Stephen Warren
On 01/19/2012 04:59 PM, Simon Glass wrote: > Hi Stephen, > > On Thu, Jan 19, 2012 at 1:58 PM, Stephen Warren wrote: >> On 01/13/2012 02:35 PM, Simon Glass wrote: >>> From: Jimmy Zhang >>> >>> Add support for setting up the memory controller parameters. Boards >>> can set up an appropriate table

Re: [U-Boot] [PATCH v2 09/20] tegra: Add EMC support for optimal memory timings

2012-01-19 Thread Simon Glass
Hi Stephen, On Thu, Jan 19, 2012 at 1:58 PM, Stephen Warren wrote: > On 01/13/2012 02:35 PM, Simon Glass wrote: >> From: Jimmy Zhang >> >> Add support for setting up the memory controller parameters. Boards >> can set up an appropriate table in the device tree. >> >> Signed-off-by: Simon Glass

Re: [U-Boot] [PATCH v2 09/20] tegra: Add EMC support for optimal memory timings

2012-01-19 Thread Stephen Warren
On 01/13/2012 02:35 PM, Simon Glass wrote: > From: Jimmy Zhang > > Add support for setting up the memory controller parameters. Boards > can set up an appropriate table in the device tree. > > Signed-off-by: Simon Glass > --- > Changes in v2: > - Add debug() output to EMC > - Move EMC tables to

[U-Boot] [PATCH v2 09/20] tegra: Add EMC support for optimal memory timings

2012-01-13 Thread Simon Glass
From: Jimmy Zhang Add support for setting up the memory controller parameters. Boards can set up an appropriate table in the device tree. Signed-off-by: Simon Glass --- Changes in v2: - Add debug() output to EMC - Move EMC tables to device tree arch/arm/cpu/armv7/tegra2/Makefile |1 +