From mboxrd@z Thu Jan 1 00:00:00 1970 From: Timur Tabi Date: Tue, 24 Apr 2007 09:56:15 -0500 Subject: [U-Boot-Users] MPC8347/9 stack in cache (CFG_INIT_RAM_ADDR) In-Reply-To: <462D8C5E.3070001@nec.com.au> References: <462D8C5E.3070001@nec.com.au> Message-ID: <462E1A8F.2050908@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 Matt Hevern wrote: > Is anyone more familar with this or suggestions? Well, I should be more familiar, since I wrote the support for the MPC8349E-mITX, but honestly I just diddled with the values until I got something working. Have you taken a look at the latest MPC8349ITX.h? I went through a lot of effort to make that file as "intelligent" as possible. I have this: #define CFG_INIT_RAM_ADDR 0xFD000000 /* Initial RAM address */ /* SDRAM @ 0xF0000000, stack in DCACHE 0xFDF00000 & FLASH @ 0xFE000000 */ #define CFG_IBAT6L (0xF0000000 | BATL_PP_10 | BATL_MEMCOHERENCE) #define CFG_IBAT6U (0xF0000000 | BATU_BL_256M | BATU_VS | BATU_VP) Maybe you BAT window is too small? -- Timur Tabi Linux Kernel Developer @ Freescale