This is the mail archive of the ecos-patches@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Typo and new flash device


Andrew,

Oops, that belongs to the other patch, my mistake. As an answer to you
question, no, it does not involve hardware changes, and yes, it is still
true for the generic board.

Better ignore the changes for ec555 for the momemt, appears that I've
been a little bit too fast. I 'll resubmit the ec555 patch in a couple
of days.

Happy eastern,

Bob

On Sun, 2004-04-11 at 13:49, Andrew Lunn wrote:
> On Thu, Apr 08, 2004 at 11:28:13PM +0200, Bob Koninckx wrote:
> > patch corrects a typo and adds support for amd29pl160 top boot block
> > devices
> > 
> > Regards,
> > Bob
> 
> Hi Bob. 
> 
> The first part of the patch looks fine and i've committed it.  But:
> 
> > +2004-04-08  Bob Koninckx  <bob.koninckx@o-3s.com>
> > +	* src/powerpc_ec555_flash.c: Adapted flash start address to new memory
> > +    map. Up to 16 MB of flash is now supported.
> > +
> >  2002-04-24  Bob Koninckx  <bob.koninckx@mech.kuleuven.ac.be>
> >  
> >  	* New package.
> >  
> >  //===========================================================================
> > Index: powerpc/ec555/current/src/powerpc_ec555_flash.c
> > ===================================================================
> > RCS file: /cvs/o3s/software/ecos/packages/devs/flash/powerpc/ec555/current/src/powerpc_ec555_flash.c,v
> > retrieving revision 1.1.1.1
> > retrieving revision 1.2
> > diff -u -5 -r1.1.1.1 -r1.2
> > --- powerpc/ec555/current/src/powerpc_ec555_flash.c	7 Jun 2003 09:02:13 -0000	1.1.1.1
> > +++ powerpc/ec555/current/src/powerpc_ec555_flash.c	8 Apr 2004 20:50:58 -0000	1.2
> > @@ -51,14 +51,14 @@
> >  //==========================================================================
> >  
> >  //--------------------------------------------------------------------------
> >  // Device properties
> >  
> > -#define CYGNUM_FLASH_INTERLEAVE	(2)
> > -#define CYGNUM_FLASH_SERIES	(1)
> > -#define CYGNUM_FLASH_WIDTH      (16)
> > -#define CYGNUM_FLASH_BASE 	(0x00800000)
> > +#define CYGNUM_FLASH_INTERLEAVE	     (2)
> > +#define CYGNUM_FLASH_SERIES	         (1)
> > +#define CYGNUM_FLASH_WIDTH          (16)
> > +#define CYGNUM_FLASH_BASE 	(0x02000000)
> 
> Doesn't moving this base address mean a hardware change? Is this
> something specific to a custom board you have, or is this also true
> for the generic board?
> 
>     Andrew


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]