
Hallo,
this is the final call for any bug fixes that must go into the U-Boot 1.3.0 release. Please submit these *now*, I intend to release 1.3.0 in a day or two.
Since 1.3.0-rc4, I checked in a couple of fixes for compile issues (get rid of compiler warnings).
Using a GCC 4.0 / binutils 2.16.1 based toolchain (ELDK 4.1) I get the following status:
* PPC builds for all boards in the MAKEALL script without warnings, except for the MPC8641HPCN board which throws these warnings:
Configuring for MPC8641HPCN board... {standard input}: Assembler messages: {standard input}:16: Warning: ignoring changed section type for .got2 {standard input}: Assembler messages: {standard input}:14: Warning: ignoring changed section type for .got2 {standard input}: Assembler messages: {standard input}:14: Warning: ignoring changed section type for .got2
* ARM builds for many boards OK, but there are problems that will probably remain unfixed in 1.3.0:
mp2usb board:
usb_ohci.c: In function 'usb_lowlevel_init': usb_ohci.c:1846: error: 'AT91_USB_HOST_BASE' undeclared (first use in this function) usb_ohci.c:1846: error: (Each undeclared identifier is reported only once usb_ohci.c:1846: error: for each function it appears in.)
mx1ads board:
mx1ads.c: In function 'board_init': mx1ads.c:106: error: invalid lvalue in assignment mx1ads.c:107: error: invalid lvalue in assignment
mx1fs2 board:
mx1fs2.c: In function 'logo_init': mx1fs2.c:75: error: invalid lvalue in assignment
scb9328 board:
flash.c:85: warning: type qualifiers ignored on function return type generic.c: In function 'imx_gpio_mode': generic.c:41: error: invalid lvalue in assignment generic.c:43: error: invalid lvalue in assignment generic.c:47: error: invalid lvalue in assignment generic.c:49: error: invalid lvalue in assignment generic.c:53: error: invalid lvalue in assignment generic.c:55: error: invalid lvalue in assignment generic.c:59: error: invalid lvalue in assignment generic.c:61: error: invalid lvalue in assignment generic.c:71: error: invalid lvalue in assignment generic.c:74: error: invalid lvalue in assignment generic.c:76: error: invalid lvalue in assignment generic.c:81: error: invalid lvalue in assignment generic.c:84: error: invalid lvalue in assignment generic.c:86: error: invalid lvalue in assignment
VCMA9 board:
common/libcommon.a(usb.o): In function `usb_submit_int_msg': /home/wd/git/u-boot/work/common/usb.c:157: undefined reference to `submit_int_msg' common/libcommon.a(usb.o): In function `usb_control_msg': /home/wd/git/u-boot/work/common/usb.c:187: undefined reference to `submit_control_msg' common/libcommon.a(usb.o): In function `usb_bulk_msg': /home/wd/git/u-boot/work/common/usb.c:214: undefined reference to `submit_bulk_msg' common/libcommon.a(usb.o): In function `usb_init': /home/wd/git/u-boot/work/common/usb.c:109: undefined reference to `usb_lowlevel_init' common/libcommon.a(usb.o): In function `usb_stop': /home/wd/git/u-boot/work/common/usb.c:133: undefined reference to `usb_lowlevel_stop' common/libcommon.a(usb_storage.o): In function `usb_stor_CBI_get_status': /home/wd/git/u-boot/work/common/usb_storage.c:551: undefined reference to `submit_int_msg'
adsvix board:
start.S:183:1: warning: "ICMR" redefined In file included from start.S:33: /work/wd/tmp-arm/include/asm/arch/pxa-regs.h:935:1: warning: this is the location of the previous definition start.S:187:1: warning: "RCSR" redefined /work/wd/tmp-arm/include/asm/arch/pxa-regs.h:1602:1: warning: this is the location of the previous definition start.S:191:1: warning: "OSMR3" redefined /work/wd/tmp-arm/include/asm/arch/pxa-regs.h:869:1: warning: this is the location of the previous definition start.S:192:1: warning: "OSCR" redefined /work/wd/tmp-arm/include/asm/arch/pxa-regs.h:870:1: warning: this is the location of the previous definition start.S:193:1: warning: "OWER" redefined /work/wd/tmp-arm/include/asm/arch/pxa-regs.h:872:1: warning: this is the location of the previous definition start.S:194:1: warning: "OIER" redefined /work/wd/tmp-arm/include/asm/arch/pxa-regs.h:873:1: warning: this is the location of the previous definition start.S:207:1: warning: "CCCR" redefined /work/wd/tmp-arm/include/asm/arch/pxa-regs.h:1770:1: warning: this is the location of the previous definition pcmcia.c:39:2: warning: #warning "Board will only supply 5V, wait for next HW spin for selectable power" pxa_pcmcia.c: In function 'pcmcia_on': pxa_pcmcia.c:39: warning: operation on 'i' may be undefined cmd_ide.c: In function '__ide_outb': cmd_ide.c:808: warning: implicit declaration of function 'outb' cmd_ide.c: In function '__ide_inb': cmd_ide.c:817: warning: implicit declaration of function 'inb' common/libcommon.a(cmd_ide.o): In function `__ide_outb': /home/wd/git/u-boot/work/common/cmd_ide.c:808: undefined reference to `outb' common/libcommon.a(cmd_ide.o): In function `__ide_inb': /home/wd/git/u-boot/work/common/cmd_ide.c:817: undefined reference to `inb'
ixdp425, ixdpg425, pdnb3, pdnb3 boards:
make[1]: *** No rule to make target `cpu/ixp/npe/IxNpeMicrocode.o', needed by `cpu/ixp/npe/libnpe.a'. Stop.
* MIPS looks mostly OK, too, except here:
gth2 board:
lowlevel_init.S: Assembler messages: lowlevel_init.S:413: Warning: Pretending global symbol used as branch target is local.
Please help with final tresting, and report any serious problems ASAP!
Thanks in advance.
Best regards,
Wolfgang Denk