[ifxmips] refresh 2.6.33 patches, add more mach support, add crypto support, tbd...
authorRalph Hempel <ralph.hempel@lantiq.com>
Sun, 25 Apr 2010 16:20:16 +0000 (16:20 +0000)
committerRalph Hempel <ralph.hempel@lantiq.com>
Sun, 25 Apr 2010 16:20:16 +0000 (16:20 +0000)
commit6349f4d0b59c9949b9e3c83eaa0bb5566245a682
tree16d21507a76a2bb4b11813f04ec41f930e7332ca
parent8ed4f6c861097992d4dfe2398fbe80b572eef4bf
[ifxmips] refresh 2.6.33 patches, add more mach support, add crypto support, tbd. mach/board detection

SVN-Revision: 21159
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]