From mboxrd@z Thu Jan 1 00:00:00 1970 From: Stefan Roese Date: Fri, 30 Nov 2007 20:55:39 +0100 Subject: [U-Boot-Users] [PATCH] resubmit PPC4xx: Minimal changes to add vxWorks support In-Reply-To: <200711301835.12002.niklausgiger@gmx.ch> References: <200711301835.12002.niklausgiger@gmx.ch> Message-ID: <200711302055.40052.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 On Friday 30 November 2007, Niklaus Giger wrote: > Signed-off-by: Niklaus Giger > --- > cpu/ppc4xx/start.S | 6 +++++- > 1 files changed, 5 insertions(+), 1 deletions(-) > > diff --git a/cpu/ppc4xx/start.S b/cpu/ppc4xx/start.S > index 9626b65..97be4eb 100644 > --- a/cpu/ppc4xx/start.S > +++ b/cpu/ppc4xx/start.S > @@ -1432,7 +1432,11 @@ relocate_code: > dccci 0,0 /* Invalidate data cache, now no longer our stack */ > sync > isync > - addi r1,r0,0x0000 /* TLB entry #0 */ > +#ifdef CFG_TLB_FOR_BOOT_FLASH > + addi r1,r0,CFG_TLB_FOR_BOOT_FLASH /* Use defined TLB */ > +#else > + addi r1,r0,0x0000 /* Default TLB entry is #0 */ > +#endif > tlbre r0,r1,0x0002 /* Read contents */ > ori r0,r0,0x0c00 /* Or in the inhibit, write through bit */ > tlbwe r0,r1,0x0002 /* Save it out */ Ahh. There you go. Ok, added to my list. Thanks. Viele Gr??e, Stefan ===================================================================== DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: +49-8142-66989-0 Fax: +49-8142-66989-80 Email: office at denx.de =====================================================================