Re: [U-Boot] [PATCHv3 2/4] armv7: Add ST-Ericsson u8500 arch

2011-04-12 Thread Albert ARIBAUD
Hi John, Le 12/04/2011 08:17, John Rigby a écrit : > diff --git a/arch/arm/cpu/armv7/u8500/lowlevel.S > b/arch/arm/cpu/armv7/u8500/lowlevel.S > new file mode 100644 > index 000..0e3f8fc > --- /dev/null > +++ b/arch/arm/cpu/armv7/u8500/lowlevel.S > @@ -0,0 +1,33 @@ > +/* > + * See file CREDIT

[U-Boot] [PATCHv3 2/4] armv7: Add ST-Ericsson u8500 arch

2011-04-11 Thread John Rigby
Based on ST-Ericsson internal git repo. Signed-off-by: Mathieu Poirier Signed-off-by: John Rigby CC: Albert Aribaud --- v2: cleanup, mostly removal of unused defines v3: remove prototype from sys_proto.h as suggested by Wolfgang arch/arm/cpu/armv7/u8500/Makefile | 46 + arch/a