octeon: add support for the octeon mips64 SoC
authorJohn Crispin <blogic@openwrt.org>
Sun, 4 Aug 2013 13:54:32 +0000 (13:54 +0000)
committerJohn Crispin <blogic@openwrt.org>
Sun, 4 Aug 2013 13:54:32 +0000 (13:54 +0000)
commitc90d6b25d5aaadf371db8452b82f1700853cd22a
tree65f59e68b2808f14d423f2229930be664ce7e846
parent93f6b2a5419b21dd291f4eb0d6458e6432ea0e84
octeon: add support for the octeon mips64 SoC

This is the SoC used be the ESR Lite made by ubnt.com

Signed-off-by: John Crispin <blogic@openwrt.org>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@37684 3c298f89-4303-0410-b956-a3cf2f4a3e73
17 files changed:
target/linux/octeon/Makefile [new file with mode: 0644]
target/linux/octeon/base-files/etc/config/network [new file with mode: 0644]
target/linux/octeon/config-default [new file with mode: 0644]
target/linux/octeon/files/drivers/staging/octeon-usb/Kconfig [new file with mode: 0644]
target/linux/octeon/files/drivers/staging/octeon-usb/Makefile [new file with mode: 0644]
target/linux/octeon/files/drivers/staging/octeon-usb/TODO [new file with mode: 0644]
target/linux/octeon/files/drivers/staging/octeon-usb/cvmx-usb.c [new file with mode: 0644]
target/linux/octeon/files/drivers/staging/octeon-usb/cvmx-usb.h [new file with mode: 0644]
target/linux/octeon/files/drivers/staging/octeon-usb/cvmx-usbcx-defs.h [new file with mode: 0644]
target/linux/octeon/files/drivers/staging/octeon-usb/cvmx-usbnx-defs.h [new file with mode: 0644]
target/linux/octeon/files/drivers/staging/octeon-usb/octeon-hcd.c [new file with mode: 0644]
target/linux/octeon/image/Makefile [new file with mode: 0644]
target/linux/octeon/patches-3.10/0001-MIPS-Octeon-Fix-DT-pruning-bug-with-pip-ports.patch [new file with mode: 0644]
target/linux/octeon/patches-3.10/0002-MIPS-Octeon-Enable-interfaces-on-EdgeRouter-Lite.patch [new file with mode: 0644]
target/linux/octeon/patches-3.10/0003-staging-MIPS-add-Octeon-USB-HCD-support.patch [new file with mode: 0644]
target/linux/octeon/patches-3.10/0004-fix_hcd.patch [new file with mode: 0644]
target/linux/octeon/profiles/000-Generic.mk [new file with mode: 0644]