[ramips] initial support for RT288x/RT305x
authorjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 30 Aug 2009 19:15:51 +0000 (19:15 +0000)
committerjuhosg <juhosg@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 30 Aug 2009 19:15:51 +0000 (19:15 +0000)
commitb887a6d197170b719028f31085876d8deaed35b6
tree36b5045e64065dcb96b8da4d93ffe20fc286a711
parent237a5a2c34824a249326c1cb58c495ab4629baae
[ramips] initial support for RT288x/RT305x

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@17439 3c298f89-4303-0410-b956-a3cf2f4a3e73
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]