
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@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@ubuntu:u-boot.git$ skuribay@ubuntu:u-boot.git$ skuribay@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@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@ubuntu:u-boot.git$