[U-Boot] Pull request: u-boot-arm

The following changes since commit 6163f5b4c8873848ed023054bc401727301ea537:
malloc: Fix issue with calloc memory possibly being non-zero (2010-11-17 22:06:40 +0100)
are available in the git repository at: git://git.denx.de/u-boot-arm.git master
Albert Aribaud (2): arm: add ELF relocation support to rest of cpus arm1176: bugfix: fix start.S for ELF relocation
Eric Cooper (1): Seagate FreeAgent DockStar support
Grazvydas Ignotas (3): OMAP3: pandora: fix relocation and init memory OMAP3: remove unused config macros OMAP3: pandora: update config for production
Matthias Weisser (1): Makefile: Fix build with USE_PRIVATE_LIBGCC
Nick Thompson (1): da830: fixup ARM relocation support
Nishanth Menon (2): mmc: omap: timeout counter fix omap4: board: change global data pointer to file scope
Sekhar Nori (2): DA850 EVM: add information regarding DA850 in README.davinci DA850 EVM: passing maximum clock rate information to kernel
Steve Sakoman (1): OMAP4: Panda: Disable CMD_NFS
Wolfgang Denk (1): DaVinci: remove bogus DEF_BOOTM definition
MAINTAINERS | 4 + Makefile | 2 +- arch/arm/cpu/arm1176/start.S | 47 +++------- arch/arm/cpu/arm720t/start.S | 119 ++++++++++++----------- arch/arm/cpu/arm720t/u-boot.lds | 39 +++++--- arch/arm/cpu/arm920t/start.S | 125 +++++++++++++------------ arch/arm/cpu/arm920t/u-boot.lds | 38 +++++--- arch/arm/cpu/arm925t/start.S | 127 +++++++++++++------------ arch/arm/cpu/arm925t/u-boot.lds | 38 +++++--- arch/arm/cpu/arm946es/start.S | 123 ++++++++++++----------- arch/arm/cpu/arm946es/u-boot.lds | 38 +++++--- arch/arm/cpu/arm_intcm/start.S | 127 +++++++++++++----------- arch/arm/cpu/arm_intcm/u-boot.lds | 38 +++++--- arch/arm/cpu/armv7/omap4/board.c | 3 +- arch/arm/cpu/ixp/start.S | 118 ++++++++++++----------- arch/arm/cpu/ixp/u-boot.lds | 38 +++++--- arch/arm/cpu/lh7a40x/start.S | 119 ++++++++++++----------- arch/arm/cpu/lh7a40x/u-boot.lds | 38 +++++--- arch/arm/cpu/s3c44b0/start.S | 131 ++++++++++++-------------- arch/arm/cpu/s3c44b0/u-boot.lds | 38 +++++--- arch/arm/cpu/sa1100/start.S | 119 ++++++++++++----------- arch/arm/cpu/sa1100/u-boot.lds | 38 +++++--- board/Seagate/dockstar/Makefile | 54 +++++++++++ board/Seagate/dockstar/dockstar.c | 181 +++++++++++++++++++++++++++++++++++ board/Seagate/dockstar/dockstar.h | 44 +++++++++ board/Seagate/dockstar/kwbimage.cfg | 165 +++++++++++++++++++++++++++++++ board/davinci/da8xxevm/da850evm.c | 33 +++++++ board/pandora/config.mk | 33 ------- boards.cfg | 1 + doc/README.davinci | 25 +++++ drivers/mmc/omap_hsmmc.c | 107 ++++++++++++++++----- include/configs/da830evm.h | 11 ++- include/configs/da850evm.h | 2 +- include/configs/davinci_dvevm.h | 1 - include/configs/davinci_sonata.h | 1 - include/configs/dockstar.h | 125 ++++++++++++++++++++++++ include/configs/omap3_beagle.h | 18 ---- include/configs/omap3_evm.h | 18 ---- include/configs/omap3_overo.h | 18 ---- include/configs/omap3_pandora.h | 117 ++++++++++------------- include/configs/omap3_sdp3430.h | 7 -- include/configs/omap3_zoom1.h | 18 ---- include/configs/omap3_zoom2.h | 10 -- include/configs/omap4_panda.h | 1 + include/configs/tnetv107x_evm.h | 1 - 45 files changed, 1577 insertions(+), 921 deletions(-) create mode 100644 board/Seagate/dockstar/Makefile create mode 100644 board/Seagate/dockstar/dockstar.c create mode 100644 board/Seagate/dockstar/dockstar.h create mode 100644 board/Seagate/dockstar/kwbimage.cfg delete mode 100644 board/pandora/config.mk create mode 100644 include/configs/dockstar.h
Best regards,
Wolfgang Denk

In message 20101126202955.B087D11D94F7@gemini.denx.de you wrote:
The following changes since commit 6163f5b4c8873848ed023054bc401727301ea537:
malloc: Fix issue with calloc memory possibly being non-zero (2010-11-17 22:06:40 +0100)
are available in the git repository at: git://git.denx.de/u-boot-arm.git master
Albert Aribaud (2): arm: add ELF relocation support to rest of cpus arm1176: bugfix: fix start.S for ELF relocation
Eric Cooper (1): Seagate FreeAgent DockStar support
Grazvydas Ignotas (3): OMAP3: pandora: fix relocation and init memory OMAP3: remove unused config macros OMAP3: pandora: update config for production
Matthias Weisser (1): Makefile: Fix build with USE_PRIVATE_LIBGCC
Nick Thompson (1): da830: fixup ARM relocation support
Nishanth Menon (2): mmc: omap: timeout counter fix omap4: board: change global data pointer to file scope
Sekhar Nori (2): DA850 EVM: add information regarding DA850 in README.davinci DA850 EVM: passing maximum clock rate information to kernel
Steve Sakoman (1): OMAP4: Panda: Disable CMD_NFS
Wolfgang Denk (1): DaVinci: remove bogus DEF_BOOTM definition
MAINTAINERS | 4 + Makefile | 2 +- arch/arm/cpu/arm1176/start.S | 47 +++------- arch/arm/cpu/arm720t/start.S | 119 ++++++++++++----------- arch/arm/cpu/arm720t/u-boot.lds | 39 +++++--- arch/arm/cpu/arm920t/start.S | 125 +++++++++++++------------ arch/arm/cpu/arm920t/u-boot.lds | 38 +++++--- arch/arm/cpu/arm925t/start.S | 127 +++++++++++++------------ arch/arm/cpu/arm925t/u-boot.lds | 38 +++++--- arch/arm/cpu/arm946es/start.S | 123 ++++++++++++----------- arch/arm/cpu/arm946es/u-boot.lds | 38 +++++--- arch/arm/cpu/arm_intcm/start.S | 127 +++++++++++++----------- arch/arm/cpu/arm_intcm/u-boot.lds | 38 +++++--- arch/arm/cpu/armv7/omap4/board.c | 3 +- arch/arm/cpu/ixp/start.S | 118 ++++++++++++----------- arch/arm/cpu/ixp/u-boot.lds | 38 +++++--- arch/arm/cpu/lh7a40x/start.S | 119 ++++++++++++----------- arch/arm/cpu/lh7a40x/u-boot.lds | 38 +++++--- arch/arm/cpu/s3c44b0/start.S | 131 ++++++++++++-------------- arch/arm/cpu/s3c44b0/u-boot.lds | 38 +++++--- arch/arm/cpu/sa1100/start.S | 119 ++++++++++++----------- arch/arm/cpu/sa1100/u-boot.lds | 38 +++++--- board/Seagate/dockstar/Makefile | 54 +++++++++++ board/Seagate/dockstar/dockstar.c | 181 +++++++++++++++++++++++++++++++++++ board/Seagate/dockstar/dockstar.h | 44 +++++++++ board/Seagate/dockstar/kwbimage.cfg | 165 +++++++++++++++++++++++++++++++ board/davinci/da8xxevm/da850evm.c | 33 +++++++ board/pandora/config.mk | 33 ------- boards.cfg | 1 + doc/README.davinci | 25 +++++ drivers/mmc/omap_hsmmc.c | 107 ++++++++++++++++----- include/configs/da830evm.h | 11 ++- include/configs/da850evm.h | 2 +- include/configs/davinci_dvevm.h | 1 - include/configs/davinci_sonata.h | 1 - include/configs/dockstar.h | 125 ++++++++++++++++++++++++ include/configs/omap3_beagle.h | 18 ---- include/configs/omap3_evm.h | 18 ---- include/configs/omap3_overo.h | 18 ---- include/configs/omap3_pandora.h | 117 ++++++++++------------- include/configs/omap3_sdp3430.h | 7 -- include/configs/omap3_zoom1.h | 18 ---- include/configs/omap3_zoom2.h | 10 -- include/configs/omap4_panda.h | 1 + include/configs/tnetv107x_evm.h | 1 - 45 files changed, 1577 insertions(+), 921 deletions(-) create mode 100644 board/Seagate/dockstar/Makefile create mode 100644 board/Seagate/dockstar/dockstar.c create mode 100644 board/Seagate/dockstar/dockstar.h create mode 100644 board/Seagate/dockstar/kwbimage.cfg delete mode 100644 board/pandora/config.mk create mode 100644 include/configs/dockstar.h
Applied.
Best regards,
Wolfgang Denk

