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 swar...@nvidia.com wrote: On 01/19/2012 04:59 PM, Simon Glass wrote: Hi Stephen, On Thu, Jan 19, 2012 at 1:58 PM, Stephen Warren swar...@nvidia.com wrote: On 01/13/2012 02:35 PM, Simon Glass wrote: From: Jimmy Zhang

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 jimmzh...@nvidia.com 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 s...@chromium.org --- Changes in v2: - Add debug() output

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 swar...@nvidia.com wrote: On 01/13/2012 02:35 PM, Simon Glass wrote: From: Jimmy Zhang jimmzh...@nvidia.com Add support for setting up the memory controller parameters. Boards can set up an appropriate table in the device tree.

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 swar...@nvidia.com wrote: On 01/13/2012 02:35 PM, Simon Glass wrote: From: Jimmy Zhang jimmzh...@nvidia.com Add support for setting up the memory controller parameters. Boards can set up

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

2012-01-13 Thread Simon Glass
From: Jimmy Zhang jimmzh...@nvidia.com 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 s...@chromium.org --- Changes in v2: - Add debug() output to EMC - Move EMC tables to device tree