Re: [U-Boot] [PATCH v4 3/6] ARM: Add macros.h to be used in assembler file.

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 23:28 Tue 07 Jul , Wolfgang Denk wrote: > Dear Jean-Christophe PLAGNIOL-VILLARD, > > In message <20090707202432.gk30...@game.jcrosoft.org> you wrote: > > > > > > + * These macros provide a convenient way to write 8, 16 and 32 bit data > > > > + * to any address. > > > > > > I think this co

Re: [U-Boot] [PATCH v4 3/6] ARM: Add macros.h to be used in assembler file.

2009-07-07 Thread Wolfgang Denk
Dear Jean-Christophe PLAGNIOL-VILLARD, In message <20090707202432.gk30...@game.jcrosoft.org> you wrote: > > > > + * These macros provide a convenient way to write 8, 16 and 32 bit data > > > + * to any address. > > > > I think this comment might be wrong. It should probably read "... to > > any

Re: [U-Boot] [PATCH v4 3/6] ARM: Add macros.h to be used in assembler file.

2009-07-07 Thread Jean-Christophe PLAGNIOL-VILLARD
On 21:33 Tue 07 Jul , Wolfgang Denk wrote: > Dear Magnus Lilja, > > In message > <6fd22327241accc2efcada8380923c8e9c523790.1244918138.git.lilja.mag...@gmail.com> > you wrote: > > Changes from last version: Added documentation for the macros. > > > > include/asm-arm/macro.h | 74 > >

Re: [U-Boot] [PATCH v4 3/6] ARM: Add macros.h to be used in assembler file.

2009-07-07 Thread Wolfgang Denk
Dear Magnus Lilja, In message <6fd22327241accc2efcada8380923c8e9c523790.1244918138.git.lilja.mag...@gmail.com> you wrote: > Changes from last version: Added documentation for the macros. > > include/asm-arm/macro.h | 74 > +++ > 1 files changed, 7

Re: [U-Boot] [PATCH v4 3/6] ARM: Add macros.h to be used in assembler file.

2009-06-20 Thread Jean-Christophe PLAGNIOL-VILLARD
On 20:50 Sat 13 Jun , Magnus Lilja wrote: > From: Jean-Christophe PLAGNIOL-VILLARD > > Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD > --- Applied to u-boot-arm Best Regards, J. ___ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/m

[U-Boot] [PATCH v4 3/6] ARM: Add macros.h to be used in assembler file.

2009-06-13 Thread Magnus Lilja
From: Jean-Christophe PLAGNIOL-VILLARD Signed-off-by: Jean-Christophe PLAGNIOL-VILLARD --- Changes from last version: Added documentation for the macros. include/asm-arm/macro.h | 74 +++ 1 files changed, 74 insertions(+), 0 deletions(-) create m