refresh 2.6.33 patches, add more mach support, add crypto support, tbd. mach/board...
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)
commit1aea70229e4ed7a7f8b7a7f22ccc27ccd31e5757
tree03cebc9207908b7efd527c4fecfcc001de6f517c
parente226157e654abacf6e3c311b84272dd2c4780a45
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]