public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Michael Schwingen <rincewind@discworld.dascon.de>
To: u-boot@lists.denx.de
Subject: [U-Boot] [PATCH 0/6] IXP: Make IXP compile with arm-linux-gnueabi- and fix it
Date: Tue, 06 Mar 2012 11:16:29 +0100	[thread overview]
Message-ID: <4F55E3FD.3040304@discworld.dascon.de> (raw)
In-Reply-To: <201203060919.08056.marex@denx.de>

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 Hundven<bryanhundven@gmail.com>
>>>> Cc: Michael Schwingen<rincewind@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

  reply	other threads:[~2012-03-06 10:16 UTC|newest]

Thread overview: 22+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-03-06  0:12 [U-Boot] [PATCH 0/6] IXP: Make IXP compile with arm-linux-gnueabi- and fix it Marek Vasut
2012-03-06  0:12 ` [U-Boot] [PATCH 1/6] Examples: Properly append LDFLAGS to LD command Marek Vasut
2012-03-06  0:12 ` [U-Boot] [PATCH 2/6] IXP: Make IXP buildable with arm-linux- toolchains Marek Vasut
2012-03-06  0:12 ` [U-Boot] [PATCH 3/6] IXP: Fix missing MACH_TYPE_{ACTUX?, PNB3, DVLHOST} Marek Vasut
2012-03-06  0:12 ` [U-Boot] [PATCH 4/6] IXP: Squash warnings in IXP NPE Marek Vasut
2012-03-06  0:13 ` [U-Boot] [PATCH 5/6] IXP: Move PDNB3 and SCPU from Makefile to boards.cfg Marek Vasut
2012-03-06  0:13 ` [U-Boot] [PATCH 6/6] IXP: Fix NAND build warning on PDNB3 and SCPU Marek Vasut
2012-03-06  0:35   ` Scott Wood
2012-03-06  0:37     ` Marek Vasut
2012-03-06  0:18 ` [U-Boot] [PATCH 0/6] IXP: Make IXP compile with arm-linux-gnueabi- and fix it Marek Vasut
2012-03-06  7:45   ` Michael Schwingen
2012-03-06  8:19     ` Marek Vasut
2012-03-06 10:16       ` Michael Schwingen [this message]
2012-03-06  0:21 ` Bryan Hundven
2012-03-06 11:05 ` [U-Boot] [PATCH 0/7 V2] " Marek Vasut
2012-03-06 11:05   ` [U-Boot] [PATCH 1/7 RESEND] Examples: Properly append LDFLAGS to LD command Marek Vasut
2012-03-06 11:05   ` [U-Boot] [PATCH 2/7 RESEND] IXP: Make IXP buildable with arm-linux- toolchains Marek Vasut
2012-03-06 11:05   ` [U-Boot] [PATCH 3/7 RESEND] IXP: Fix missing MACH_TYPE_{ACTUX?, PNB3, DVLHOST} Marek Vasut
2012-03-06 11:05   ` [U-Boot] [PATCH 4/7 RESEND] IXP: Squash warnings in IXP NPE Marek Vasut
2012-03-06 11:05   ` [U-Boot] [PATCH 5/7 RESEND] IXP: Move PDNB3 and SCPU from Makefile to boards.cfg Marek Vasut
2012-03-06 11:05   ` [U-Boot] [PATCH 6/7 V2] IXP: Fix NAND build warning on PDNB3 and SCPU Marek Vasut
2012-03-06 11:05   ` [U-Boot] [PATCH 7/7] IXP: Fix GPIO_INT_ACT_LOW_SET() Marek Vasut

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4F55E3FD.3040304@discworld.dascon.de \
    --to=rincewind@discworld.dascon.de \
    --cc=u-boot@lists.denx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox