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)
commit9b429a123d994ee0eeb52c83789172fad761026b
tree5e78a557615031eefeb9c1df6f925803d9aee231
parentc2e2323e1dfeb0e3f6f5f038f77c24ca415dbb0d
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]