From: Shinya Kuribayashi <skuribay@pobox.com>
To: u-boot@lists.denx.de
Subject: [U-Boot] [STATUS] v2009.08-rc2 is out
Date: Mon, 10 Aug 2009 21:25:56 +0900 [thread overview]
Message-ID: <4A8011D4.3010801@pobox.com> (raw)
In-Reply-To: <20090810085533.3F02E833DBD2@gemini.denx.de>
Wolfgang Denk wrote:
> Summary of current status:
>
> * Many boards now throw the (expected)
>
> #warning Ethernet driver is deprecated. Please update to use CONFIG_NET_MULTI
>
> messages.
I found qemu_mips_config is spotted by it:
Configuring for qemu-mips board...
eth.c:497:2: warning: #warning Ethernet driver is deprecated. Please update to use CONFIG_NET_MULTI
But I don't follow the recent changes including that CONFIG_NET_MULTI
migration, nor I don't have enough spare time to look into it, so gave
up this time, sorry.
> * ARM and PowerPC: mostly compile clean; there are a few issues,
> responsible s have been notified
For the rest, MIPS builds are pretty in good shape as follows.
skuribay at ubuntu:u-boot.git$ ./MAKEALL mips mips_el
Configuring for incaip board...
text data bss dec hex filename
147032 6476 20240 173748 2a6b4 ./u-boot
Configuring for qemu-mips board...
eth.c:497:2: warning: #warning Ethernet driver is deprecated. Please update to use CONFIG_NET_MULTI
text data bss dec hex filename
171744 6340 221768 399852 619ec ./u-boot
... on Platinum board variant
Configuring for vct board...
text data bss dec hex filename
199916 12568 284420 496904 79508 ./u-boot
... on Platinum board variant
... stripped down image variant
Configuring for vct board...
text data bss dec hex filename
88296 4196 13716 106208 19ee0 ./u-boot
... on Platinum board variant
... on OneNAND board variant
Configuring for vct board...
text data bss dec hex filename
296608 13728 289764 600100 92824 ./u-boot
... on Platinum board variant
... on OneNAND board variant
... stripped down image variant
Configuring for vct board...
text data bss dec hex filename
184016 5344 19080 208440 32e38 ./u-boot
... on PlatinumAVC board variant
Configuring for vct board...
text data bss dec hex filename
118508 5112 14944 138564 21d44 ./u-boot
... on PlatinumAVC board variant
... stripped down image variant
Configuring for vct board...
text data bss dec hex filename
87816 4196 13716 105728 19d00 ./u-boot
... on PlatinumAVC board variant
... on OneNAND board variant
Configuring for vct board...
text data bss dec hex filename
215264 6268 20308 241840 3b0b0 ./u-boot
... on PlatinumAVC board variant
... on OneNAND board variant
... stripped down image variant
Configuring for vct board...
text data bss dec hex filename
183528 5344 19080 207952 32c50 ./u-boot
... on Premium board variant
Configuring for vct board...
text data bss dec hex filename
199916 12568 284420 496904 79508 ./u-boot
... on Premium board variant
... stripped down image variant
Configuring for vct board...
text data bss dec hex filename
88296 4196 13716 106208 19ee0 ./u-boot
... on Premium board variant
... on OneNAND board variant
Configuring for vct board...
text data bss dec hex filename
296608 13728 289764 600100 92824 ./u-boot
... on Premium board variant
... on OneNAND board variant
... stripped down image variant
Configuring for vct board...
text data bss dec hex filename
184016 5344 19080 208440 32e38 ./u-boot
Configuring for purple board...
text data bss dec hex filename
147688 6168 18956 172812 2a30c ./u-boot
Configuring for dbau1x00 board...
text data bss dec hex filename
120928 5172 20680 146780 23d5c ./u-boot
Configuring for dbau1x00 board...
text data bss dec hex filename
120928 5172 20680 146780 23d5c ./u-boot
Configuring for dbau1x00 board...
text data bss dec hex filename
120928 5172 20680 146780 23d5c ./u-boot
Configuring for dbau1x00 board...
text data bss dec hex filename
116936 5256 23352 145544 23888 ./u-boot
Configuring for dbau1x00 board...
text data bss dec hex filename
116936 5256 23352 145544 23888 ./u-boot
Configuring for gth2 board...
text data bss dec hex filename
111656 5140 18376 135172 21004 ./u-boot
Configuring for dbau1x00 board...
text data bss dec hex filename
116936 5256 23352 145544 23888 ./u-boot
Configuring for pb1x00 board...
text data bss dec hex filename
106460 6004 20488 132952 20758 ./u-boot
skuribay at ubuntu:u-boot.git$
skuribay at ubuntu:u-boot.git$
skuribay at ubuntu:u-boot.git$ mips-linux-gnu-gcc --version
mips-linux-gnu-gcc (Sourcery G++ Lite 4.3-154) 4.3.3
Copyright (C) 2008 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
skuribay at ubuntu:u-boot.git$ mips-linux-gnu-as --version
GNU assembler (Sourcery G++ Lite 4.3-154) 2.19.51.20090205
Copyright 2008 Free Software Foundation, Inc.
This program is free software; you may redistribute it under the terms of
the GNU General Public License version 3 or later.
This program has absolutely no warranty.
This assembler was configured for a target of `mips-linux-gnu'.
skuribay at ubuntu:u-boot.git$
next prev parent reply other threads:[~2009-08-10 12:25 UTC|newest]
Thread overview: 18+ messages / expand[flat|nested] mbox.gz Atom feed top
2009-07-27 9:26 [U-Boot] [STATUS] v2009.08-rc1 is out Wolfgang Denk
2009-07-27 18:09 ` [U-Boot] smc91111 net_multi update Mike Frysinger
2009-07-27 18:11 ` Ben Warren
2009-07-27 18:28 ` Mike Frysinger
2009-07-27 18:30 ` Ben Warren
2009-07-27 21:20 ` Mike Frysinger
2009-08-10 12:30 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-10 15:16 ` [U-Boot] Compilation erros while trying at compile ARM DaVinci Paulraj, Sandeep
2009-08-10 15:25 ` Eric Bénard
2009-08-10 15:33 ` Paulraj, Sandeep
2009-08-10 15:40 ` Detlev Zundel
2009-08-10 16:36 ` [U-Boot] smc91111 net_multi update Ben Warren
2009-08-10 8:55 ` [U-Boot] [STATUS] v2009.08-rc2 is out Wolfgang Denk
2009-08-10 8:54 ` Jean-Christophe PLAGNIOL-VILLARD
2009-08-10 10:07 ` Wolfgang Denk
2009-08-10 12:25 ` Shinya Kuribayashi [this message]
2009-08-10 17:15 ` Ben Warren
2009-08-11 13:05 ` Shinya Kuribayashi
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=4A8011D4.3010801@pobox.com \
--to=skuribay@pobox.com \
--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