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

SVN-Revision: 9815
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]