Re: [U-Boot-Users] [patch u-boot git 2/3] better ARM9 compiler options

2008-01-21 Thread David Brownell
On Monday 21 January 2008, Ulf Samuelsson wrote: > > --- u-boot.orig/cpu/arm920t/config.mk 2008-01-13 10:42:55.0 -0800 > > +++ u-boot/cpu/arm920t/config.mk 2008-01-13 11:05:02.0 -0800 > > @@ -24,11 +24,11 @@ > > PLATFORM_RELFLAGS += -fno-strict-aliasing -fno-common -ffixed-r8 \ > >

[U-Boot-Users] [patch u-boot git 2/3] better ARM9 compiler options

2008-01-18 Thread David Brownell
Update some ARM9 builds to pass the exact CPU to GCC, when the compiler supports that specification. This stops pessimizing codegen, and removes voluminous warnings about (no) interworking support from EABI compilers. (Like CodeSourcery's ARM 2007q3 release.) Signed-off-by: David Bro

[U-Boot-Users] [patch u-boot git 1/3] add missing ARM boards to MAKEALL

2008-01-18 Thread David Brownell
Add some missing ARM boards to MAKEALL. These build correctly, unlike several of the boards already listed. Signed-off-by: David Brownell <[EMAIL PROTECTED]> --- u-boot.orig/MAKEALL 2008-01-13 10:42:55.0 -0800 +++ u-boot/MAKEALL 2008-01-13 10:42:59.0 -0800 @@ -455,6

[U-Boot-Users] [patch u-boot git 3/3] use correct at91rm9200 register name

2008-01-18 Thread David Brownell
This fixes a naming bug for at91rm9200 lowlevel init code: NOR boot flash is on chipselect 0, not chipselect 2. This makes code use the register name from chip datasheets. Signed-off-by: David Brownell <[EMAIL PROTECTED]> --- cpu/arm920t/at91rm9200/lowlevel_init.S |6 +++--- include/c