From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jon Loeliger Date: Tue, 07 Oct 2008 17:26:28 -0500 Subject: [U-Boot] [PATCH 1/6] Make DDR interleaving mode work correctly In-Reply-To: <2acbd3e40810071438k6108c8bg6a4202994a613115@mail.gmail.com> References: <1223051799-22625-1-git-send-email-Haiying.Wang@freescale.com> <2acbd3e40810071438k6108c8bg6a4202994a613115@mail.gmail.com> Message-ID: <48EBE214.5090200@freescale.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Andy Fleming wrote: > If Kim and Jon approve, I'll pull these 6 patches into my 85xx-next branch. > > On Fri, Oct 3, 2008 at 11:36 AM, Haiying Wang > wrote: >> Fix some bugs: >> 1. Correctly set intlv_ctl in cs_config. >> 2. Correctly set sa, ea in cs_bnds when bank interleaving mode is enabled. >> 3. Set base_address and total memory for each ddr controller in memory >> controller interleaving mode. >> >> Signed-off-by: Haiying Wang Sounds good by me. ACK. jdl