[lantiq] add ltq-ptm
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 15 Dec 2012 02:00:13 +0000 (02:00 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sat, 15 Dec 2012 02:00:13 +0000 (02:00 +0000)
commit3dff3e116ef1eb11c2165c9df5a31b06d9c4e537
treed969e80c047a1f82e1bba3a6f133fa1dbde80363
parentd03a7228e9a89d177a8dd4b94b356e1dfd613332
[lantiq] add ltq-ptm

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@34690 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]