[ifxmips] adds dsl support, thank you infineon/lantiq
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 1 Nov 2009 18:52:35 +0000 (18:52 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 1 Nov 2009 18:52:35 +0000 (18:52 +0000)
commitd30299b51ebb3b15a67e66dc95f7b75c40a114c1
tree37744ee3f20d4027e40ab1052295409e66d1a664
parent5a58232dfa18a1f8fbb4becc9f2df586f9039cce
[ifxmips] adds dsl support, thank you infineon/lantiq

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@18259 3c298f89-4303-0410-b956-a3cf2f4a3e73
36 files changed:
package/ifxmips-atm/Makefile [deleted file]
package/ifxmips-atm/src/Makefile [deleted file]
package/ifxmips-atm/src/common.h [deleted file]
package/ifxmips-atm/src/core.c [deleted file]
package/ifxmips-atm/src/ifx_ppe_fw.h [deleted file]
package/ifxmips-atm/src/irq.c [deleted file]
package/ifxmips-atm/src/ppe.c [deleted file]
package/ifxmips-atm/src/proc.c [deleted file]
package/ifxmips-atm/src/proc.h [deleted file]
package/ifxmips-atm/src/skb.c [deleted file]
package/ifxmips-dsl-api/Config.in [new file with mode: 0644]
package/ifxmips-dsl-api/Makefile [new file with mode: 0644]
package/ifxmips-dsl-api/patches/100-dsl_compat.patch [new file with mode: 0644]
package/ifxmips-dsl-api/patches/200-mei_compat.patch [new file with mode: 0644]
package/ifxmips-dsl-api/patches/300-atm_compat.patch [new file with mode: 0644]
package/ifxmips-dsl-api/src/Makefile [new file with mode: 0644]
package/ifxmips-dsl-api/src/ifx_atm.h [new file with mode: 0644]
package/ifxmips-dsl-api/src/ifxmips_atm.h [new file with mode: 0644]
package/ifxmips-dsl-api/src/ifxmips_atm_core.c [new file with mode: 0644]
package/ifxmips-dsl-api/src/ifxmips_atm_core.h [new file with mode: 0644]
package/ifxmips-dsl-api/src/ifxmips_atm_danube.c [new file with mode: 0644]
package/ifxmips-dsl-api/src/ifxmips_atm_fw_danube.h [new file with mode: 0644]
package/ifxmips-dsl-api/src/ifxmips_atm_fw_regs_common.h [new file with mode: 0644]
package/ifxmips-dsl-api/src/ifxmips_atm_fw_regs_danube.h [new file with mode: 0644]
package/ifxmips-dsl-api/src/ifxmips_atm_ppe_common.h [new file with mode: 0644]
package/ifxmips-dsl-api/src/ifxmips_atm_ppe_danube.h [new file with mode: 0644]
package/ifxmips-dsl-api/src/ifxmips_mei.c [new file with mode: 0644]
package/ifxmips-dsl-api/src/ifxmips_mei_interface.h [new file with mode: 0644]
package/ifxmips-dsl-control/Makefile [new file with mode: 0644]
package/ifxmips-dsl-control/files/ifx_cpe_control_init.sh [new file with mode: 0644]
target/linux/generic-2.6/patches-2.6.30/251-atm.patch [new file with mode: 0644]
target/linux/ifxmips/Makefile
target/linux/ifxmips/base-files/etc/config/network
target/linux/ifxmips/files/arch/mips/include/asm/mach-ifxmips/ifxmips_irq.h
target/linux/ifxmips/patches-2.6.30/201-atm.patch [deleted file]
target/linux/ifxmips/patches-2.6.30/400-atm_hack.patch [new file with mode: 0644]