[lantiq] add ltq-ptm
authorJohn Crispin <john@openwrt.org>
Sat, 15 Dec 2012 02:00:13 +0000 (02:00 +0000)
committerJohn Crispin <john@openwrt.org>
Sat, 15 Dec 2012 02:00:13 +0000 (02:00 +0000)
commit6f1935edcbaf28e96d956e9a5c07e0cf0bdc00e5
treed969e80c047a1f82e1bba3a6f133fa1dbde80363
parentd202ea6583f3ca2b8700e0a3c8dd7531d3d3d2f5
[lantiq] add ltq-ptm

SVN-Revision: 34690
27 files changed:
package/platform/lantiq/ltq-ptm/Makefile [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/Makefile [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_adsl.c [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_adsl.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_amazon_se.c [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_ar9.c [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_common.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_danube.c [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_amazon_se.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_ar9.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_danube.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_regs_adsl.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_regs_amazon_se.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_regs_ar9.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_regs_danube.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_regs_vdsl.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_regs_vr9.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_fw_vr9.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_ppe_amazon_se.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_ppe_ar9.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_ppe_common.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_ppe_danube.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_ppe_vr9.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_test.c [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_vdsl.c [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_vdsl.h [new file with mode: 0644]
package/platform/lantiq/ltq-ptm/src/ifxmips_ptm_vr9.c [new file with mode: 0644]