[ifxmips]
authorJohn Crispin <john@openwrt.org>
Mon, 17 May 2010 10:06:46 +0000 (10:06 +0000)
committerJohn Crispin <john@openwrt.org>
Mon, 17 May 2010 10:06:46 +0000 (10:06 +0000)
commitdf5c719851134889aac0c051543f23f472fdaf02
treeebfd1cd658057dc1c052105e93d00179d59ffbd6
parent888edf4ad3ff674ba49ba28e1610460927bca65c
[ifxmips]

 * adds support for speedport w502V
 * bump kernel to 2.6.33.4
 * make ethernet be configurable as MII/RMII
 * on xway we now assign a static amount of cp1 ram (still need to find a
sane value)
 * remove bogus board.c
 * jiffies were running with a (1 << 2) multiplier

SVN-Revision: 21485
19 files changed:
target/linux/ifxmips/Makefile
target/linux/ifxmips/danube/config-2.6.33
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/Makefile [deleted file]
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/common/devices.h
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/common/prom.c
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/common/setup.c
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/arcaydian.c
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/arcaydian.h
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/board.c [deleted file]
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/devices.c
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/devices.h
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/mach-arv452.c [deleted file]
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/mach-arv4520.c [new file with mode: 0644]
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/mach-arv4525.c [new file with mode: 0644]
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/mach-easy4010.c
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/mach-easy50712.c
target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/ifxmips_platform.h [new file with mode: 0644]
target/linux/ifxmips/files-2.6.33/arch/mips/include/asm/mach-ifxmips/machine.h
target/linux/ifxmips/files-2.6.33/drivers/net/ifxmips.c