add uboot-lantiq (based on a patch contributed by Lantiq)
authorFelix Fietkau <nbd@openwrt.org>
Sun, 28 Mar 2010 22:40:32 +0000 (22:40 +0000)
committerFelix Fietkau <nbd@openwrt.org>
Sun, 28 Mar 2010 22:40:32 +0000 (22:40 +0000)
commit2917d5c94c07abe93f0ef009ae8aae332ed4053f
treeaa64a4eb197b91873d662ebd1b617b1a32bb3cc1
parent64bc37f9fb56cc49263ca1ed608ac26604d0aa0c
add uboot-lantiq (based on a patch contributed by Lantiq)

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