Add a watchdog driver for rdc321x (needs testing) and try to detect the rdc cpu
authorFlorian Fainelli <florian@openwrt.org>
Mon, 27 Aug 2007 10:37:12 +0000 (10:37 +0000)
committerFlorian Fainelli <florian@openwrt.org>
Mon, 27 Aug 2007 10:37:12 +0000 (10:37 +0000)
commit1351b0e7d04ddc436c4241747c4084a9aa28a587
tree14a1c524fd54864f461d8c9eb084fdad41d0ed04
parentda5982b1331e38d12969ec8097f958b3a4303fe6
Add a watchdog driver for rdc321x (needs testing) and try to detect the rdc cpu

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@8505 3c298f89-4303-0410-b956-a3cf2f4a3e73
target/linux/rdc-2.6/config/default
target/linux/rdc-2.6/files/arch/i386/kernel/cpu/rdc.c [new file with mode: 0644]
target/linux/rdc-2.6/files/arch/i386/mach-rdc/Makefile [new file with mode: 0644]
target/linux/rdc-2.6/files/arch/i386/mach-rdc/platform.c
target/linux/rdc-2.6/files/arch/i386/mach-rdc/wdt.c [new file with mode: 0644]
target/linux/rdc-2.6/files/include/asm-i386/mach-rdc/rdc321x_defs.h
target/linux/rdc-2.6/patches/000-rdc_fixes.patch
target/linux/rdc-2.6/patches/005-rdc_x86_cpu_type.patch [new file with mode: 0644]