Re: [U-Boot] [PATCH 0/6] IXP: Make IXP compile with arm-linux-gnueabi- and fix it

2012-03-06 Thread Michael Schwingen

On 03/06/2012 01:18 AM, Marek Vasut wrote:

This series of patches makes ARM/IXP platform compile with usual
arm-linux-gnueabi- toolchain. Also, fix the IXP build errors detected with
gcc4.6.

Marek Vasut (6):
   Examples: Properly append LDFLAGS to LD command
   IXP: Make IXP buildable with arm-linux- toolchains
   IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST}
   IXP: Squash warnings in IXP NPE
   IXP: Move PDNB3 and SCPU from Makefile to boards.cfg
   IXP: Fix NAND build warning on PDNB3 and SCPU

  Makefile |   12 
  arch/arm/cpu/ixp/config.mk   |3 +++
  arch/arm/cpu/ixp/npe/IxEthAcc.c  |2 +-
  arch/arm/cpu/ixp/npe/IxEthDBAPISupport.c |3 ---
  arch/arm/cpu/ixp/npe/IxQMgrDispatcher.c  |3 ---
  board/actux1/actux1.c|2 --
  board/actux2/actux2.c|2 --
  board/actux3/actux3.c|2 --
  board/actux4/actux4.c|2 --
  board/dvlhost/dvlhost.c  |2 --
  board/prodrive/pdnb3/nand.c  |9 ++---
  board/prodrive/pdnb3/pdnb3.c |3 ---
  boards.cfg   |2 ++
  examples/standalone/Makefile |2 +-
  include/configs/actux1.h |2 ++
  include/configs/actux2.h |2 ++
  include/configs/actux3.h |2 ++
  include/configs/actux4.h |2 ++
  include/configs/dvlhost.h|2 ++
  include/configs/pdnb3.h  |2 ++
  20 files changed, 25 insertions(+), 36 deletions(-)

Cc: Bryan Hundvenbryanhund...@gmail.com
Cc: Michael Schwingenrincew...@discworld.dascon.de

Can you guys please verify if after applying these patches, IXP builds with your
armeb toolchains?

Also, can you please try if binaries built with usual arm-linux-gnueabi-
toolchain (linaro, codesourcery whatever ...) now produce bootable result (this
is very important, I'd be happy if they did so we can get rid of that whole
armeb compiler stuff)?

Sure, but this might take me some weeks. Thanks for the effort!

cu
Michael

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/6] IXP: Make IXP compile with arm-linux-gnueabi- and fix it

2012-03-06 Thread Marek Vasut
Dear Michael Schwingen,

 On 03/06/2012 01:18 AM, Marek Vasut wrote:
  This series of patches makes ARM/IXP platform compile with usual
  arm-linux-gnueabi- toolchain. Also, fix the IXP build errors detected
  with gcc4.6.
  
  Marek Vasut (6):
 Examples: Properly append LDFLAGS to LD command
 IXP: Make IXP buildable with arm-linux- toolchains
 IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST}
 IXP: Squash warnings in IXP NPE
 IXP: Move PDNB3 and SCPU from Makefile to boards.cfg
 IXP: Fix NAND build warning on PDNB3 and SCPU

Makefile |   12 
arch/arm/cpu/ixp/config.mk   |3 +++
arch/arm/cpu/ixp/npe/IxEthAcc.c  |2 +-
arch/arm/cpu/ixp/npe/IxEthDBAPISupport.c |3 ---
arch/arm/cpu/ixp/npe/IxQMgrDispatcher.c  |3 ---
board/actux1/actux1.c|2 --
board/actux2/actux2.c|2 --
board/actux3/actux3.c|2 --
board/actux4/actux4.c|2 --
board/dvlhost/dvlhost.c  |2 --
board/prodrive/pdnb3/nand.c  |9 ++---
board/prodrive/pdnb3/pdnb3.c |3 ---
boards.cfg   |2 ++
examples/standalone/Makefile |2 +-
include/configs/actux1.h |2 ++
include/configs/actux2.h |2 ++
include/configs/actux3.h |2 ++
include/configs/actux4.h |2 ++
include/configs/dvlhost.h|2 ++
include/configs/pdnb3.h  |2 ++
20 files changed, 25 insertions(+), 36 deletions(-)
  
  Cc: Bryan Hundvenbryanhund...@gmail.com
  Cc: Michael Schwingenrincew...@discworld.dascon.de
  
  Can you guys please verify if after applying these patches, IXP builds
  with your armeb toolchains?
  
  Also, can you please try if binaries built with usual arm-linux-gnueabi-
  toolchain (linaro, codesourcery whatever ...) now produce bootable result
  (this is very important, I'd be happy if they did so we can get rid of
  that whole armeb compiler stuff)?
 
 Sure, but this might take me some weeks. Thanks for the effort!
 
 cu
 Michael

