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 s...@chromium.org wrote: Hi Stephen, On Mon, Jan 9, 2012 at 3:38 PM, Stephen Warren swar...@nvidia.com wrote: On 12/26/2011 12:32 PM, Simon Glass wrote: From: Jimmy Zhang jimmzh...@nvidia.com Add support for setting up the memory

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 swar...@nvidia.com wrote: On 12/26/2011 12:32 PM, Simon Glass wrote: From: Jimmy Zhang jimmzh...@nvidia.com Add support for setting up the memory controller parameters. Boards can call tegra_set_emc() with a table containing the

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 jimmzh...@nvidia.com 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

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

2011-12-26 Thread Simon Glass
From: Jimmy Zhang jimmzh...@nvidia.com 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 s...@chromium.org --- arch/arm/cpu/armv7/tegra2/Makefile|1 +