add uboot-lantiq (based on a patch contributed by Lantiq)
authornbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Mar 2010 22:40:32 +0000 (22:40 +0000)
committernbd <nbd@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 28 Mar 2010 22:40:32 +0000 (22:40 +0000)
commitf679e4f7e64b1f9817e9f8c4c10946ac16f6d06f
treeaa64a4eb197b91873d662ebd1b617b1a32bb3cc1
parent678d38e811c0657540ec22bd00b457ae8ed841d7
add uboot-lantiq (based on a patch contributed by Lantiq)

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@20561 3c298f89-4303-0410-b956-a3cf2f4a3e73
33 files changed:
package/uboot-lantiq/Makefile [new file with mode: 0644]
package/uboot-lantiq/easy50712_DDR166M.conf [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/Makefile [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/config.mk [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/danube.c [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/ddr_settings.h [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/ddr_settings_PROMOSDDR400.h [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/ddr_settings_Samsung_166.h [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/ddr_settings_e111.h [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/ddr_settings_e166.h [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/ddr_settings_psc_166.h [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/ddr_settings_r111.h [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/ddr_settings_r166.h [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/lowlevel_init.S [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/pmuenable.S [new file with mode: 0644]
package/uboot-lantiq/files/board/infineon/easy50712/u-boot.lds [new file with mode: 0644]
package/uboot-lantiq/files/cpu/mips/danube/Makefile [new file with mode: 0644]
package/uboot-lantiq/files/cpu/mips/danube/clock.c [new file with mode: 0644]
package/uboot-lantiq/files/cpu/mips/danube/ifx_cache.S [new file with mode: 0644]
package/uboot-lantiq/files/drivers/net/ifx_etop.c [new file with mode: 0644]
package/uboot-lantiq/files/drivers/net/ifx_etop.h [new file with mode: 0644]
package/uboot-lantiq/files/drivers/serial/ifx_asc.c [new file with mode: 0644]
package/uboot-lantiq/files/drivers/serial/ifx_asc.h [new file with mode: 0644]
package/uboot-lantiq/files/include/asm-mips/danube.h [new file with mode: 0644]
package/uboot-lantiq/files/include/configs/easy50712.h [new file with mode: 0644]
package/uboot-lantiq/files/include/configs/ifx-common.h [new file with mode: 0644]
package/uboot-lantiq/gct [new file with mode: 0755]
package/uboot-lantiq/patches/000-build-infos.patch [new file with mode: 0644]
package/uboot-lantiq/patches/010-fix-mips-flags.patch [new file with mode: 0644]
package/uboot-lantiq/patches/050-mips-enhancements.patch [new file with mode: 0644]
package/uboot-lantiq/patches/062-cfi-addr-fixup.patch [new file with mode: 0644]
package/uboot-lantiq/patches/100-ifx_targets.patch [new file with mode: 0644]
package/uboot-lantiq/patches/200-portability.patch [new file with mode: 0644]