From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marek Vasut Date: Fri, 1 Oct 2010 00:06:54 +0200 Subject: [U-Boot] [PATCH] Kirkwood: Changes specific to ARM relocation support In-Reply-To: <20100930174924.7E44CD2B48C@gemini.denx.de> References: <1285869240-17251-1-git-send-email-prafulla@marvell.com> <4CA4AF81.4000105@denx.de> <20100930174924.7E44CD2B48C@gemini.denx.de> Message-ID: <201010010006.55231.marek.vasut@gmail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dne ?t 30. z??? 2010 19:49:24 Wolfgang Denk napsal(a): > Dear Heiko Schocher, > > In message <4CA4AF81.4000105@denx.de> you wrote: > > I setup the initial stack in the SDRAM, because I didn;t know, > > if there is on this cpu family a better place for the initial stack. > > (Some cpu internal ram?) > > As mentioned before: if ther eios no SRAM or other on-chip memory, we > can lock the data cache, or parts of it. This has been done on other > boards before. > > I think Marek has patches in his queue that implement this for PXA, so > maybe these may be interesting for other ARM families as well. > > Marek, maybe you can post your stuff, even if preliminary? Thanks. > > Best regards, > > Wolfgang Denk http://git.denx.de/?p=u-boot/u-boot- pxa.git;a=commitdiff;h=34a7734a0fafffb888f95134c93a627df159add1 See start.S, look for "enable MMU and Dcache as DRAM" ... it should be very similar on kirkwood. Also, you need temporary TTB, see at the bottom of the same file. CHeers