From mboxrd@z Thu Jan 1 00:00:00 1970 From: Kristoffer Ericson Date: Wed, 9 Jun 2010 13:35:50 +0200 Subject: [U-Boot] Linux kernel only reporting 16M / 128M In-Reply-To: <20100609112319.E62AB14E867@gemini.denx.de> References: <20100609110742.GA1124@boggieman> <20100609112319.E62AB14E867@gemini.denx.de> Message-ID: <20100609113550.GA3294@boggieman> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Wed, Jun 09, 2010 at 01:23:19PM +0200, Wolfgang Denk wrote: > Dear Kristoffer Ericson, > > In message <20100609110742.GA1124@boggieman> you wrote: > > > > My flashing issues are now gone and will adress this later on. > > So the cause of the problems was the missing enabling of Vpp ? > > > Anyhow, I noticed that linux kernel only reports 16M total memory while the board > > got 128M. Was just wondering where to start looking? Everything works fine inside u-boot > > so its not passed correctly or something, not sure how the linux kernel detects that. > > You RAM initialization in U-Boot seems to be broken. Check the number > of rows/columns you program into your memory controller. It works now, had missed exporting the bootparams adress in my board init. :) > > Best regards, > > Wolfgang Denk > > -- > DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel > HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany > Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de > Weekends were made for programming. - Karl Lehenbauer