From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ladislav Michl Date: Fri, 1 Sep 2006 13:34:52 +0200 Subject: [U-Boot-Users] [PATCH] Add support for Amstrad Delta (E3). In-Reply-To: <20060613165927.GE14634@earth.li> References: <20060613165927.GE14634@earth.li> Message-ID: <20060901113452.GA7340@orphique> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On Tue, Jun 13, 2006 at 05:59:27PM +0100, Jonathan McDowell wrote: > diff --git a/Makefile b/Makefile > index 440ab2c..659e9b1 100644 > --- a/Makefile > +++ b/Makefile > @@ -1565,6 +1565,9 @@ netstar_config: unconfig > omap1510inn_config : unconfig > @./mkconfig $(@:_config=) arm arm925t omap1510inn > > +amsdelta_config : unconfig > + @./mkconfig $(@:_config=) arm arm925t amsdelta > + It would be nice to keep machines sorted alphabeticaly... > omap5912osk_config : unconfig > @./mkconfig $(@:_config=) arm arm926ejs omap5912osk NULL omap > [snip] > diff --git a/cpu/arm925t/start.S b/cpu/arm925t/start.S > index acd7742..c2c2adb 100644 > --- a/cpu/arm925t/start.S > +++ b/cpu/arm925t/start.S > @@ -125,6 +125,7 @@ reset: > orr r0,r0,#0xd3 > msr cpsr,r0 > > +#ifndef CONFIG_AMSDELTA > /* > * Set up 925T mode > */ > @@ -159,6 +160,7 @@ poll1: > ldrh r1, [r0] > ands r1, r1, #0x01 > beq poll1 > +#endif Why it this needed? > /* > * we do sys-critical inits only at reboot, Jonathan, you will need a bit more patience. It tooks several months to get patches accepted :-) Best regards, ladis (the patient ;-))