From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Sat, 30 Sep 2006 04:04:45 +0200 Subject: [U-Boot-Users] (no subject) In-Reply-To: <91B22F93A880FA48879475E134D6F0BE030FED2B@CA1EXCLV02.adcorp.kla-tencor.com> References: <91B22F93A880FA48879475E134D6F0BE030FED2B@CA1EXCLV02.adcorp.kla-tencor.com> Message-ID: <200609300404.45736.sr@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 Hi Marc, On Thursday 28 September 2006 23:07, Howard, Marc wrote: > Actually > 256MB won't work correctly. There is a problem in > board/amcc/ocotea/init.S: > The line: > > tlbentry( CFG_SDRAM_BASE+0x10000000, SZ_256M, 0x00000000, 0, > AC_R|AC_W|AC_X|SA_G|SA_I ) > > ...should be... > > tlbentry( CFG_SDRAM_BASE+0x10000000, SZ_256M, 0x10000000, 0, > AC_R|AC_W|AC_X|SA_G|SA_I ) > ^ > ------------------------------------------------^ > > The way it currently stands virtual addresses 256-512MB are mapped into > the same region as the 1st 256MB of SDRAM. Yes, you are right. Thanks. I will fix this in a few days and add some more tlb's to supports at least 512MB. Best regards, Stefan