Re: N900 AES and SHA1/MD5 hw acceleration drivers

2010-11-09 Thread Tobias Karnat
Am Montag, den 08.11.2010, 17:00 +0200 schrieb Dmitry Kasatkin: > Hi, > > 1 more... > > If you will notice decryption problem then enable this block... > > #if 0 > /* it will not affect DMA error but might solve crypto issue */ > dd->ctx->flags |= FLAGS_NEW_KEY; > dd->ctx->flags |=

Re: extras-assistant: autobuilder fails, no reason given?

2010-11-09 Thread Niels Breet
On Sat, Nov 6, 2010 at 10:02 PM, Thomas Waelti wrote: > Hello all > > Autobuilder fails on my uploads, but I can't find the reason in the logs > available. > Any ideas on how to proceed? Did I overlook something? > Most of the time this is due to issues in your debian/control file. Looking at you

Re: N900 AES and SHA1/MD5 hw acceleration drivers

2010-11-09 Thread Tobias Karnat
Hi, Good news!! The omap-aes driver has been fixed, it does now work without crashing. The diff can be found here: http://pastebin.com/PMt2j1Hs omap-hw modules (incl. src.) compiled against PR1.3 can be found here: http://www.mediafire.com/?0krkujb0vevvkva But you will still need to update No

Re: N900 AES and SHA1/MD5 hw acceleration drivers

2010-11-09 Thread Tobias Karnat
--- Begin Message --- Hi, 1 more... If you will notice decryption problem then enable this block... #if 0 /* it will not affect DMA error but might solve crypto issue */ dd->ctx->flags |= FLAGS_NEW_KEY; dd->ctx->flags |= FLAGS_NEW_IV; #endif - Dmitry On Tue, Oct 26, 2010 at 11:50

Re: extras-assistant: autobuilder fails, no reason given?

2010-11-09 Thread Thomas Waelti
Thanks to both of you - your tips helped me to resolve the problem. I indeed had an issue in the debian/control file (line breaks, string delimiters, quite similar to the bug of Patrick) So whoever has such an issue in the future, just login to your scratchbox and enter the commands manually as