From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jerry Van Baren Date: Fri, 13 Mar 2009 08:03:26 -0400 Subject: [U-Boot] [PATCH] Add bank configuration to FSL spd_sdram.c In-Reply-To: References: <20090313040525.GA21993@cideas.com> Message-ID: <49BA4B8E.9080608@ge.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Liu Dave-R63238 wrote: >> The routine assumed 4 bank SDRAMs, enhance to configure for 4 >> or 8 bank SDRAMs. >> >> Signed-off-by: Gerald Van Baren >> --- >> >> I haven't made much headway on adapting the cpu/mpc8xxxx/ddr >> routines to the 83xx (8360). It has some 85xx (86xx) >> assumptions in that needs to be pulled out. >> >> Meanwhile, the cpu/mpc83xx/spd_sdram.c routine /almost/ worked for me. >> It turns out my DIMM stick has 8 banks which was being >> ignored (hard-coded for 4 banks). The enhancement below >> fixed that for me. >> >> It would be Really Good to get this verified and in the >> pending release. > > Could you also make the same change to #CS2# and #CS3? > > Thanks, Dave AAARGH, will do. Sorry, gvb