From mboxrd@z Thu Jan 1 00:00:00 1970 From: Dirk Behme Date: Sun, 12 Feb 2012 12:25:27 +0100 Subject: [U-Boot] [STATUS] [ARM] In-Reply-To: <201202121213.17050.marek.vasut@gmail.com> References: <4F3791FF.4040303@aribaud.net> <201202121213.17050.marek.vasut@gmail.com> Message-ID: <4F37A1A7.9070706@googlemail.com> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de On 12.02.2012 12:13, Marek Vasut 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. > > Yea ... I wonder if anyone actually tested those recently (in last 2-3 years). >> >> 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) > > PXA timer is broken. MX5 (efika) should be fixed by Stefano's patch. Yes. The MX27, MX28, MX31, MX35 and MX5/MX6 fixes for this: http://lists.denx.de/pipermail/u-boot/2012-February/117605.html http://lists.denx.de/pipermail/u-boot/2012-February/117528.html http://lists.denx.de/pipermail/u-boot/2012-February/117381.html http://lists.denx.de/pipermail/u-boot/2012-February/117380.html http://lists.denx.de/pipermail/u-boot/2012-February/117382.html Best regards Dirk