public inbox for u-boot@lists.denx.de
 help / color / mirror / Atom feed
From: Wolfgang Denk <wd@denx.de>
To: u-boot@lists.denx.de
Subject: [U-Boot-Users] Final call: last minute fixes for 1.3.0 release ?
Date: Sun, 18 Nov 2007 20:22:46 +0100	[thread overview]
Message-ID: <20071118192246.30D29243A9@gemini.denx.de> (raw)

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

-- 
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
Anything free is worth what you pay for it.

             reply	other threads:[~2007-11-18 19:22 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2007-11-18 19:22 Wolfgang Denk [this message]
2007-11-18 16:50 ` [U-Boot-Users] Final call: last minute fixes for 1.3.0 release ? Jean-Christophe PLAGNIOL-VILLARD
2007-11-18 17:36   ` [U-Boot-Users] [PATCH 0/1] Fix usb_ohci.c missing in cpu/arm920t/s3c24x0/Makefile and usb_ohci.c Jean-Christophe PLAGNIOL-VILLARD
2007-11-18 17:36     ` [U-Boot-Users] [PATCH 1/1] Fix warning differ in signedness in cpu/pxa/i2c.c Jean-Christophe PLAGNIOL-VILLARD
2007-11-18 20:43       ` Wolfgang Denk
2007-11-18 20:50     ` [U-Boot-Users] [PATCH 0/1] Fix usb_ohci.c missing in cpu/arm920t/s3c24x0/Makefile and usb_ohci.c Wolfgang Denk
2007-11-19  2:14   ` [U-Boot-Users] Final call: last minute fixes for 1.3.0 release ? Shinya Kuribayashi
2007-11-19 11:12     ` Clemens Koller
2007-11-19 13:16       ` Wolfgang Denk
2007-11-19 20:49     ` Wolfgang Denk
2007-11-18 20:49 ` [U-Boot-Users] [PATCH] Fix AT91_USB_HOST_BASE undeclared for mp2usb Jean-Christophe PLAGNIOL-VILLARD
2007-11-18 23:54   ` Wolfgang Denk
2007-11-19 15:02 ` [U-Boot-Users] [PATCH]Move CONFIG_QE out of CONFIG_PCI wrap for MPC8568MDS Haiying Wang
2007-11-19 20:54   ` Wolfgang Denk

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=20071118192246.30D29243A9@gemini.denx.de \
    --to=wd@denx.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