From mboxrd@z Thu Jan 1 00:00:00 1970 From: Wolfgang Denk Date: Fri, 05 Aug 2011 01:31:03 +0200 Subject: [U-Boot] Pull request: u-boot-arm/master -- updated In-Reply-To: <20110804212416.1103221C695@gemini.denx.de> References: <4E3AD10D.6040907@aribaud.net> <20110804212416.1103221C695@gemini.denx.de> Message-ID: <20110804233103.9C81D177A7AF@gemini.denx.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Dear Albert ARIBAUD, In message <4E3AD10D.6040907@aribaud.net> you wrote: > > Here is my pull request for u-boot-arm/master, from which I did remove > the wrongly applied commits that you indicated and in which all patches > submitted before the merge window closure are taken into account. > > Developers, please direct complaints to me for any ARM-directed patches > submitted before the window closure, and which is not accounted for at > this point. Hm... current build results are shattering; building for ARM with good old ELDK 4.2 gives this: --------------------- SUMMARY ---------------------------- Boards compiled: 201 Boards with warnings or errors: 99 ( assabet dnp1110 gcplus lart shannon ap7 ap720t armadillo B2 ep7312 evb4510 impa7 integratorap lpc2292sodimm modnet50 SMN42 ap920t ap922_XA10 ap926ejs ap946es ap966 cp920t cp922_XA10 cp926ejs cp946es cp966 edb9301 edb9302 edb9302a edb9307 edb9307a edb9312 edb9315 edb9315a imx27lite jadecpu lpd7a400 magnesium mx1fs2 netstar sbc2410x scb9328 smdk2400 smdk2410 spear300 spear310 spear320 spear600 VCMA9 versatile versatileab versatilepb voiceblue integratorcp cp1026 cp1136 omap2420h4 apollon imx31_litekit imx31_phycore imx31_phycore_eet mx31ads mx31pdk mx31pdk_nand qong dig297 igep0020 mx51evk omap3_beagle omap3_overo omap3_evm omap3_zoom2 omap4_panda omap4_sdp4430 at91cap9adk meesc meesc_dataflash pm9261 pm9263 at91sam9m10g45ek pm9g45 SBC35_A9G20 TNY_A9260 TNY_A9G20 csb226 lubbock zylonite actux1_4_16 actux1_8_16 actux1_4_32 actux1_8_32 actux2 actux3 actux4 dvlhost ixdp425 ixdpg425 pdnb3 scpu ) ---------------------------------------------------------- Note that many of these have always been builing fine before; recent patche smust have broken them. We seem to have a config problem as most boards throw (new) warnings like these: include/common.h:0: warning: target CPU does not support interworking include/common.h:0: warning: target CPU does not support interworking /home/wd/git/u-boot/work/lib/asm-offsets.c:1: warning: target CPU does not support interworking :0: warning: target CPU does not support interworking /work/wd/tmp-arm/include/asm/arch/clock.h:35: warning: function declaration isn't a prototype timer.c:45: error: static declaration of 'reset_timer_masked' follows non-static declaration /work/wd/tmp-arm/include2/asm/u-boot-arm.h:62: error: previous declaration of 'reset_timer_masked' was here /work/wd/tmp-arm/include/config.h:2:1: warning: "CONFIG_ARCH_VERSATILE_PB" redefined In file included from /work/wd/tmp-arm/include/config.h:6, from /home/wd/git/u-boot/work/include/common.h:37, from lmb.c:13: /home/wd/git/u-boot/work/include/configs/versatile.h:43:1: warning: this is the location of the previous definition Configuring for mx51evk - Board: mx51evk, Options: IMX_CONFIG=board/freescale/mx51evk/imximage.cfg lowlevel_init.S:24:34: error: asm/arch/asm-offsets.h: No such file or directory lowlevel_init.S:24:34: error: asm/arch/asm-offsets.h: No such file or directory dig297.c:44:27: error: asm/arch/gpio.h: No such file or directory clocks.c: In function 'do_setup_dpll': clocks.c:274: warning: comparison is always true due to limited range of data type clocks.c:276: warning: comparison is always true due to limited range of data type clocks.c:278: warning: comparison is always true due to limited range of data type clocks.c:280: warning: comparison is always true due to limited range of data type clocks.c:282: warning: comparison is always true due to limited range of data type clocks.c:284: warning: comparison is always true due to limited range of data type Configuring for omap3_zoom2 board... debug_board.c:25:27: error: asm/arch/gpio.h: No such file or directory led.c:25:27: error: asm/arch/gpio.h: No such file or directory zoom2.c:38:27: error: asm/arch/gpio.h: No such file or directory debug_board.c:25:27: error: asm/arch/gpio.h: No such file or directory debug_board.c: In function 'zoom2_debug_board_detect': debug_board.c:36: warning: implicit declaration of function 'omap_request_gpio' debug_board.c:41: warning: implicit declaration of function 'omap_set_gpio_direction' debug_board.c:42: warning: implicit declaration of function 'omap_get_gpio_datain' debug_board.c:43: warning: implicit declaration of function 'omap_free_gpio' etc. etc. ...usually ending in a segfault of the linker. Sorry, but this is not ripe yet for -rc1. Best regards, Wolfgang Denk -- DENX Software Engineering GmbH, MD: Wolfgang Denk & Detlev Zundel HRB 165235 Munich, Office: Kirchenstr.5, D-82194 Groebenzell, Germany Phone: (+49)-8142-66989-10 Fax: (+49)-8142-66989-80 Email: wd at denx.de Beware of the Turing Tar-pit in which everything is possible but nothing of interest is easy.