On 26.11.2010 21:55, Wolfgang Denk wrote:
In message20101126202955.B087D11D94F7@gemini.denx.de you wrote:
The following changes since commit 6163f5b4c8873848ed023054bc401727301ea537:
malloc: Fix issue with calloc memory possibly being non-zero (2010-11-17 22:06:40 +0100)
are available in the git repository at: git://git.denx.de/u-boot-arm.git master
...
Applied.
Doing a './MAKEALL ARMV7' on the recent master (d4752d5d2...) doesn't look nice [2].
The following configs build fine:
igep0020 mx51evk omap3_beagle omap3_overo omap3_pandora omap4_panda
The following boards fail to build:
am3517_evm board ca9x4_ct_vxp devkit8000 igep0030 omap3_evm omap3_sdp3430 omap3_zoom1 omap3_zoom2 omap4_sdp4430 s5p_goni smdkc100
I applied [1] to fix a beagle warning.
Are there any other pending patches to fix the compilation of the failing boards?
Thanks
Dirk
[1] http://patchwork.ozlabs.org/patch/72453/
[2] > ./MAKEALL ARMV7 Configuring for am3517_evm board... board.c: In function '__dram_init_banksize': board.c:233: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) board.c:233: error: (Each undeclared identifier is reported only once board.c:233: error: for each function it appears in.) board.c: In function 'board_init_f': board.c:279: error: 'CONFIG_SYS_INIT_SP_ADDR' undeclared (first use in this function) board.c:312: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) make[1]: *** [board.o] Error 1 make: *** [arch/arm/lib/libarm.o] Error 2 size: './u-boot': No such file Configuring for ca9x4_ct_vxp board... syslib.c:26:32: error: asm/arch/sys_proto.h: No such file or directory make[1]: *** No rule to build the target ».depend«, needed from »_depend«. End. syslib.c:26:32: error: asm/arch/sys_proto.h: No such file or directory make[1]: *** [syslib.o] Error 1 make: *** [arch/arm/cpu/armv7/libarmv7.o] Error 2 size: './u-boot': No such file Configuring for devkit8000 board... start.S: Assembler messages: start.S:144: Error: constant expression expected -- `ldr sp,=((0x4020FFFC-CONFIG_SYS_GBL_DATA_SIZE))' make[1]: *** [start.o] Error 1 make: *** [arch/arm/cpu/armv7/start.o] Error 2 size: './u-boot': No such file Configuring for igep0020 board... text data bss dec hex filename 219538 7768 214536 441842 6bdf2 ./u-boot Configuring for igep0030 board... net/libnet.o: In function `rpc_req': u-boot.git/net/nfs.c:193: undefined reference to `NetEthHdrSize' u-boot.git/net/nfs.c:202: undefined reference to `NetSendUDPPacket' u-boot.git/net/nfs.c:203: undefined reference to `NetTxPacket' u-boot.git/net/nfs.c:203: undefined reference to `NetServerEther' net/libnet.o: In function `NfsStart': u-boot.git/net/nfs.c:741: undefined reference to `NetSetTimeout' u-boot.git/net/nfs.c:742: undefined reference to `NetSetHandler' u-boot.git/net/nfs.c:754: undefined reference to `BootFile' u-boot.git/net/nfs.c:754: undefined reference to `NetServerIP' u-boot.git/net/nfs.c:754: undefined reference to `NetOurIP' u-boot.git/net/nfs.c:754: undefined reference to `NetOurGatewayIP' u-boot.git/net/nfs.c:754: undefined reference to `NetOurSubnetMask' u-boot.git/net/nfs.c:754: undefined reference to `NetBootFileSize' u-boot.git/net/nfs.c:754: undefined reference to `NetServerEther' net/libnet.o: In function `nfs_read_reply': u-boot.git/net/nfs.c:563: undefined reference to `NetBootFileXferSize' net/libnet.o: In function `NfsHandler': u-boot.git/net/nfs.c:656: undefined reference to `NetSetTimeout' u-boot.git/net/nfs.c:668: undefined reference to `NetState' net/libnet.o: In function `NfsTimeout': u-boot.git/net/nfs.c:574: undefined reference to `NetStartAgain' u-boot.git/net/nfs.c:577: undefined reference to `NetSetTimeout' arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12507 /bin/sh: line 1: 8055 Segmentation fault arm-none-linux-gnueabi-ld -Bstatic -T u-boot.lds -pie -Ttext 0x80008000 $UNDEF_SYM arch/arm/cpu/armv7/start.o --start-group lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o arch/arm/cpu/armv7/libarmv7.o arch/arm/cpu/armv7/omap3/libomap3.o arch/arm/lib/libarm.o fs/cramfs/libcramfs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/reiserfs/libreiserfs.o fs/ext2/libext2fs.o fs/yaffs2/libyaffs2.o fs/ubifs/libubifs.o net/libnet.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.o drivers/dma/libdma.o drivers/fpga/libfpga.o drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o drivers/mtd/ubi/libubi.o drivers/mtd/spi/libspi_flash.o drivers/net/libnet.o drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/libpower.o drivers/spi/libspi.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/twserial/libtws.o drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o common/libcommon.o lib/libfdt/libfdt.o api/libapi.o post/libpost.o arch/arm/cpu/armv7/omap-common/libomap-common.o board/isee/igep0030/libigep0030.o --end-group u-boot.git/arch/arm/lib/eabi_compat.o -L /opt/codesourcery/arm-none-linux-gnueabi/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3 -lgcc -Map u-boot.map -o u-boot make: *** [u-boot] Error 139 size: ./u-boot: File format not recognized Configuring for mx51evk board... text data bss dec hex filename 159945 6504 216928 383377 5d991 ./u-boot Configuring for omap3_beagle board... text data bss dec hex filename 249978 11288 203700 464966 71846 ./u-boot Configuring for omap3_overo board... text data bss dec hex filename 216254 10836 210628 437718 6add6 ./u-boot Configuring for omap3_evm board... start.S: Assembler messages: start.S:144: Error: constant expression expected -- `ldr sp,=((0x4020FFFC-CONFIG_SYS_GBL_DATA_SIZE))' make[1]: *** [start.o] Error 1 make: *** [arch/arm/cpu/armv7/start.o] Error 2 size: './u-boot': No such file Configuring for omap3_pandora board... text data bss dec hex filename 326528 10480 205116 542124 845ac ./u-boot Configuring for omap3_sdp3430 board... board.c: In function '__dram_init_banksize': board.c:233: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) board.c:233: error: (Each undeclared identifier is reported only once board.c:233: error: for each function it appears in.) board.c: In function 'board_init_f': board.c:279: error: 'CONFIG_SYS_INIT_SP_ADDR' undeclared (first use in this function) board.c:312: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) make[1]: *** [board.o] Error 1 make: *** [arch/arm/lib/libarm.o] Error 2 size: './u-boot': No such file Configuring for omap3_zoom1 board... board.c: In function '__dram_init_banksize': board.c:233: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) board.c:233: error: (Each undeclared identifier is reported only once board.c:233: error: for each function it appears in.) board.c: In function 'board_init_f': board.c:279: error: 'CONFIG_SYS_INIT_SP_ADDR' undeclared (first use in this function) board.c:312: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) make[1]: *** [board.o] Error 1 make: *** [arch/arm/lib/libarm.o] Error 2 size: './u-boot': No such file Configuring for omap3_zoom2 board... board.c: In function '__dram_init_banksize': board.c:233: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) board.c:233: error: (Each undeclared identifier is reported only once board.c:233: error: for each function it appears in.) board.c: In function 'board_init_f': board.c:279: error: 'CONFIG_SYS_INIT_SP_ADDR' undeclared (first use in this function) board.c:312: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) make[1]: *** [board.o] Error 1 make: *** [arch/arm/lib/libarm.o] Error 2 size: './u-boot': No such file Configuring for omap4_panda board... text data bss dec hex filename 147402 5892 201256 354550 568f6 ./u-boot Configuring for omap4_sdp4430 board... net/libnet.o: In function `rpc_req': u-boot.git/net/nfs.c:193: undefined reference to `NetEthHdrSize' u-boot.git/net/nfs.c:202: undefined reference to `NetSendUDPPacket' u-boot.git/net/nfs.c:203: undefined reference to `NetTxPacket' u-boot.git/net/nfs.c:203: undefined reference to `NetServerEther' net/libnet.o: In function `NfsStart': u-boot.git/net/nfs.c:741: undefined reference to `NetSetTimeout' u-boot.git/net/nfs.c:742: undefined reference to `NetSetHandler' u-boot.git/net/nfs.c:754: undefined reference to `BootFile' u-boot.git/net/nfs.c:754: undefined reference to `NetServerIP' u-boot.git/net/nfs.c:754: undefined reference to `NetOurIP' u-boot.git/net/nfs.c:754: undefined reference to `NetOurGatewayIP' u-boot.git/net/nfs.c:754: undefined reference to `NetOurSubnetMask' u-boot.git/net/nfs.c:754: undefined reference to `NetBootFileSize' u-boot.git/net/nfs.c:754: undefined reference to `NetServerEther' net/libnet.o: In function `nfs_read_reply': u-boot.git/net/nfs.c:563: undefined reference to `NetBootFileXferSize' net/libnet.o: In function `NfsHandler': u-boot.git/net/nfs.c:656: undefined reference to `NetSetTimeout' u-boot.git/net/nfs.c:668: undefined reference to `NetState' net/libnet.o: In function `NfsTimeout': u-boot.git/net/nfs.c:574: undefined reference to `NetStartAgain' u-boot.git/net/nfs.c:577: undefined reference to `NetSetTimeout' arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12507 /bin/sh: line 1: 4529 Segmentation fault arm-none-linux-gnueabi-ld -Bstatic -T u-boot.lds -pie -Ttext 0x80e80000 $UNDEF_SYM arch/arm/cpu/armv7/start.o --start-group lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o arch/arm/cpu/armv7/libarmv7.o arch/arm/cpu/armv7/omap4/libomap4.o arch/arm/lib/libarm.o fs/cramfs/libcramfs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/reiserfs/libreiserfs.o fs/ext2/libext2fs.o fs/yaffs2/libyaffs2.o fs/ubifs/libubifs.o net/libnet.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.o drivers/dma/libdma.o drivers/fpga/libfpga.o drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o drivers/mtd/ubi/libubi.o drivers/mtd/spi/libspi_flash.o drivers/net/libnet.o drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/libpower.o drivers/spi/libspi.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/twserial/libtws.o drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o common/libcommon.o lib/libfdt/libfdt.o api/libapi.o post/libpost.o arch/arm/cpu/armv7/omap-common/libomap-common.o board/ti/sdp4430/libsdp4430.o --end-group u-boot.git/arch/arm/lib/eabi_compat.o -L /opt/codesourcery/arm-none-linux-gnueabi/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3 -lgcc -Map u-boot.map -o u-boot make: *** [u-boot] Error 139 size: ./u-boot: File format not recognized Configuring for s5p_goni board... board.c: In function 'board_init_f': board.c:279: error: 'CONFIG_SYS_INIT_SP_ADDR' undeclared (first use in this function) board.c:279: error: (Each undeclared identifier is reported only once board.c:279: error: for each function it appears in.) make[1]: *** [board.o] Error 1 make: *** [arch/arm/lib/libarm.o] Error 2 size: './u-boot': No such file Configuring for smdkc100 board... board.c: In function 'board_init_f': board.c:279: error: 'CONFIG_SYS_INIT_SP_ADDR' undeclared (first use in this function) board.c:279: error: (Each undeclared identifier is reported only once board.c:279: error: for each function it appears in.) make[1]: *** [board.o] Error 1 make: *** [arch/arm/lib/libarm.o] Error 2 size: './u-boot': No such file
--------------------- SUMMARY ---------------------------- Boards compiled: 17 Boards with warnings or errors: 11 ( am3517_evm ca9x4_ct_vxp devkit8000 igep0030 omap3_evm omap3_sdp3430 omap3_zoom1 omap3_zoom2 omap4_sdp4430 s5p_goni smdkc100 ) ----------------------------------------------------------

