[uboot-lantiq] add preliminary AR9 support
authorralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 30 Mar 2010 13:56:30 +0000 (13:56 +0000)
committerralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 30 Mar 2010 13:56:30 +0000 (13:56 +0000)
commit05c930e80a27d5caac4ab057a906a075f59635ea
treea19841702989970a92a696107402d351e5824251
parente0e232b87230222418b8df5444e2975e1a6ceb33
[uboot-lantiq] add preliminary AR9 support
attention: if caches enabled the network is broken
attention: the network of the flash image doesn't work because of enabled caches

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20606 3c298f89-4303-0410-b956-a3cf2f4a3e73
19 files changed:
package/uboot-lantiq/easy50812.conf [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50812/Makefile [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50812/ar9.c [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50812/ar9_ddr111_settings.h [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50812/ar9_ddr166_settings.h [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50812/ar9_ddr196_settings.h [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50812/ar9_ddr221_settings.h [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50812/ar9_ddr250_settings.h [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50812/config.mk [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50812/lowlevel_init.S [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50812/pmuenable.S [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50812/u-boot.lds [new file with mode: 0644]
package/uboot-lantiq/files/cpu/mips/ar9/Makefile [new file with mode: 0644]
package/uboot-lantiq/files/cpu/mips/ar9/clock.c [new file with mode: 0644]
package/uboot-lantiq/files/cpu/mips/ar9/ifx_cache.S [new file with mode: 0644]
package/uboot-lantiq/files/drivers/net/ifx_etop.c
package/uboot-lantiq/files/include/asm-mips/ar9.h [new file with mode: 0644]
package/uboot-lantiq/files/include/configs/easy50812.h [new file with mode: 0644]
package/uboot-lantiq/patches/100-ifx_targets.patch