[ifxmips] refresh 2.6.33 patches, add more mach support, add crypto support, tbd...
authorralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Apr 2010 16:20:16 +0000 (16:20 +0000)
committerralph <ralph@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 25 Apr 2010 16:20:16 +0000 (16:20 +0000)
commit3d253dd59ae1796aeadcdbcf0769c5634da0f5df
tree16d21507a76a2bb4b11813f04ec41f930e7332ca
parent2c84c0a08a1fd4b8662ca72247e3b70ca5ba0005
[ifxmips] refresh 2.6.33 patches, add more mach support, add crypto support, tbd. mach/board detection

git-svn-id: svn://svn.openwrt.org/openwrt/trunk@21159 3c298f89-4303-0410-b956-a3cf2f4a3e73
26 files changed:
target/linux/ifxmips/Makefile
target/linux/ifxmips/danube/config-2.6.33
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/Kconfig
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/common/prom.c
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/Makefile
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/devices.c
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/mach-arv452.c
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/mach-easy4010.c [new file with mode: 0644]
target/linux/ifxmips/files-2.6.33/arch/mips/ifxmips/danube/mach-easy50712.c [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/crypto/ifxmips/Makefile [new file with mode: 0755]
target/linux/ifxmips/files-2.6.33/drivers/crypto/ifxmips/ifxmips_aes.c [new file with mode: 0755]
target/linux/ifxmips/files-2.6.33/drivers/crypto/ifxmips/ifxmips_arc4.c [new file with mode: 0755]
target/linux/ifxmips/files-2.6.33/drivers/crypto/ifxmips/ifxmips_arc4.h [new file with mode: 0755]
target/linux/ifxmips/files-2.6.33/drivers/crypto/ifxmips/ifxmips_des.c [new file with mode: 0755]
target/linux/ifxmips/files-2.6.33/drivers/crypto/ifxmips/ifxmips_deu.c [new file with mode: 0755]
target/linux/ifxmips/files-2.6.33/drivers/crypto/ifxmips/ifxmips_deu.h [new file with mode: 0755]
target/linux/ifxmips/files-2.6.33/drivers/crypto/ifxmips/ifxmips_deu_danube.c [new file with mode: 0755]
target/linux/ifxmips/files-2.6.33/drivers/crypto/ifxmips/ifxmips_deu_danube.h [new file with mode: 0755]
target/linux/ifxmips/files-2.6.33/drivers/crypto/ifxmips/ifxmips_deu_dma.c [new file with mode: 0755]
target/linux/ifxmips/files-2.6.33/drivers/crypto/ifxmips/ifxmips_deu_dma.h [new file with mode: 0755]
target/linux/ifxmips/files-2.6.33/drivers/crypto/ifxmips/ifxmips_md5.c [new file with mode: 0755]
target/linux/ifxmips/files-2.6.33/drivers/crypto/ifxmips/ifxmips_md5_hmac.c [new file with mode: 0755]
target/linux/ifxmips/files-2.6.33/drivers/crypto/ifxmips/ifxmips_sha1.c [new file with mode: 0755]
target/linux/ifxmips/files-2.6.33/drivers/crypto/ifxmips/ifxmips_sha1_hmac.c [new file with mode: 0755]
target/linux/ifxmips/patches-2.6.33/170-crypto.patch [new file with mode: 0644]