public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Albert ARIBAUD <albert.u.boot@aribaud.net>
To: u-boot@lists.denx.de
Subject: [U-Boot] [STATUS] [ARM]
Date: Fri, 17 Feb 2012 09:45:48 +0100	[thread overview]
Message-ID: <4F3E13BC.9030504@aribaud.net> (raw)
In-Reply-To: <4F3A8F9A.3090208@gmail.com>

Le 14/02/2012 17:45, Rob Herring a ?crit :
> Albert,
>
> On 02/12/2012 04:18 AM, Albert ARIBAUD wrote:
>> Hi all,
>>
>> I just did a ./MAKEALL arm with ELDK42 on the u-boot-arm/master for
>> which I just sent a pull request.
>>
>> The raw result is:
>>
>> --------------------- SUMMARY ----------------------------
>> Boards compiled: 283
>> Boards with warnings or errors: 61 ( actux1_4_16 actux1_4_32 actux1_8_16
>> actux1_8_32 actux2 actux3 actux4 ca9x4_ct_vxp cam_enc_4xx colibri_pxa270
>> dvlhost efikamx efikasb ethernut5 flea3 harmony hawkboard hawkboard_uart
>> highbank imx27lite imx31_litekit imx31_phycore imx31_phycore_eet
>> km_kirkwood km_kirkwood_pci m28evk magnesium mcx medcom mgcoge3un
>> mt_ventoux mx28evk mx31ads mx31pdk mx35pdk mx51evk mx53ard mx53evk
>> mx53loco mx53smd mx6qarm2 mx6qsabrelite nhk8815 nhk8815_onenand
>> omap1610h2_cs_autoboot omap1610inn_cs_autoboot paz00 pdnb3 plutux portl2
>> qong scpu seaboard tt01 twister ventana vision2 vpac270_nor_128
>> vpac270_nor_256 vpac270_ond_256 )
>> ----------------------------------------------------------
>>
>> Of the 61 boards which partially or totally fail to build, some fail
>> because the boards are big endian -- I don't count them in, that's my
>> toolchain failing, not them. They are:
>>
>> actux1_4_16 actux1_4_32 actux1_8_16 actux1_8_32 actux2 actux3 actux4
>> dvlhost pdnb3 scpu.
>>
>> However, 30 remainig boards share the same cause:
>>
>> ca9x4_ct_vxp colibri_pxa270 efikamx efikasb flea3 imx27lite
>> imx31_litekit imx31_phycore_eet imx31_phycore m28evk magnesium mx28evk
>> mx31ads mx31pdk mx35pdk mx51evk mx53ard mx53evk mx53loco mx53smd
>> mx6qarm2 mx6qsabrelite nhk8815 nhk8815_onenand qong tt01 vision2
>> vpac270_nor_128 vpac270_nor_256 vpac270_ond_256
>>
>> /home/uboot/src/u-boot-arm/common/main.c:717: undefined reference to
>> `get_ticks'
>> /home/uboot/src/u-boot-arm/common/main.c:717: undefined reference to
>> `get_tbclk'
>>
>> (some only have one of the two errors)
>>
>> Also, 6 boards fail with the same error:
>>
>> harmony medcom paz00 plutux seaboard ventana (apparently all tegras)
>>
>> {standard input}: Assembler messages:
>> {standard input}:568: Error: bad expression -- `ldr sp,=#1073872896'
>>
>> The rest:
>>
>> cam_enc_4xx ethernut5 hawkboard hawkboard_uart highbank km_kirkwood
>> km_kirkwood_pci mcx mgcoge3un mt_ventoux omap1610h2_cs_autoboot
>> omap1610inn_cs_autoboot portl2 twister
>>
>
> I've posted a fix for highbank already:
>
> http://patchwork.ozlabs.org/patch/139020/

Now builds but still has warnings:

Configuring for highbank board...
calxedaxgmac.c: In function 'xgmac_tx':
calxedaxgmac.c:445: warning: passing argument 2 of 
'desc_set_buf_addr_and_size' discards qualifiers from pointer target type
cmd_pxe.c: In function 'do_pxe_get':
cmd_pxe.c:334: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
cmd_pxe.c: In function 'get_relfile_envaddr':
cmd_pxe.c:374: warning: dereferencing type-punned pointer will break 
strict-aliasing rules
highbank.c: In function 'board_eth_init':
highbank.c:42: warning: implicit declaration of function 
'calxedaxgmac_initialize'
common/libcommon.o: In function `cread_line':
/home/uboot/src/u-boot-arm/common/main.c:717: undefined reference to 
`get_tbclk'

> There's also several other fixes and features:
>
> http://patchwork.ozlabs.org/patch/139066/
>
> Regards,
> Rob

Amicalement,
-- 
Albert.

  reply	other threads:[~2012-02-17  8:45 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-02-12 10:18 [U-Boot] [STATUS] [ARM] Albert ARIBAUD
2012-02-12 11:13 ` Marek Vasut
2012-02-12 11:25   ` Dirk Behme
2012-02-12 13:37     ` Albert ARIBAUD
2012-02-12 15:24       ` Stefano Babic
2012-02-12 14:03 ` Sughosh Ganu
2012-02-12 14:15   ` Marek Vasut
2012-02-12 14:33     ` Tom Rini
2012-02-12 14:35   ` Albert ARIBAUD
2012-02-12 14:39     ` Tom Rini
2012-02-12 19:02       ` Sughosh Ganu
2012-02-14 16:45 ` Rob Herring
2012-02-17  8:45   ` Albert ARIBAUD [this message]
2012-02-21 22:49     ` Rob Herring

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=4F3E13BC.9030504@aribaud.net \
    --to=albert.u.boot@aribaud.net \
    --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