add preliminary AR9 support attention: if caches enabled the network is broken attent...
authorRalph Hempel <ralph.hempel@lantiq.com>
Tue, 30 Mar 2010 13:56:30 +0000 (13:56 +0000)
committerRalph Hempel <ralph.hempel@lantiq.com>
Tue, 30 Mar 2010 13:56:30 +0000 (13:56 +0000)
commit046d73d3c2bc3a515024c2cc8339d1177e749b77
treee6c0308590b8a125833f31549758973328c4f577
parentaa323e0134c4dd374869446738b701f82d014c89
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

SVN-Revision: 20606
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