Le 27/11/2010 08:43, Dirk Behme a écrit :
Doing a './MAKEALL ARMV7' on the recent master (d4752d5d2...) doesn't look nice [2].
Globally, this is expected and does not hit only ARMV7 but any ARM board -- I think on the whole MAKEALL arm, only 35 out of 168 boards build without errors or warnings (more do build, but with warnings though).
ELF relocation was introduced during this cycle, on all ARM cpus but only on a handful of boards. Others need to be fixed by their maintainers. Typically, those which miss a CONFIG_SYS_SDRAM_BASE are hit by this issue. Note that not fixing all boards is voluntary: those boards whose maintainer will not have fixed during the coming cycle will be removed--as a janitorial matter, one could say.
For others -- the break may or may not be a consequence of ELF relocation. This will have to be fixed on an individual basis.
Are there any other pending patches to fix the compilation of the failing boards?
These shall be fixed by their maintainers.
Wolfgang, should I send out a (single) mail to each ARM board maintainer right after this cycle asking them to either fix their board or say that they are not going to? This could help weed out during next cycle.
Thanks
Dirk
Amicalement,

Wolfgang, should I send out a (single) mail to each ARM board maintainer right after this cycle asking them to either fix their board or say that they are not going to? This could help weed out during next cycle.
IIRC if by the next release cycle, the errors are not fixed, the boards will/should be removed by the individual tree maintainers.
I believe this has already been communicated on the list.
--Sandeep

Dear "Paulraj, Sandeep",
In message 0554BEF07D437848AF01B9C9B5F0BC5DBCFDDECA@dlee01.ent.ti.com you wrote:
IIRC if by the next release cycle, the errors are not fixed, the boards will/should be removed by the individual tree maintainers.
I believe this has already been communicated on the list.
True. On the other hand, some board maintainers may think they are not affected, or expect a special invitation. It cannot hurt to explicitly tell them again that they must become active now.
Best regards,
Wolfgang Denk

Dear Albert ARIBAUD,
In message 4CF0CA18.1000206@free.fr you wrote:
Globally, this is expected and does not hit only ARMV7 but any ARM board -- I think on the whole MAKEALL arm, only 35 out of 168 boards build without errors or warnings (more do build, but with warnings though).
Correct. My last build shows 130 out of 168 with errors or warnings.
These shall be fixed by their maintainers.
Wolfgang, should I send out a (single) mail to each ARM board maintainer right after this cycle asking them to either fix their board or say that they are not going to? This could help weed out during next cycle.
We might as well do this right now. I will try to get -rc2 out this weekend, and also start a "next" branch. Maybe some board maintainers need a special invitation to fix their boards - eventually some will submit patches even for this release. It's worth a try.
Thanks.
Wolfgang Denk

