Re: [U-Boot] [PATCH v3 12/23] tegra: Add EMC support for optimal memory timings

2012-10-06 Thread Albert ARIBAUD
Hi Jimmy, On Mon, 09 Apr 2012 16:52:56 -0700, jimmzhang wrote: > On Mon, 2012-04-02 at 16:18 -0700, 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-

Re: [U-Boot] [PATCH v3 12/23] tegra: Add EMC support for optimal memory timings

2012-04-09 Thread jimmzhang
On Mon, 2012-04-02 at 16:18 -0700, 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: Jimmy Zhang > Signed-off-by: Simon Glass > --- -

[U-Boot] [PATCH v3 12/23] tegra: Add EMC support for optimal memory timings

2012-04-02 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 Changes in v3: - Support nvidia,use-ram-code bind