so I'll push these upstream and you'll let me know if something got broken 
later, this fix is better than nothing, ok?

Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/6] IXP: Make IXP compile with arm-linux-gnueabi- and fix it

2012-03-06 Thread Michael Schwingen

On 03/06/2012 09:19 AM, Marek Vasut wrote:

Dear Michael Schwingen,

   

On 03/06/2012 01:18 AM, Marek Vasut wrote:
 

This series of patches makes ARM/IXP platform compile with usual
arm-linux-gnueabi- toolchain. Also, fix the IXP build errors detected
with gcc4.6.

Marek Vasut (6):
Examples: Properly append LDFLAGS to LD command
IXP: Make IXP buildable with arm-linux- toolchains
IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST}
IXP: Squash warnings in IXP NPE
IXP: Move PDNB3 and SCPU from Makefile to boards.cfg
IXP: Fix NAND build warning on PDNB3 and SCPU

   Makefile |   12 
   arch/arm/cpu/ixp/config.mk   |3 +++
   arch/arm/cpu/ixp/npe/IxEthAcc.c  |2 +-
   arch/arm/cpu/ixp/npe/IxEthDBAPISupport.c |3 ---
   arch/arm/cpu/ixp/npe/IxQMgrDispatcher.c  |3 ---
   board/actux1/actux1.c|2 --
   board/actux2/actux2.c|2 --
   board/actux3/actux3.c|2 --
   board/actux4/actux4.c|2 --
   board/dvlhost/dvlhost.c  |2 --
   board/prodrive/pdnb3/nand.c  |9 ++---
   board/prodrive/pdnb3/pdnb3.c |3 ---
   boards.cfg   |2 ++
   examples/standalone/Makefile |2 +-
   include/configs/actux1.h |2 ++
   include/configs/actux2.h |2 ++
   include/configs/actux3.h |2 ++
   include/configs/actux4.h |2 ++
   include/configs/dvlhost.h|2 ++
   include/configs/pdnb3.h  |2 ++
   20 files changed, 25 insertions(+), 36 deletions(-)

Cc: Bryan Hundvenbryanhund...@gmail.com
Cc: Michael Schwingenrincew...@discworld.dascon.de
 

Can you guys please verify if after applying these patches, IXP builds
with your armeb toolchains?

Also, can you please try if binaries built with usual arm-linux-gnueabi-
toolchain (linaro, codesourcery whatever ...) now produce bootable result
(this is very important, I'd be happy if they did so we can get rid of
that whole armeb compiler stuff)?
   

Sure, but this might take me some weeks. Thanks for the effort!

cu
Michael
 

so I'll push these upstream and you'll let me know if something got broken
later, this fix is better than nothing, ok?
   

Fine with me. Is upstream master or pxa/ixp?

cu
Michael

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


[U-Boot] [PATCH 0/6] IXP: Make IXP compile with arm-linux-gnueabi- and fix it

2012-03-05 Thread Marek Vasut
This series of patches makes ARM/IXP platform compile with usual
arm-linux-gnueabi- toolchain. Also, fix the IXP build errors detected with
gcc4.6.

Marek Vasut (6):
  Examples: Properly append LDFLAGS to LD command
  IXP: Make IXP buildable with arm-linux- toolchains
  IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST}
  IXP: Squash warnings in IXP NPE
  IXP: Move PDNB3 and SCPU from Makefile to boards.cfg
  IXP: Fix NAND build warning on PDNB3 and SCPU

 Makefile |   12 
 arch/arm/cpu/ixp/config.mk   |3 +++
 arch/arm/cpu/ixp/npe/IxEthAcc.c  |2 +-
 arch/arm/cpu/ixp/npe/IxEthDBAPISupport.c |3 ---
 arch/arm/cpu/ixp/npe/IxQMgrDispatcher.c  |3 ---
 board/actux1/actux1.c|2 --
 board/actux2/actux2.c|2 --
 board/actux3/actux3.c|2 --
 board/actux4/actux4.c|2 --
 board/dvlhost/dvlhost.c  |2 --
 board/prodrive/pdnb3/nand.c  |9 ++---
 board/prodrive/pdnb3/pdnb3.c |3 ---
 boards.cfg   |2 ++
 examples/standalone/Makefile |2 +-
 include/configs/actux1.h |2 ++
 include/configs/actux2.h |2 ++
 include/configs/actux3.h |2 ++
 include/configs/actux4.h |2 ++
 include/configs/dvlhost.h|2 ++
 include/configs/pdnb3.h  |2 ++
 20 files changed, 25 insertions(+), 36 deletions(-)

Cc: Bryan Hundven bryanhund...@gmail.com
Cc: Michael Schwingen rincew...@discworld.dascon.de

-- 
1.7.9

___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/6] IXP: Make IXP compile with arm-linux-gnueabi- and fix it

