From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Thu, 1 Mar 2012 19:52:27 +0100 Subject: [U-Boot] [PATCH 4/7] i.MX28: Enable additional DRAM address bits In-Reply-To: References: <1330294507-6463-1-git-send-email-marex@denx.de> <201203011934.54714.marex@denx.de> Message-ID: <201203011952.27536.marex@denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de > On Thu, Mar 1, 2012 at 3:34 PM, Marek Vasut wrote: > > If I could get my hands on Office 2010 to open that stupid memory thing > > supplied by freescale, I would. But since I can't ... basically, this is > > magic which enables all fourteen address lines. From what I remember, > > the piece at 0xf << 8 says how many address bits are to be disabled and > > 0 is prohibited. > > > > Since all of them should be enabled now, I don't consider it necessary to > > poke into this anymore. Or does it break anything for you? > > I haven't had a chance to test it yet. My comment was more towards > putting a brief explanation in the commit log. Well ... it was more verbose than FSL docs ;-) I got your point though, but I'll not be resending it unless completely necessary, I don't see this very important. I'd eventually love this transformed properly to a structure or something.