add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori
authorImre Kaloz <kaloz@openwrt.org>
Fri, 8 Jun 2007 10:44:01 +0000 (10:44 +0000)
committerImre Kaloz <kaloz@openwrt.org>
Fri, 8 Jun 2007 10:44:01 +0000 (10:44 +0000)
commit08c72656130891389229ca29e455e08bc735ce1f
treef32a71704a40c818fa3ea64efa0aefefc4196a8b
parent6fb68cb589d76499f5da5902dd83c87722a228f5
add support for the AVR32 platform, namely the ATNGW100 board - joint work with wigyori

SVN-Revision: 7533
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]