initial support for RT288x/RT305x
authorGabor Juhos <juhosg@openwrt.org>
Sun, 30 Aug 2009 19:15:51 +0000 (19:15 +0000)
committerGabor Juhos <juhosg@openwrt.org>
Sun, 30 Aug 2009 19:15:51 +0000 (19:15 +0000)
commit051c44e0c5886d3e9a0f994221bfc84765cf3cfc
tree7c21aa22ba5a6b629f32e40943c43619f66d7ea6
parent91fe3635620bc4de40982c23cbc67307a93bf354
initial support for RT288x/RT305x

SVN-Revision: 17439
43 files changed:
target/linux/ramips/Makefile [new file with mode: 0644]
target/linux/ramips/base-files/etc/inittab [new file with mode: 0644]
target/linux/ramips/files/arch/mips/include/asm/mach-ralink/cpu-feature-overrides.h [new file with mode: 0644]
target/linux/ramips/files/arch/mips/include/asm/mach-ralink/gpio.h [new file with mode: 0644]
target/linux/ramips/files/arch/mips/include/asm/mach-ralink/irq.h [new file with mode: 0644]
target/linux/ramips/files/arch/mips/include/asm/mach-ralink/platform.h [new file with mode: 0644]
target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x.h [new file with mode: 0644]
target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt288x_regs.h [new file with mode: 0644]
target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x.h [new file with mode: 0644]
target/linux/ramips/files/arch/mips/include/asm/mach-ralink/rt305x_regs.h [new file with mode: 0644]
target/linux/ramips/files/arch/mips/include/asm/mach-ralink/war.h [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/Kconfig [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt288x/Kconfig [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt288x/Makefile [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt288x/early_printk.c [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt288x/irq.c [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt288x/mach-generic.c [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt288x/platform.c [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt288x/prom.c [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt288x/rt288x.c [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt288x/setup.c [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt305x/Kconfig [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt305x/Makefile [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt305x/devices.c [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt305x/devices.h [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt305x/early_printk.c [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt305x/irq.c [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-generic.c [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt305x/mach-whr-g300n.c [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt305x/machine.h [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt305x/prom.c [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt305x/rt305x.c [new file with mode: 0644]
target/linux/ramips/files/arch/mips/ralink/rt305x/setup.c [new file with mode: 0644]
target/linux/ramips/image/Makefile [new file with mode: 0644]
target/linux/ramips/patches-2.6.30/001-mips-add-cp0-compare-irq-function.patch [new file with mode: 0644]
target/linux/ramips/patches-2.6.30/002-mips-clocksource-init-war.patch [new file with mode: 0644]
target/linux/ramips/patches-2.6.30/010-mtd_fix_cfi_cmdset_0002_erase_status_check.patch [new file with mode: 0644]
target/linux/ramips/patches-2.6.30/100-mips-ralink-core.patch [new file with mode: 0644]
target/linux/ramips/patches-2.6.30/101-rt288x_serial_driver_hack.patch [new file with mode: 0644]
target/linux/ramips/rt288x/config-2.6.30 [new file with mode: 0644]
target/linux/ramips/rt288x/target.mk [new file with mode: 0644]
target/linux/ramips/rt305x/config-2.6.30 [new file with mode: 0644]
target/linux/ramips/rt305x/target.mk [new file with mode: 0644]