add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori
authorkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 Jun 2007 10:44:01 +0000 (10:44 +0000)
committerkaloz <kaloz@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Fri, 8 Jun 2007 10:44:01 +0000 (10:44 +0000)
commitac52e3bd03bcaf6ad5c48c01a4697aa201000433
treeab9aee6ffb779dd0147f55c0876d42e29802fe90
parente87fb5ee5a75b03e8b2e128b611a72e08eab3196
add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@7533 3c298f89-4303-0410-b956-a3cf2f4a3e73
38 files changed:
include/kernel-defaults.mk
include/site/avr32-linux-uclibc [new file with mode: 0644]
package/base-files/Makefile
target/Config.in
target/linux/avr32-2.6/Makefile [new file with mode: 0644]
target/linux/avr32-2.6/config/default [new file with mode: 0644]
target/linux/avr32-2.6/image/Makefile [new file with mode: 0644]
target/linux/avr32-2.6/patches/100-git_sync.patch [new file with mode: 0644]
target/linux/avr32-2.6/patches/110-openwrt_flashmap.patch [new file with mode: 0644]
target/linux/generic-2.6/patches/209-mini_fo.patch
toolchain/binutils/patches/2.17/500-avr32.patch [new file with mode: 0644]
toolchain/binutils/patches/2.17/501-avr32-sreldyn-fix.patch [new file with mode: 0644]
toolchain/binutils/patches/2.17/502-avr32-bfd-dont-allow-direct-refs-to-bss.patch [new file with mode: 0644]
toolchain/binutils/patches/2.17/503-avr32-fix-got-offset-init.patch [new file with mode: 0644]
toolchain/gcc/patches/4.1.2/500-avr32.patch [new file with mode: 0644]
toolchain/uClibc/Makefile
toolchain/uClibc/config/arm
toolchain/uClibc/config/armeb
toolchain/uClibc/config/avr32 [new file with mode: 0644]
toolchain/uClibc/config/cris
toolchain/uClibc/config/i386
toolchain/uClibc/config/mips
toolchain/uClibc/config/mipsel
toolchain/uClibc/config/powerpc
toolchain/uClibc/config/x86_64
toolchain/uClibc/patches/300-let-optimized-stringops-override-default-ones.patch [new file with mode: 0644]
toolchain/uClibc/patches/301-fix-getrusage-argument-type.patch [new file with mode: 0644]
toolchain/uClibc/patches/302-fix-__libc_fcntl64-varargs-prototype.patch [new file with mode: 0644]
toolchain/uClibc/patches/303-fix-broken-__libc_open-declaration.patch [new file with mode: 0644]
toolchain/uClibc/patches/400-avr32-arch-2.patch [new file with mode: 0644]
toolchain/uClibc/patches/401-avr32-linkrelax-option.patch [new file with mode: 0644]
toolchain/uClibc/patches/402-avr32-string-ops.patch [new file with mode: 0644]
toolchain/uClibc/patches/403-no-create_module-on-avr32.patch [new file with mode: 0644]
toolchain/uClibc/patches/407-ldso-avr32-2.patch [new file with mode: 0644]
toolchain/uClibc/patches/409-ldso-avr32-startup-hack.patch [new file with mode: 0644]
toolchain/uClibc/patches/410-ldd-avr32-support.patch [new file with mode: 0644]
toolchain/uClibc/patches/411-libpthread-avr32.patch [new file with mode: 0644]
toolchain/uClibc/patches/412-sync-fcntl-h-with-linux-kernel.patch [new file with mode: 0644]