adds dsl support, thank you infineon/lantiq
authorJohn Crispin <john@openwrt.org>
Sun, 1 Nov 2009 18:52:35 +0000 (18:52 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 1 Nov 2009 18:52:35 +0000 (18:52 +0000)
commit976d1a10243874c67f3cd7f5987c3a9a4136d9e7
tree664a2ea026634c11dff4a2451dd2e0b309fd58df
parenteff68fb14bf3b423ea5ae58306b95581d3a76a11
adds dsl support, thank you infineon/lantiq

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