2012-03-05 Thread Marek Vasut
 This series of patches makes ARM/IXP platform compile with usual
 arm-linux-gnueabi- toolchain. Also, fix the IXP build errors detected with
 gcc4.6.
 
 Marek Vasut (6):
   Examples: Properly append LDFLAGS to LD command
   IXP: Make IXP buildable with arm-linux- toolchains
   IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST}
   IXP: Squash warnings in IXP NPE
   IXP: Move PDNB3 and SCPU from Makefile to boards.cfg
   IXP: Fix NAND build warning on PDNB3 and SCPU
 
  Makefile |   12 
  arch/arm/cpu/ixp/config.mk   |3 +++
  arch/arm/cpu/ixp/npe/IxEthAcc.c  |2 +-
  arch/arm/cpu/ixp/npe/IxEthDBAPISupport.c |3 ---
  arch/arm/cpu/ixp/npe/IxQMgrDispatcher.c  |3 ---
  board/actux1/actux1.c|2 --
  board/actux2/actux2.c|2 --
  board/actux3/actux3.c|2 --
  board/actux4/actux4.c|2 --
  board/dvlhost/dvlhost.c  |2 --
  board/prodrive/pdnb3/nand.c  |9 ++---
  board/prodrive/pdnb3/pdnb3.c |3 ---
  boards.cfg   |2 ++
  examples/standalone/Makefile |2 +-
  include/configs/actux1.h |2 ++
  include/configs/actux2.h |2 ++
  include/configs/actux3.h |2 ++
  include/configs/actux4.h |2 ++
  include/configs/dvlhost.h|2 ++
  include/configs/pdnb3.h  |2 ++
  20 files changed, 25 insertions(+), 36 deletions(-)
 
 Cc: Bryan Hundven bryanhund...@gmail.com
 Cc: Michael Schwingen rincew...@discworld.dascon.de

Can you guys please verify if after applying these patches, IXP builds with 
your 
armeb toolchains?

Also, can you please try if binaries built with usual arm-linux-gnueabi- 
toolchain (linaro, codesourcery whatever ...) now produce bootable result (this 
is very important, I'd be happy if they did so we can get rid of that whole 
armeb compiler stuff)?

Thanks in advance!

Best regards,
Marek Vasut
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot


Re: [U-Boot] [PATCH 0/6] IXP: Make IXP compile with arm-linux-gnueabi- and fix it

2012-03-05 Thread Bryan Hundven
On Mon, Mar 5, 2012 at 4:12 PM, Marek Vasut ma...@denx.de wrote:
 This series of patches makes ARM/IXP platform compile with usual
 arm-linux-gnueabi- toolchain. Also, fix the IXP build errors detected with
 gcc4.6.

 Marek Vasut (6):
  Examples: Properly append LDFLAGS to LD command
  IXP: Make IXP buildable with arm-linux- toolchains
  IXP: Fix missing MACH_TYPE_{ACTUX?,PNB3,DVLHOST}
  IXP: Squash warnings in IXP NPE
  IXP: Move PDNB3 and SCPU from Makefile to boards.cfg
  IXP: Fix NAND build warning on PDNB3 and SCPU

  Makefile                                 |   12 
  arch/arm/cpu/ixp/config.mk               |    3 +++
  arch/arm/cpu/ixp/npe/IxEthAcc.c          |    2 +-
  arch/arm/cpu/ixp/npe/IxEthDBAPISupport.c |    3 ---
  arch/arm/cpu/ixp/npe/IxQMgrDispatcher.c  |    3 ---
  board/actux1/actux1.c                    |    2 --
  board/actux2/actux2.c                    |    2 --
  board/actux3/actux3.c                    |    2 --
  board/actux4/actux4.c                    |    2 --
  board/dvlhost/dvlhost.c                  |    2 --
  board/prodrive/pdnb3/nand.c              |    9 ++---
  board/prodrive/pdnb3/pdnb3.c             |    3 ---
  boards.cfg                               |    2 ++
  examples/standalone/Makefile             |    2 +-
  include/configs/actux1.h                 |    2 ++
  include/configs/actux2.h                 |    2 ++
  include/configs/actux3.h                 |    2 ++
  include/configs/actux4.h                 |    2 ++
  include/configs/dvlhost.h                |    2 ++
  include/configs/pdnb3.h                  |    2 ++
  20 files changed, 25 insertions(+), 36 deletions(-)

 Cc: Bryan Hundven bryanhund...@gmail.com
 Cc: Michael Schwingen rincew...@discworld.dascon.de

 --
 1.7.9


Marek,

I don't feel like I need to be cc'd on this.
I was just trying to help Michael get a newer crosstool-ng based armeb
toolchain to test with.

/me returns to lurking

-Bryan
___
U-Boot mailing list
U-Boot@lists.denx.de
http://lists.denx.de/mailman/listinfo/u-boot