Le 27/11/2010 19:50, Wolfgang Denk a écrit :
Wolfgang, should I send out a (single) mail to each ARM board maintainer right after this cycle asking them to either fix their board or say that they are not going to? This could help weed out during next cycle.
We might as well do this right now. I will try to get -rc2 out this weekend, and also start a "next" branch. Maybe some board maintainers need a special invitation to fix their boards - eventually some will submit patches even for this release. It's worth a try.
Thanks.
Wolfgang Denk
No problem. I am building a list of addresses from the MAINTAINERS list. For those boards which have no maintainer I will use the e-mail address of the last committer to the config header file (skipping Wolfgang's, of course).
I will then send a single mail to myself with everybody in Bcc:, telling them that they are e-mailed as the maintainer or last committer to an u-boot board, informing them of the recent introduction of ELF relocation to u-boot, that it breaks building the board, and that they should take steps to fix the board (these steps may be as simple as adding a couple of lines similar to what was done with edminiv2.h) otherwise the board will be considered orphan and risk being removed.
Amicalement,

Dear Albert ARIBAUD,
In message 4CF15F20.9060300@free.fr you wrote:
No problem. I am building a list of addresses from the MAINTAINERS list.
Thanks.
For those boards which have no maintainer I will use the e-mail address of the last committer to the config header file (skipping Wolfgang's, of course).
Be carefule. There were a lot or global actions done by many people. Rather look at less frequently change files, like board/*/Makefile, and use the _first_ committer.
Best regards,
Wolfgang Denk

Le 27/11/2010 21:50, Wolfgang Denk a écrit :
For those boards which have no maintainer I will use the e-mail address of the last committer to the config header file (skipping Wolfgang's, of course).
Be carefule. There were a lot or global actions done by many people. Rather look at less frequently change files, like board/*/Makefile, and use the _first_ committer.
Thanks for pointing this out. For the moment I'll stick with mailing only official board maintainers. Then I'll carefully go through boards without official maintainers one by one.
Best regards,
Wolfgang Denk
Amicalement,

Le 27/11/2010 22:15, Albert ARIBAUD a écrit :
Thanks for pointing this out. For the moment I'll stick with mailing only official board maintainers. Then I'll carefully go through boards without official maintainers one by one.
Message sent out, mistakenly from my alternate address albert at aribaud.net, but anyway... I have had five NDRs, for the following addresses which are all unknown; corresponding boards (within parentheses) should probably be moved to 'unmaintained':
mani.pillai at ti.com (omap3_evm) kletschke at synertronixx.de (scb9328) mag at sysgo.com (impa7 and ep7312) prakash at embedx.com (cerf250) kshitij at ti.com (omap1510inn, omap1610inn)
Amicalement,

Le 27/11/2010 23:09, Albert ARIBAUD a écrit :
Le 27/11/2010 22:15, Albert ARIBAUD a écrit :
Thanks for pointing this out. For the moment I'll stick with mailing only official board maintainers. Then I'll carefully go through boards without official maintainers one by one.
Message sent out, mistakenly from my alternate address albert at aribaud.net, but anyway... I have had five NDRs, for the following addresses which are all unknown; corresponding boards (within parentheses) should probably be moved to 'unmaintained':
mani.pillai at ti.com (omap3_evm) kletschke at synertronixx.de (scb9328) mag at sysgo.com (impa7 and ep7312) prakash at embedx.com (cerf250) kshitij at ti.com (omap1510inn, omap1610inn)
Amicalement,
Apparently MAINTAINERS entry for Stelian Pop is not correct any more; CC:ing Stelian's address as last seen on the list. If this one is correct, then MAINTAINERS should be fixed.
Amicalement,

Change my old email address which is no longer valid.
Signed-off-by: Stelian Pop stelian@popies.net ---
On Sat, Nov 27, 2010 at 11:27:28PM +0100, Albert ARIBAUD wrote:
Apparently MAINTAINERS entry for Stelian Pop is not correct any more; CC:ing Stelian's address as last seen on the list. If this one is correct, then MAINTAINERS should be fixed.
Indeed, I've changed employers some time ago.
The attached patch replaces all occurences of my old work email with my personal (and persistent) email address.
Please apply.
Thanks,
Stelian.
CREDITS | 2 +- MAINTAINERS | 2 +- arch/arm/cpu/arm926ejs/at91/at91cap9_devices.c | 2 +- arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c | 2 +- arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c | 2 +- arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c | 2 +- .../cpu/arm926ejs/at91/at91sam9m10g45_devices.c | 2 +- arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c | 2 +- arch/arm/cpu/arm926ejs/at91/led.c | 2 +- arch/arm/cpu/arm926ejs/at91/reset.c | 2 +- arch/arm/cpu/arm926ejs/at91/timer.c | 2 +- arch/arm/cpu/arm926ejs/mb86r0x/timer.c | 2 +- arch/arm/include/asm/arch-at91/at91_common.h | 2 +- arch/arm/include/asm/arch-at91/at91cap9.h | 2 +- arch/arm/include/asm/arch-at91/at91cap9_matrix.h | 2 +- arch/arm/include/asm/arch-at91/clk.h | 2 +- arch/arm/include/asm/arch-at91/memory-map.h | 2 +- arch/arm/include/asm/dma-mapping.h | 2 +- board/afeb9260/Makefile | 2 +- board/afeb9260/afeb9260.c | 2 +- board/atmel/at91cap9adk/Makefile | 2 +- board/atmel/at91cap9adk/at91cap9adk.c | 2 +- board/atmel/at91cap9adk/led.c | 2 +- board/atmel/at91sam9260ek/Makefile | 2 +- board/atmel/at91sam9260ek/at91sam9260ek.c | 2 +- board/atmel/at91sam9260ek/led.c | 2 +- board/atmel/at91sam9261ek/Makefile | 2 +- board/atmel/at91sam9261ek/at91sam9261ek.c | 2 +- board/atmel/at91sam9261ek/led.c | 2 +- board/atmel/at91sam9263ek/Makefile | 2 +- board/atmel/at91sam9263ek/at91sam9263ek.c | 2 +- board/atmel/at91sam9263ek/led.c | 2 +- board/atmel/at91sam9m10g45ek/Makefile | 2 +- board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c | 2 +- board/atmel/at91sam9m10g45ek/led.c | 2 +- board/atmel/at91sam9rlek/Makefile | 2 +- board/atmel/at91sam9rlek/at91sam9rlek.c | 2 +- board/atmel/at91sam9rlek/led.c | 2 +- board/calao/sbc35_a9g20/Makefile | 2 +- board/calao/sbc35_a9g20/sbc35_a9g20.c | 2 +- board/calao/tny_a9260/Makefile | 2 +- board/calao/tny_a9260/tny_a9260.c | 2 +- board/esd/meesc/Makefile | 2 +- board/esd/meesc/meesc.c | 2 +- board/esd/otc570/Makefile | 2 +- board/esd/otc570/otc570.c | 2 +- board/eukrea/cpu9260/Makefile | 2 +- board/eukrea/cpu9260/cpu9260.c | 2 +- board/ronetix/pm9261/Makefile | 2 +- board/ronetix/pm9261/led.c | 2 +- board/ronetix/pm9261/pm9261.c | 2 +- board/ronetix/pm9263/Makefile | 2 +- board/ronetix/pm9263/led.c | 2 +- board/ronetix/pm9263/pm9263.c | 2 +- board/ronetix/pm9g45/Makefile | 2 +- board/ronetix/pm9g45/pm9g45.c | 2 +- board/syteco/jadecpu/Makefile | 2 +- drivers/mtd/nand/atmel_nand.c | 2 +- include/configs/at91cap9adk.h | 2 +- include/configs/at91sam9260ek.h | 2 +- include/configs/at91sam9261ek.h | 2 +- include/configs/at91sam9263ek.h | 2 +- include/configs/at91sam9m10g45ek.h | 2 +- include/configs/at91sam9rlek.h | 2 +- include/configs/cpu9260.h | 2 +- include/configs/meesc.h | 2 +- include/configs/otc570.h | 2 +- include/configs/pm9261.h | 2 +- include/configs/pm9263.h | 2 +- include/configs/pm9g45.h | 2 +- include/configs/tny_a9260.h | 2 +- 71 files changed, 71 insertions(+), 71 deletions(-)
diff --git a/CREDITS b/CREDITS index dacc5b4..21ee3f8 100644 --- a/CREDITS +++ b/CREDITS @@ -387,7 +387,7 @@ D: Support for the Wind River sbc405, sbc8240 board W: http://www.windriver.com
N: Stelian Pop -E: stelian.pop@leadtechdesign.com +E: stelian@popies.net D: Atmel AT91CAP9ADK support
N: Ricardo Ribalda Delgado diff --git a/MAINTAINERS b/MAINTAINERS index f47fca5..2ab50dc 100644 --- a/MAINTAINERS +++ b/MAINTAINERS @@ -744,7 +744,7 @@ Manikandan Pillai mani.pillai@ti.com
omap3_evm ARM ARMV7 (OMAP3xx SoC)
-Stelian Pop stelian.pop@leadtechdesign.com +Stelian Pop stelian@popies.net
at91cap9adk ARM926EJS (AT91CAP9 SoC) at91sam9260ek ARM926EJS (AT91SAM9260 SoC) diff --git a/arch/arm/cpu/arm926ejs/at91/at91cap9_devices.c b/arch/arm/cpu/arm926ejs/at91/at91cap9_devices.c index 2d878fd..db2ecb8 100644 --- a/arch/arm/cpu/arm926ejs/at91/at91cap9_devices.c +++ b/arch/arm/cpu/arm926ejs/at91/at91cap9_devices.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * (C) Copyright 2009 diff --git a/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c b/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c index f699f4d..f859015 100644 --- a/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c +++ b/arch/arm/cpu/arm926ejs/at91/at91sam9260_devices.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c b/arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c index b4353ef..76ef955 100644 --- a/arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c +++ b/arch/arm/cpu/arm926ejs/at91/at91sam9261_devices.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c b/arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c index deda3e5..6997f1d 100644 --- a/arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c +++ b/arch/arm/cpu/arm926ejs/at91/at91sam9263_devices.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * (C) Copyright 2009 diff --git a/arch/arm/cpu/arm926ejs/at91/at91sam9m10g45_devices.c b/arch/arm/cpu/arm926ejs/at91/at91sam9m10g45_devices.c index 4ad9b1f..d74b86e 100644 --- a/arch/arm/cpu/arm926ejs/at91/at91sam9m10g45_devices.c +++ b/arch/arm/cpu/arm926ejs/at91/at91sam9m10g45_devices.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c b/arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c index 4f570f4..442ac77 100644 --- a/arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c +++ b/arch/arm/cpu/arm926ejs/at91/at91sam9rl_devices.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/cpu/arm926ejs/at91/led.c b/arch/arm/cpu/arm926ejs/at91/led.c index 0a315c4..22d6b54 100644 --- a/arch/arm/cpu/arm926ejs/at91/led.c +++ b/arch/arm/cpu/arm926ejs/at91/led.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/cpu/arm926ejs/at91/reset.c b/arch/arm/cpu/arm926ejs/at91/reset.c index d2569d8..bfd5aad 100644 --- a/arch/arm/cpu/arm926ejs/at91/reset.c +++ b/arch/arm/cpu/arm926ejs/at91/reset.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/cpu/arm926ejs/at91/timer.c b/arch/arm/cpu/arm926ejs/at91/timer.c index 82b8d7e..dd801f5 100644 --- a/arch/arm/cpu/arm926ejs/at91/timer.c +++ b/arch/arm/cpu/arm926ejs/at91/timer.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/cpu/arm926ejs/mb86r0x/timer.c b/arch/arm/cpu/arm926ejs/mb86r0x/timer.c index 9175b71..6937b11 100644 --- a/arch/arm/cpu/arm926ejs/mb86r0x/timer.c +++ b/arch/arm/cpu/arm926ejs/mb86r0x/timer.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * (C) Copyright 2010 diff --git a/arch/arm/include/asm/arch-at91/at91_common.h b/arch/arm/include/asm/arch-at91/at91_common.h index 0067190..058a1fb 100644 --- a/arch/arm/include/asm/arch-at91/at91_common.h +++ b/arch/arm/include/asm/arch-at91/at91_common.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/include/asm/arch-at91/at91cap9.h b/arch/arm/include/asm/arch-at91/at91cap9.h index 5af6fdc..7bf363a 100644 --- a/arch/arm/include/asm/arch-at91/at91cap9.h +++ b/arch/arm/include/asm/arch-at91/at91cap9.h @@ -1,7 +1,7 @@ /* * [origin: Linux kernel include/asm-arm/arch-at91/at91cap9.h] * - * Copyright (C) 2007 Stelian Pop stelian.pop@leadtechdesign.com + * Copyright (C) 2007 Stelian Pop stelian@popies.net * Copyright (C) 2007 Lead Tech Design <www.leadtechdesign.com> * Copyright (C) 2007 Atmel Corporation. * diff --git a/arch/arm/include/asm/arch-at91/at91cap9_matrix.h b/arch/arm/include/asm/arch-at91/at91cap9_matrix.h index 22b7e9b..a9b5ae0 100644 --- a/arch/arm/include/asm/arch-at91/at91cap9_matrix.h +++ b/arch/arm/include/asm/arch-at91/at91cap9_matrix.h @@ -1,7 +1,7 @@ /* * [origin: Linux kernel include/asm-arm/arch-at91/at91cap9_matrix.h] * - * Copyright (C) 2007 Stelian Pop stelian.pop@leadtechdesign.com + * Copyright (C) 2007 Stelian Pop stelian@popies.net * Copyright (C) 2007 Lead Tech Design <www.leadtechdesign.com> * Copyright (C) 2006 Atmel Corporation. * diff --git a/arch/arm/include/asm/arch-at91/clk.h b/arch/arm/include/asm/arch-at91/clk.h index 457e6c9..cdf3275 100644 --- a/arch/arm/include/asm/arch-at91/clk.h +++ b/arch/arm/include/asm/arch-at91/clk.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * Copyright (C) 2009 Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com * diff --git a/arch/arm/include/asm/arch-at91/memory-map.h b/arch/arm/include/asm/arch-at91/memory-map.h index d489fa2..bea055f 100644 --- a/arch/arm/include/asm/arch-at91/memory-map.h +++ b/arch/arm/include/asm/arch-at91/memory-map.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/arch/arm/include/asm/dma-mapping.h b/arch/arm/include/asm/dma-mapping.h index 501ce0e..5bbb0a0 100644 --- a/arch/arm/include/asm/dma-mapping.h +++ b/arch/arm/include/asm/dma-mapping.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/afeb9260/Makefile b/board/afeb9260/Makefile index 895412d..381bda8 100644 --- a/board/afeb9260/Makefile +++ b/board/afeb9260/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop stelian.pop@leadtechdesign.com +# Stelian Pop stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # # See file CREDITS for list of people who contributed to this diff --git a/board/afeb9260/afeb9260.c b/board/afeb9260/afeb9260.c index 3c37557..2929302 100644 --- a/board/afeb9260/afeb9260.c +++ b/board/afeb9260/afeb9260.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * (C) Copyright 2008 Sergey Lapin slapin@ossfans.org * diff --git a/board/atmel/at91cap9adk/Makefile b/board/atmel/at91cap9adk/Makefile index 2eec0ce..50dca1f 100644 --- a/board/atmel/at91cap9adk/Makefile +++ b/board/atmel/at91cap9adk/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop stelian.pop@leadtechdesign.com +# Stelian Pop stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # # See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91cap9adk/at91cap9adk.c b/board/atmel/at91cap9adk/at91cap9adk.c index 2ab8bc2..b537ae6 100644 --- a/board/atmel/at91cap9adk/at91cap9adk.c +++ b/board/atmel/at91cap9adk/at91cap9adk.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91cap9adk/led.c b/board/atmel/at91cap9adk/led.c index 14aea99..6785a41 100644 --- a/board/atmel/at91cap9adk/led.c +++ b/board/atmel/at91cap9adk/led.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9260ek/Makefile b/board/atmel/at91sam9260ek/Makefile index 1fd8529..5b8a58d 100644 --- a/board/atmel/at91sam9260ek/Makefile +++ b/board/atmel/at91sam9260ek/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop stelian.pop@leadtechdesign.com +# Stelian Pop stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # # See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9260ek/at91sam9260ek.c b/board/atmel/at91sam9260ek/at91sam9260ek.c index 64c6d17..8f19f4a 100644 --- a/board/atmel/at91sam9260ek/at91sam9260ek.c +++ b/board/atmel/at91sam9260ek/at91sam9260ek.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9260ek/led.c b/board/atmel/at91sam9260ek/led.c index 2424d27..2fded93 100644 --- a/board/atmel/at91sam9260ek/led.c +++ b/board/atmel/at91sam9260ek/led.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9261ek/Makefile b/board/atmel/at91sam9261ek/Makefile index 9d20ba0..5ecf37b 100644 --- a/board/atmel/at91sam9261ek/Makefile +++ b/board/atmel/at91sam9261ek/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop stelian.pop@leadtechdesign.com +# Stelian Pop stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # # See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9261ek/at91sam9261ek.c b/board/atmel/at91sam9261ek/at91sam9261ek.c index de5cfae..0777a7b 100644 --- a/board/atmel/at91sam9261ek/at91sam9261ek.c +++ b/board/atmel/at91sam9261ek/at91sam9261ek.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9261ek/led.c b/board/atmel/at91sam9261ek/led.c index 5d1c5f2..8064b4b 100644 --- a/board/atmel/at91sam9261ek/led.c +++ b/board/atmel/at91sam9261ek/led.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9263ek/Makefile b/board/atmel/at91sam9263ek/Makefile index e43326e..e70e44d 100644 --- a/board/atmel/at91sam9263ek/Makefile +++ b/board/atmel/at91sam9263ek/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop stelian.pop@leadtechdesign.com +# Stelian Pop stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # # See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9263ek/at91sam9263ek.c b/board/atmel/at91sam9263ek/at91sam9263ek.c index 91efc07..583570d 100644 --- a/board/atmel/at91sam9263ek/at91sam9263ek.c +++ b/board/atmel/at91sam9263ek/at91sam9263ek.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9263ek/led.c b/board/atmel/at91sam9263ek/led.c index fa1f05b..1dd812e 100644 --- a/board/atmel/at91sam9263ek/led.c +++ b/board/atmel/at91sam9263ek/led.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9m10g45ek/Makefile b/board/atmel/at91sam9m10g45ek/Makefile index 7aa2521..ddef61f 100644 --- a/board/atmel/at91sam9m10g45ek/Makefile +++ b/board/atmel/at91sam9m10g45ek/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop stelian.pop@leadtechdesign.com +# Stelian Pop stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # # See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c b/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c index f92b20f..3f85c97 100644 --- a/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c +++ b/board/atmel/at91sam9m10g45ek/at91sam9m10g45ek.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9m10g45ek/led.c b/board/atmel/at91sam9m10g45ek/led.c index ff59a2d..b3e279d 100644 --- a/board/atmel/at91sam9m10g45ek/led.c +++ b/board/atmel/at91sam9m10g45ek/led.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9rlek/Makefile b/board/atmel/at91sam9rlek/Makefile index 234aeb6..7eaec95 100644 --- a/board/atmel/at91sam9rlek/Makefile +++ b/board/atmel/at91sam9rlek/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop stelian.pop@leadtechdesign.com +# Stelian Pop stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # # See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9rlek/at91sam9rlek.c b/board/atmel/at91sam9rlek/at91sam9rlek.c index e374917..373d992 100644 --- a/board/atmel/at91sam9rlek/at91sam9rlek.c +++ b/board/atmel/at91sam9rlek/at91sam9rlek.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/atmel/at91sam9rlek/led.c b/board/atmel/at91sam9rlek/led.c index 9634cc0..bdb99c6 100644 --- a/board/atmel/at91sam9rlek/led.c +++ b/board/atmel/at91sam9rlek/led.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/calao/sbc35_a9g20/Makefile b/board/calao/sbc35_a9g20/Makefile index cc4219d..123e90b 100644 --- a/board/calao/sbc35_a9g20/Makefile +++ b/board/calao/sbc35_a9g20/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop stelian.pop@leadtechdesign.com +# Stelian Pop stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # # See file CREDITS for list of people who contributed to this diff --git a/board/calao/sbc35_a9g20/sbc35_a9g20.c b/board/calao/sbc35_a9g20/sbc35_a9g20.c index 9df45c0..c7fda3d 100644 --- a/board/calao/sbc35_a9g20/sbc35_a9g20.c +++ b/board/calao/sbc35_a9g20/sbc35_a9g20.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * Copyright (C) 2009 diff --git a/board/calao/tny_a9260/Makefile b/board/calao/tny_a9260/Makefile index 151a228..ee1507b 100644 --- a/board/calao/tny_a9260/Makefile +++ b/board/calao/tny_a9260/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop stelian.pop@leadtechdesign.com +# Stelian Pop stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # # See file CREDITS for list of people who contributed to this diff --git a/board/calao/tny_a9260/tny_a9260.c b/board/calao/tny_a9260/tny_a9260.c index d51ca15..71b4748 100644 --- a/board/calao/tny_a9260/tny_a9260.c +++ b/board/calao/tny_a9260/tny_a9260.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * Copyright (C) 2009 diff --git a/board/esd/meesc/Makefile b/board/esd/meesc/Makefile index b414479..61ae88b 100644 --- a/board/esd/meesc/Makefile +++ b/board/esd/meesc/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop stelian.pop@leadtechdesign.com +# Stelian Pop stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # # See file CREDITS for list of people who contributed to this diff --git a/board/esd/meesc/meesc.c b/board/esd/meesc/meesc.c index 41fa3e1..7c98958 100644 --- a/board/esd/meesc/meesc.c +++ b/board/esd/meesc/meesc.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * (C) Copyright 2009-2010 diff --git a/board/esd/otc570/Makefile b/board/esd/otc570/Makefile index 87657ff..08be2a0 100644 --- a/board/esd/otc570/Makefile +++ b/board/esd/otc570/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop stelian.pop@leadtechdesign.com +# Stelian Pop stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # # See file CREDITS for list of people who contributed to this diff --git a/board/esd/otc570/otc570.c b/board/esd/otc570/otc570.c index 410d8b4..8343bb1 100644 --- a/board/esd/otc570/otc570.c +++ b/board/esd/otc570/otc570.c @@ -4,7 +4,7 @@ * esd electronic system design gmbh <www.esd.eu> * * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/eukrea/cpu9260/Makefile b/board/eukrea/cpu9260/Makefile index 4d02aae..cea1b4c 100644 --- a/board/eukrea/cpu9260/Makefile +++ b/board/eukrea/cpu9260/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop <stelian.pop@leadtechdesign.com +# Stelian Pop <stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # Ilko Iliev <www.ronetix.at> # diff --git a/board/eukrea/cpu9260/cpu9260.c b/board/eukrea/cpu9260/cpu9260.c index 61b6c33..cee8604 100644 --- a/board/eukrea/cpu9260/cpu9260.c +++ b/board/eukrea/cpu9260/cpu9260.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * Ilko Iliev <www.ronetix.at> * diff --git a/board/ronetix/pm9261/Makefile b/board/ronetix/pm9261/Makefile index 4b49808..7c94218 100644 --- a/board/ronetix/pm9261/Makefile +++ b/board/ronetix/pm9261/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop stelian.pop@leadtechdesign.com +# Stelian Pop stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # Ilko Iliev <www.ronetix.at> # diff --git a/board/ronetix/pm9261/led.c b/board/ronetix/pm9261/led.c index ff21ce6..6983d87 100644 --- a/board/ronetix/pm9261/led.c +++ b/board/ronetix/pm9261/led.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * Ilko Iliev <www.ronetix.at> * diff --git a/board/ronetix/pm9261/pm9261.c b/board/ronetix/pm9261/pm9261.c index 53d8c48..979fe93 100644 --- a/board/ronetix/pm9261/pm9261.c +++ b/board/ronetix/pm9261/pm9261.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * Copyright (C) 2008 Ronetix Ilko Iliev (www.ronetix.at) * Copyright (C) 2009 Jean-Christopher PLAGNIOL-VILLARD plagnioj@jcrosoft.com diff --git a/board/ronetix/pm9263/Makefile b/board/ronetix/pm9263/Makefile index 2fc9fb4..a1c4c4f 100644 --- a/board/ronetix/pm9263/Makefile +++ b/board/ronetix/pm9263/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop stelian.pop@leadtechdesign.com +# Stelian Pop stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # Ilko Iliev <www.ronetix.at> # diff --git a/board/ronetix/pm9263/led.c b/board/ronetix/pm9263/led.c index 4e585a4..bf2bba3 100644 --- a/board/ronetix/pm9263/led.c +++ b/board/ronetix/pm9263/led.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * Ilko Iliev <www.ronetix.at> * diff --git a/board/ronetix/pm9263/pm9263.c b/board/ronetix/pm9263/pm9263.c index 4dc0237..c562dae 100644 --- a/board/ronetix/pm9263/pm9263.c +++ b/board/ronetix/pm9263/pm9263.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * Copyright (C) 2008 Ronetix Ilko Iliev (www.ronetix.at) * Copyright (C) 2009 Jean-Christophe PLAGNIOL-VILLARD plagnioj@jcrosoft.com diff --git a/board/ronetix/pm9g45/Makefile b/board/ronetix/pm9g45/Makefile index cb01262..4010d87 100644 --- a/board/ronetix/pm9g45/Makefile +++ b/board/ronetix/pm9g45/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop stelian.pop@leadtechdesign.com +# Stelian Pop stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # # See file CREDITS for list of people who contributed to this diff --git a/board/ronetix/pm9g45/pm9g45.c b/board/ronetix/pm9g45/pm9g45.c index f3d48f2..27f830f 100644 --- a/board/ronetix/pm9g45/pm9g45.c +++ b/board/ronetix/pm9g45/pm9g45.c @@ -5,7 +5,7 @@ * Ronetix GmbH <www.ronetix.at> * * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * See file CREDITS for list of people who contributed to this diff --git a/board/syteco/jadecpu/Makefile b/board/syteco/jadecpu/Makefile index 30818d2..a5c4342 100644 --- a/board/syteco/jadecpu/Makefile +++ b/board/syteco/jadecpu/Makefile @@ -3,7 +3,7 @@ # Wolfgang Denk, DENX Software Engineering, wd@denx.de. # # (C) Copyright 2008 -# Stelian Pop stelian.pop@leadtechdesign.com +# Stelian Pop stelian@popies.net # Lead Tech Design <www.leadtechdesign.com> # # See file CREDITS for list of people who contributed to this diff --git a/drivers/mtd/nand/atmel_nand.c b/drivers/mtd/nand/atmel_nand.c index d5eb54a..b5382f6 100644 --- a/drivers/mtd/nand/atmel_nand.c +++ b/drivers/mtd/nand/atmel_nand.c @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * (C) Copyright 2006 ATMEL Rousset, Lacressonniere Nicolas diff --git a/include/configs/at91cap9adk.h b/include/configs/at91cap9adk.h index 49c923f..b1dc468 100644 --- a/include/configs/at91cap9adk.h +++ b/include/configs/at91cap9adk.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * Configuation settings for the AT91CAP9ADK board. diff --git a/include/configs/at91sam9260ek.h b/include/configs/at91sam9260ek.h index 5e7dee5..ab31bf5 100644 --- a/include/configs/at91sam9260ek.h +++ b/include/configs/at91sam9260ek.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * Configuation settings for the AT91SAM9260EK & AT91SAM9G20EK boards. diff --git a/include/configs/at91sam9261ek.h b/include/configs/at91sam9261ek.h index 401478b..ccd4e5b 100644 --- a/include/configs/at91sam9261ek.h +++ b/include/configs/at91sam9261ek.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * Configuation settings for the AT91SAM9261EK board. diff --git a/include/configs/at91sam9263ek.h b/include/configs/at91sam9263ek.h index f6cb406..5b8d53b 100644 --- a/include/configs/at91sam9263ek.h +++ b/include/configs/at91sam9263ek.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * Configuation settings for the AT91SAM9263EK board. diff --git a/include/configs/at91sam9m10g45ek.h b/include/configs/at91sam9m10g45ek.h index de74dcf..5962789 100644 --- a/include/configs/at91sam9m10g45ek.h +++ b/include/configs/at91sam9m10g45ek.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * Configuation settings for the AT91SAM9M10G45EK board(and AT91SAM9G45EKES). diff --git a/include/configs/at91sam9rlek.h b/include/configs/at91sam9rlek.h index 8dbd082..2673228 100644 --- a/include/configs/at91sam9rlek.h +++ b/include/configs/at91sam9rlek.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * Configuation settings for the AT91SAM9RLEK board. diff --git a/include/configs/cpu9260.h b/include/configs/cpu9260.h index d239423..0860763 100644 --- a/include/configs/cpu9260.h +++ b/include/configs/cpu9260.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * Ilko Iliev <www.ronetix.at> * diff --git a/include/configs/meesc.h b/include/configs/meesc.h index a27b36b..8967224 100644 --- a/include/configs/meesc.h +++ b/include/configs/meesc.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * (C) Copyright 2009-2010 diff --git a/include/configs/otc570.h b/include/configs/otc570.h index ca3bf26..f70f728 100644 --- a/include/configs/otc570.h +++ b/include/configs/otc570.h @@ -4,7 +4,7 @@ * esd electronic system design gmbh <www.esd.eu> * * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * Configuation settings for the esd OTC570 board. diff --git a/include/configs/pm9261.h b/include/configs/pm9261.h index 7fcc9ba..bcf91e0 100644 --- a/include/configs/pm9261.h +++ b/include/configs/pm9261.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * Ilko Iliev <www.ronetix.at> * diff --git a/include/configs/pm9263.h b/include/configs/pm9263.h index 619af2d..b296d85 100644 --- a/include/configs/pm9263.h +++ b/include/configs/pm9263.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * Ilko Iliev <www.ronetix.at> * diff --git a/include/configs/pm9g45.h b/include/configs/pm9g45.h index 3ed6b56..490bd99 100644 --- a/include/configs/pm9g45.h +++ b/include/configs/pm9g45.h @@ -5,7 +5,7 @@ * Ronetix GmbH <www.ronetix.at> * * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * Configuation settings for the PM9G45 board. diff --git a/include/configs/tny_a9260.h b/include/configs/tny_a9260.h index 7b18022..3c902fe 100644 --- a/include/configs/tny_a9260.h +++ b/include/configs/tny_a9260.h @@ -1,6 +1,6 @@ /* * (C) Copyright 2007-2008 - * Stelian Pop stelian.pop@leadtechdesign.com + * Stelian Pop stelian@popies.net * Lead Tech Design <www.leadtechdesign.com> * * Copyright (C) 2009

On 27.11.2010 23:09, Albert ARIBAUD wrote:
Le 27/11/2010 22:15, Albert ARIBAUD a écrit :
Thanks for pointing this out. For the moment I'll stick with mailing only official board maintainers. Then I'll carefully go through boards without official maintainers one by one.
Message sent out, mistakenly from my alternate address albert at aribaud.net, but anyway... I have had five NDRs, for the following addresses which are all unknown; corresponding boards (within parentheses) should probably be moved to 'unmaintained':
mani.pillai at ti.com (omap3_evm)
...
kshitij at ti.com (omap1510inn, omap1610inn)
Maybe Sandeep could help with this?
Thanks
Dirk

On Sat, Nov 27, 2010 at 7:50 PM, Wolfgang Denk wd@denx.de wrote:
Dear Albert ARIBAUD,
In message 4CF0CA18.1000206@free.fr you wrote:
Globally, this is expected and does not hit only ARMV7 but any ARM board -- I think on the whole MAKEALL arm, only 35 out of 168 boards build without errors or warnings (more do build, but with warnings though).
Correct. My last build shows 130 out of 168 with errors or warnings.
These shall be fixed by their maintainers.
Wolfgang, should I send out a (single) mail to each ARM board maintainer right after this cycle asking them to either fix their board or say that they are not going to? This could help weed out during next cycle.
We might as well do this right now. I will try to get -rc2 out this weekend, and also start a "next" branch. Maybe some board maintainers need a special invitation to fix their boards - eventually some will submit patches even for this release. It's worth a try.
Thanks.
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@denx.de What was sliced bread the greatest thing since? _______________________________________________ U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot
Hello,
http://patchwork.ozlabs.org/patch/72060/
fixes the GERNERATED_GBL_DATA_SIZE for Devkit8000.
Thomas

On Fri, Nov 26, 2010 at 11:43 PM, Dirk Behme dirk.behme@googlemail.com wrote:
On 26.11.2010 21:55, Wolfgang Denk wrote:
In message20101126202955.B087D11D94F7@gemini.denx.de you wrote:
The following changes since commit 6163f5b4c8873848ed023054bc401727301ea537:
malloc: Fix issue with calloc memory possibly being non-zero (2010-11-17 22:06:40 +0100)
are available in the git repository at: git://git.denx.de/u-boot-arm.git master
...
Applied.
Doing a './MAKEALL ARMV7' on the recent master (d4752d5d2...) doesn't look nice [2].
The following configs build fine:
igep0020 mx51evk omap3_beagle omap3_overo omap3_pandora omap4_panda
I have hardware for igep0020, beagle, overo, panda, and sdp4430. I build daily for these machines and submit patches when they break (there is a patch pending for omap4430 that fixes the build for it).
Steve
The following boards fail to build:
am3517_evm board ca9x4_ct_vxp devkit8000 igep0030 omap3_evm omap3_sdp3430 omap3_zoom1 omap3_zoom2 omap4_sdp4430 s5p_goni smdkc100
I applied [1] to fix a beagle warning.
Are there any other pending patches to fix the compilation of the failing boards?
Thanks
Dirk
[1] http://patchwork.ozlabs.org/patch/72453/
[2] > ./MAKEALL ARMV7 Configuring for am3517_evm board... board.c: In function '__dram_init_banksize': board.c:233: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) board.c:233: error: (Each undeclared identifier is reported only once board.c:233: error: for each function it appears in.) board.c: In function 'board_init_f': board.c:279: error: 'CONFIG_SYS_INIT_SP_ADDR' undeclared (first use in this function) board.c:312: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) make[1]: *** [board.o] Error 1 make: *** [arch/arm/lib/libarm.o] Error 2 size: './u-boot': No such file Configuring for ca9x4_ct_vxp board... syslib.c:26:32: error: asm/arch/sys_proto.h: No such file or directory make[1]: *** No rule to build the target ».depend«, needed from »_depend«. End. syslib.c:26:32: error: asm/arch/sys_proto.h: No such file or directory make[1]: *** [syslib.o] Error 1 make: *** [arch/arm/cpu/armv7/libarmv7.o] Error 2 size: './u-boot': No such file Configuring for devkit8000 board... start.S: Assembler messages: start.S:144: Error: constant expression expected -- `ldr sp,=((0x4020FFFC-CONFIG_SYS_GBL_DATA_SIZE))' make[1]: *** [start.o] Error 1 make: *** [arch/arm/cpu/armv7/start.o] Error 2 size: './u-boot': No such file Configuring for igep0020 board... text data bss dec hex filename 219538 7768 214536 441842 6bdf2 ./u-boot Configuring for igep0030 board... net/libnet.o: In function `rpc_req': u-boot.git/net/nfs.c:193: undefined reference to `NetEthHdrSize' u-boot.git/net/nfs.c:202: undefined reference to `NetSendUDPPacket' u-boot.git/net/nfs.c:203: undefined reference to `NetTxPacket' u-boot.git/net/nfs.c:203: undefined reference to `NetServerEther' net/libnet.o: In function `NfsStart': u-boot.git/net/nfs.c:741: undefined reference to `NetSetTimeout' u-boot.git/net/nfs.c:742: undefined reference to `NetSetHandler' u-boot.git/net/nfs.c:754: undefined reference to `BootFile' u-boot.git/net/nfs.c:754: undefined reference to `NetServerIP' u-boot.git/net/nfs.c:754: undefined reference to `NetOurIP' u-boot.git/net/nfs.c:754: undefined reference to `NetOurGatewayIP' u-boot.git/net/nfs.c:754: undefined reference to `NetOurSubnetMask' u-boot.git/net/nfs.c:754: undefined reference to `NetBootFileSize' u-boot.git/net/nfs.c:754: undefined reference to `NetServerEther' net/libnet.o: In function `nfs_read_reply': u-boot.git/net/nfs.c:563: undefined reference to `NetBootFileXferSize' net/libnet.o: In function `NfsHandler': u-boot.git/net/nfs.c:656: undefined reference to `NetSetTimeout' u-boot.git/net/nfs.c:668: undefined reference to `NetState' net/libnet.o: In function `NfsTimeout': u-boot.git/net/nfs.c:574: undefined reference to `NetStartAgain' u-boot.git/net/nfs.c:577: undefined reference to `NetSetTimeout' arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12507 /bin/sh: line 1: 8055 Segmentation fault arm-none-linux-gnueabi-ld -Bstatic -T u-boot.lds -pie -Ttext 0x80008000 $UNDEF_SYM arch/arm/cpu/armv7/start.o --start-group lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o arch/arm/cpu/armv7/libarmv7.o arch/arm/cpu/armv7/omap3/libomap3.o arch/arm/lib/libarm.o fs/cramfs/libcramfs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/reiserfs/libreiserfs.o fs/ext2/libext2fs.o fs/yaffs2/libyaffs2.o fs/ubifs/libubifs.o net/libnet.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.o drivers/dma/libdma.o drivers/fpga/libfpga.o drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o drivers/mtd/ubi/libubi.o drivers/mtd/spi/libspi_flash.o drivers/net/libnet.o drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/libpower.o drivers/spi/libspi.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/twserial/libtws.o drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o common/libcommon.o lib/libfdt/libfdt.o api/libapi.o post/libpost.o arch/arm/cpu/armv7/omap-common/libomap-common.o board/isee/igep0030/libigep0030.o --end-group u-boot.git/arch/arm/lib/eabi_compat.o -L /opt/codesourcery/arm-none-linux-gnueabi/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3 -lgcc -Map u-boot.map -o u-boot make: *** [u-boot] Error 139 size: ./u-boot: File format not recognized Configuring for mx51evk board... text data bss dec hex filename 159945 6504 216928 383377 5d991 ./u-boot Configuring for omap3_beagle board... text data bss dec hex filename 249978 11288 203700 464966 71846 ./u-boot Configuring for omap3_overo board... text data bss dec hex filename 216254 10836 210628 437718 6add6 ./u-boot Configuring for omap3_evm board... start.S: Assembler messages: start.S:144: Error: constant expression expected -- `ldr sp,=((0x4020FFFC-CONFIG_SYS_GBL_DATA_SIZE))' make[1]: *** [start.o] Error 1 make: *** [arch/arm/cpu/armv7/start.o] Error 2 size: './u-boot': No such file Configuring for omap3_pandora board... text data bss dec hex filename 326528 10480 205116 542124 845ac ./u-boot Configuring for omap3_sdp3430 board... board.c: In function '__dram_init_banksize': board.c:233: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) board.c:233: error: (Each undeclared identifier is reported only once board.c:233: error: for each function it appears in.) board.c: In function 'board_init_f': board.c:279: error: 'CONFIG_SYS_INIT_SP_ADDR' undeclared (first use in this function) board.c:312: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) make[1]: *** [board.o] Error 1 make: *** [arch/arm/lib/libarm.o] Error 2 size: './u-boot': No such file Configuring for omap3_zoom1 board... board.c: In function '__dram_init_banksize': board.c:233: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) board.c:233: error: (Each undeclared identifier is reported only once board.c:233: error: for each function it appears in.) board.c: In function 'board_init_f': board.c:279: error: 'CONFIG_SYS_INIT_SP_ADDR' undeclared (first use in this function) board.c:312: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) make[1]: *** [board.o] Error 1 make: *** [arch/arm/lib/libarm.o] Error 2 size: './u-boot': No such file Configuring for omap3_zoom2 board... board.c: In function '__dram_init_banksize': board.c:233: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) board.c:233: error: (Each undeclared identifier is reported only once board.c:233: error: for each function it appears in.) board.c: In function 'board_init_f': board.c:279: error: 'CONFIG_SYS_INIT_SP_ADDR' undeclared (first use in this function) board.c:312: error: 'CONFIG_SYS_SDRAM_BASE' undeclared (first use in this function) make[1]: *** [board.o] Error 1 make: *** [arch/arm/lib/libarm.o] Error 2 size: './u-boot': No such file Configuring for omap4_panda board... text data bss dec hex filename 147402 5892 201256 354550 568f6 ./u-boot Configuring for omap4_sdp4430 board... net/libnet.o: In function `rpc_req': u-boot.git/net/nfs.c:193: undefined reference to `NetEthHdrSize' u-boot.git/net/nfs.c:202: undefined reference to `NetSendUDPPacket' u-boot.git/net/nfs.c:203: undefined reference to `NetTxPacket' u-boot.git/net/nfs.c:203: undefined reference to `NetServerEther' net/libnet.o: In function `NfsStart': u-boot.git/net/nfs.c:741: undefined reference to `NetSetTimeout' u-boot.git/net/nfs.c:742: undefined reference to `NetSetHandler' u-boot.git/net/nfs.c:754: undefined reference to `BootFile' u-boot.git/net/nfs.c:754: undefined reference to `NetServerIP' u-boot.git/net/nfs.c:754: undefined reference to `NetOurIP' u-boot.git/net/nfs.c:754: undefined reference to `NetOurGatewayIP' u-boot.git/net/nfs.c:754: undefined reference to `NetOurSubnetMask' u-boot.git/net/nfs.c:754: undefined reference to `NetBootFileSize' u-boot.git/net/nfs.c:754: undefined reference to `NetServerEther' net/libnet.o: In function `nfs_read_reply': u-boot.git/net/nfs.c:563: undefined reference to `NetBootFileXferSize' net/libnet.o: In function `NfsHandler': u-boot.git/net/nfs.c:656: undefined reference to `NetSetTimeout' u-boot.git/net/nfs.c:668: undefined reference to `NetState' net/libnet.o: In function `NfsTimeout': u-boot.git/net/nfs.c:574: undefined reference to `NetStartAgain' u-boot.git/net/nfs.c:577: undefined reference to `NetSetTimeout' arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12273 arm-none-linux-gnueabi-ld: BFD (Sourcery G++ Lite 2009q1-203) 2.19.51.20090205 assertion fail /scratch/mitchell/builds/4.3-arm-none-linux-gnueabi-respin/lite/obj/binutils-src-2009q1-203-arm-none-linux-gnueabi-i686-pc-linux-gnu/bfd/elf32-arm.c:12507 /bin/sh: line 1: 4529 Segmentation fault arm-none-linux-gnueabi-ld -Bstatic -T u-boot.lds -pie -Ttext 0x80e80000 $UNDEF_SYM arch/arm/cpu/armv7/start.o --start-group lib/libgeneric.o lib/lzma/liblzma.o lib/lzo/liblzo.o arch/arm/cpu/armv7/libarmv7.o arch/arm/cpu/armv7/omap4/libomap4.o arch/arm/lib/libarm.o fs/cramfs/libcramfs.o fs/fat/libfat.o fs/fdos/libfdos.o fs/jffs2/libjffs2.o fs/reiserfs/libreiserfs.o fs/ext2/libext2fs.o fs/yaffs2/libyaffs2.o fs/ubifs/libubifs.o net/libnet.o disk/libdisk.o drivers/bios_emulator/libatibiosemu.o drivers/block/libblock.o drivers/dma/libdma.o drivers/fpga/libfpga.o drivers/gpio/libgpio.o drivers/hwmon/libhwmon.o drivers/i2c/libi2c.o drivers/input/libinput.o drivers/misc/libmisc.o drivers/mmc/libmmc.o drivers/mtd/libmtd.o drivers/mtd/nand/libnand.o drivers/mtd/onenand/libonenand.o drivers/mtd/ubi/libubi.o drivers/mtd/spi/libspi_flash.o drivers/net/libnet.o drivers/net/phy/libphy.o drivers/pci/libpci.o drivers/pcmcia/libpcmcia.o drivers/power/libpower.o drivers/spi/libspi.o drivers/rtc/librtc.o drivers/serial/libserial.o drivers/twserial/libtws.o drivers/usb/gadget/libusb_gadget.o drivers/usb/host/libusb_host.o drivers/usb/musb/libusb_musb.o drivers/usb/phy/libusb_phy.o drivers/video/libvideo.o drivers/watchdog/libwatchdog.o common/libcommon.o lib/libfdt/libfdt.o api/libapi.o post/libpost.o arch/arm/cpu/armv7/omap-common/libomap-common.o board/ti/sdp4430/libsdp4430.o --end-group u-boot.git/arch/arm/lib/eabi_compat.o -L /opt/codesourcery/arm-none-linux-gnueabi/arm-2009q1/bin/../lib/gcc/arm-none-linux-gnueabi/4.3.3 -lgcc -Map u-boot.map -o u-boot make: *** [u-boot] Error 139 size: ./u-boot: File format not recognized Configuring for s5p_goni board... board.c: In function 'board_init_f': board.c:279: error: 'CONFIG_SYS_INIT_SP_ADDR' undeclared (first use in this function) board.c:279: error: (Each undeclared identifier is reported only once board.c:279: error: for each function it appears in.) make[1]: *** [board.o] Error 1 make: *** [arch/arm/lib/libarm.o] Error 2 size: './u-boot': No such file Configuring for smdkc100 board... board.c: In function 'board_init_f': board.c:279: error: 'CONFIG_SYS_INIT_SP_ADDR' undeclared (first use in this function) board.c:279: error: (Each undeclared identifier is reported only once board.c:279: error: for each function it appears in.) make[1]: *** [board.o] Error 1 make: *** [arch/arm/lib/libarm.o] Error 2 size: './u-boot': No such file
--------------------- SUMMARY ---------------------------- Boards compiled: 17 Boards with warnings or errors: 11 ( am3517_evm ca9x4_ct_vxp devkit8000 igep0030 omap3_evm omap3_sdp3430 omap3_zoom1 omap3_zoom2 omap4_sdp4430 s5p_goni smdkc100 )
U-Boot mailing list U-Boot@lists.denx.de http://lists.denx.de/mailman/listinfo/u-boot

On Sat, Nov 27, 2010 at 3:57 PM, Paulraj, Sandeep s-paulraj@ti.com wrote:
I have hardware for igep0020, beagle, overo, panda, and sdp4430. I build daily for these machines and submit patches when they break (there is a patch pending for omap4430 that fixes the build for it).
Which patch? Can you give me the link?
Fear not, you didn't miss anything! The patch just made it to mainline from the arm branch:
http://git.denx.de/?p=u-boot.git;a=commit;h=8721e95b16024f0a92ccc1cd85aecf66...
Steve

On 27.11.2010 08:43, Dirk Behme wrote:
On 26.11.2010 21:55, Wolfgang Denk wrote:
In message20101126202955.B087D11D94F7@gemini.denx.de you wrote:
The following changes since commit 6163f5b4c8873848ed023054bc401727301ea537:
malloc: Fix issue with calloc memory possibly being non-zero (2010-11-17 22:06:40 +0100)
are available in the git repository at: git://git.denx.de/u-boot-arm.git master
...
Applied.
Doing a './MAKEALL ARMV7' on the recent master (d4752d5d2...) doesn't look nice [2].
The following configs build fine:
igep0020 mx51evk omap3_beagle omap3_overo omap3_pandora omap4_panda
The following boards fail to build:
Just fyi, scanning the list archive, for most of the boards there are patches available fixing the build:
am3517_evm
http://lists.denx.de/pipermail/u-boot/2010-November/082641.html http://lists.denx.de/pipermail/u-boot/2010-November/082642.html
ca9x4_ct_vxp
http://lists.denx.de/pipermail/u-boot/2010-November/081033.html http://lists.denx.de/pipermail/u-boot/2010-November/081034.html http://lists.denx.de/pipermail/u-boot/2010-November/082654.html
devkit8000
Already fixed in mainline now
igep0030
http://lists.denx.de/pipermail/u-boot/2010-November/082603.html
omap3_evm
http://lists.denx.de/pipermail/u-boot/2010-November/082606.html
But I still get an error
Configuring for omap3_evm board... arm-none-linux-gnueabi-ld: section .bss [8003f5c0 -> 8007e31f] overlaps section .rel.dyn [8003f5c0 -> 80044e4f]
arm-none-linux-gnueabi-ld: section .dynsym [80044e50 -> 80044eef] overlaps section .bss [8003f5c0 -> 8007e31f]
arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0x8003f5c0 overlaps previous sections make: *** [u-boot] Error 1
size: './u-boot': No such file
I have to check if there is already a fix available.
omap3_sdp3430
http://lists.denx.de/pipermail/u-boot/2010-November/082649.html
omap3_zoom1
http://lists.denx.de/pipermail/u-boot/2010-November/082650.html
omap3_zoom2
http://lists.denx.de/pipermail/u-boot/2010-November/082651.html
omap4_sdp4430
http://lists.denx.de/pipermail/u-boot/2010-November/082556.html
s5p_goni
http://lists.denx.de/pipermail/u-boot/2010-November/082225.html
smdkc100
http://lists.denx.de/pipermail/u-boot/2010-November/082224.html
So it seems to me that the last ARMV7 board with build issues is omap3_evm. But as mentioned, I have to check the archives for this.
Best regards
Dirk

On 27.11.2010 08:43, Dirk Behme wrote:
On 26.11.2010 21:55, Wolfgang Denk wrote:
In message20101126202955.B087D11D94F7@gemini.denx.de you wrote:
The following changes since commit 6163f5b4c8873848ed023054bc401727301ea537:
malloc: Fix issue with calloc memory possibly being non-zero (2010-11-17 22:06:40 +0100)
are available in the git repository at: git://git.denx.de/u-boot-arm.git master
...
Applied.
Doing a './MAKEALL ARMV7' on the recent master (d4752d5d2...) doesn't look nice [2].
The following configs build fine:
igep0020 mx51evk omap3_beagle omap3_overo omap3_pandora omap4_panda
The following boards fail to build:
Just fyi, scanning the list archive, for most of the boards there are patches available fixing the build:
am3517_evm
http://lists.denx.de/pipermail/u-boot/2010-November/082641.html http://lists.denx.de/pipermail/u-boot/2010-November/082642.html
ca9x4_ct_vxp
http://lists.denx.de/pipermail/u-boot/2010-November/081033.html http://lists.denx.de/pipermail/u-boot/2010-November/081034.html http://lists.denx.de/pipermail/u-boot/2010-November/082654.html
devkit8000
Already fixed in mainline now
igep0030
http://lists.denx.de/pipermail/u-boot/2010-November/082603.html
omap3_evm
I will add to u-boot-ti and send a pull request tonight.
http://lists.denx.de/pipermail/u-boot/2010-November/082606.html
But I still get an error
Configuring for omap3_evm board... arm-none-linux-gnueabi-ld: section .bss [8003f5c0 -> 8007e31f] overlaps section .rel.dyn [8003f5c0 -> 80044e4f]
arm-none-linux-gnueabi-ld: section .dynsym [80044e50 -> 80044eef] overlaps section .bss [8003f5c0 -> 8007e31f]
arm-none-linux-gnueabi-ld: u-boot: section .bss vma 0x8003f5c0 overlaps previous sections make: *** [u-boot] Error 1
size: './u-boot': No such file
I have to check if there is already a fix available.
omap3_sdp3430
http://lists.denx.de/pipermail/u-boot/2010-November/082649.html
omap3_zoom1
http://lists.denx.de/pipermail/u-boot/2010-November/082650.html
omap3_zoom2
http://lists.denx.de/pipermail/u-boot/2010-November/082651.html
omap4_sdp4430
http://lists.denx.de/pipermail/u-boot/2010-November/082556.html
s5p_goni
http://lists.denx.de/pipermail/u-boot/2010-November/082225.html
smdkc100
http://lists.denx.de/pipermail/u-boot/2010-November/082224.html
So it seems to me that the last ARMV7 board with build issues is omap3_evm. But as mentioned, I have to check the archives for this.
That is correct and I believe it is being worked upon.
--Sandeep
participants (7)
-
Albert ARIBAUD
-
Dirk Behme
-
Paulraj, Sandeep
-
Stelian Pop
-
Steve Sakoman
-
Thomas Weber
-
Wolfgang Denk