Re: [U-Boot] [PATCH 06/14] tegra: Add EMC support for optimal memory timings

2012-01-13 Thread Simon Glass
Hi Stephen, On Thu, Jan 12, 2012 at 12:43 PM, Simon Glass wrote: > Hi Stephen, > > On Mon, Jan 9, 2012 at 3:38 PM, Stephen Warren wrote: >> On 12/26/2011 12:32 PM, Simon Glass wrote: >>> From: Jimmy Zhang >>> >>> Add support for setting up the memory controller parameters. Boards >>> can call t

Re: [U-Boot] [PATCH 06/14] tegra: Add EMC support for optimal memory timings

2012-01-12 Thread Simon Glass
Hi Stephen, On Mon, Jan 9, 2012 at 3:38 PM, Stephen Warren wrote: > On 12/26/2011 12:32 PM, Simon Glass wrote: >> From: Jimmy Zhang >> >> Add support for setting up the memory controller parameters. Boards >> can call tegra_set_emc() with a table containing the required >> parameters. > ... >> d

Re: [U-Boot] [PATCH 06/14] tegra: Add EMC support for optimal memory timings

2012-01-09 Thread Stephen Warren
On 12/26/2011 12:32 PM, Simon Glass wrote: > From: Jimmy Zhang > > Add support for setting up the memory controller parameters. Boards > can call tegra_set_emc() with a table containing the required > parameters. ... > diff --git a/arch/arm/cpu/armv7/tegra2/emc.c b/arch/arm/cpu/armv7/tegra2/emc.c

[U-Boot] [PATCH 06/14] tegra: Add EMC support for optimal memory timings

2011-12-26 Thread Simon Glass
From: Jimmy Zhang Add support for setting up the memory controller parameters. Boards can call tegra_set_emc() with a table containing the required parameters. Signed-off-by: Simon Glass --- arch/arm/cpu/armv7/tegra2/Makefile|1 + arch/arm/cpu/armv7/tegra2/emc.c | 165 ++