Re: Question about Talitos Linux driver for MPC885

2014-04-14 Thread leroy christophe
Le 28/11/2012 00:11, Kim Phillips a écrit : On Fri, 23 Nov 2012 14:51:08 +0100 leroy christophe wrote: Le 26/09/2012 02:47, Kim Phillips a écrit : On Tue, 25 Sep 2012 10:45:17 +0200 leroy christophe wrote: I'm trying to use the Talitos crypto driver with the MPC885 microcontroller. For th

Re: Question about Talitos Linux driver for MPC885

2012-11-27 Thread Kim Phillips
On Fri, 23 Nov 2012 14:51:08 +0100 leroy christophe wrote: > Le 26/09/2012 02:47, Kim Phillips a écrit : > > On Tue, 25 Sep 2012 10:45:17 +0200 > > leroy christophe wrote: > > > >> I'm trying to use the Talitos crypto driver with the MPC885 > >> microcontroller. For the time being, it doesn't wo

Re: Question about Talitos Linux driver for MPC885

2012-11-27 Thread Kim Phillips
On Fri, 23 Nov 2012 17:03:15 +0100 leroy christophe wrote: > Kim, > > Looking once more at talitos.h file, it looks like none of the values > corresponds to what is in the reference manuals. > But it looks like in the talitos.h it is encoded as if it was with LSB > first. Hence for instance th

Re: Question about Talitos Linux driver for MPC885

2012-11-23 Thread leroy christophe
Kim, Looking once more at talitos.h file, it looks like none of the values corresponds to what is in the reference manuals. But it looks like in the talitos.h it is encoded as if it was with LSB first. Hence for instance the TALITOS_MCR_SWR which is 0x01 instead of 0x0100. Then I'm wonde

Re: Question about Talitos Linux driver for MPC885

2012-11-23 Thread leroy christophe
Dear Kim, Thank you for you quick answer. I didn't have much time to look at it until this week unfortunatly. I have some more questions/observations below Le 26/09/2012 02:47, Kim Phillips a écrit : On Tue, 25 Sep 2012 10:45:17 +0200 leroy christophe wrote: I'm trying to use the Talitos cr

Re: Question about Talitos Linux driver for MPC885

2012-09-25 Thread Kim Phillips
On Tue, 25 Sep 2012 10:45:17 +0200 leroy christophe wrote: > I'm trying to use the Talitos crypto driver with the MPC885 > microcontroller. For the time being, it doesn't work. yes, they're not exactly compatible... > The kernel startup blocks at the test of the DES function. > > I have added