move danube folder to ifxmips, to allow future integration of the other chips
authorJohn Crispin <blogic@openwrt.org>
Thu, 20 Dec 2007 22:29:45 +0000 (22:29 +0000)
committerJohn Crispin <blogic@openwrt.org>
Thu, 20 Dec 2007 22:29:45 +0000 (22:29 +0000)
commit726b82e53124812a26dc9b3a4afd64f676fbf0ff
treea7fb7168faa3c73288de9f7af0b7201470dcd672
parentab8e59334fddb03c60b58581ca10b1c7a8ac7aa9
move danube folder to ifxmips, to allow future integration of the other chips

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@9815 3c298f89-4303-0410-b956-a3cf2f4a3e73
39 files changed:
target/linux/ifxmips/Makefile [new file with mode: 0644]
target/linux/ifxmips/base-files/etc/config/network [new file with mode: 0644]
target/linux/ifxmips/config-2.6.23 [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/danube/Kconfig [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/danube/Makefile [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/danube/dma-core.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/danube/interrupt.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/danube/pci.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/danube/pmu.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/danube/prom.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/danube/reset.c [new file with mode: 0644]
target/linux/ifxmips/files/arch/mips/danube/setup.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/char/danube_eeprom.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/char/danube_gpio.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/char/danube_led.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/char/danube_ssc.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/char/watchdog/danube_wdt.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/mtd/maps/danube.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/net/danube_mii0.c [new file with mode: 0644]
target/linux/ifxmips/files/drivers/serial/danube_asc.c [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/danube/danube.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/danube/danube_dma.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/danube/danube_gpio.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/danube/danube_ioctl.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/danube/danube_irq.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/danube/danube_mii0.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/danube/danube_orig.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/danube/danube_pmu.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/danube/danube_serial.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/danube/danube_wdt.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/danube/ifx_peripheral_definitions.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/danube/ifx_ssc.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/danube/ifx_ssc_defines.h [new file with mode: 0644]
target/linux/ifxmips/files/include/asm-mips/mach-danube/irq.h [new file with mode: 0644]
target/linux/ifxmips/image/Makefile [new file with mode: 0644]
target/linux/ifxmips/patches/100-board.patch [new file with mode: 0644]
target/linux/ifxmips/patches/110-drivers.patch [new file with mode: 0644]
target/linux/ifxmips/patches/160-cfi-swap.patch [new file with mode: 0644]
target/linux/ifxmips/series [new file with mode: 0644]