All of lore.kernel.org
 help / color / mirror / Atom feed
* Question about Talitos Linux driver for MPC885
@ 2012-09-25  8:45 leroy christophe
  2012-09-26  0:47 ` Kim Phillips
  0 siblings, 1 reply; 7+ messages in thread
From: leroy christophe @ 2012-09-25  8:45 UTC (permalink / raw)
  To: kim.phillips, linux-crypto

Dear Kim,

I'm trying to use the Talitos crypto driver with the MPC885 
microcontroller. For the time being, it doesn't work.
The kernel startup blocks at the test of the DES function.

I have added the following definition in the DTS file:

         crypto@20000 {
             compatible = "fsl,sec2.0";
             reg = <0x20000 0x8000>;
             interrupts = <1 1>;
             interrupt-parent = <&PIC>;
             fsl,num-channels = <1>;
             fsl,channel-fifo-len = <24>;
             fsl,exec-units-mask = <0x4c>;
             fsl,descriptor-types-mask = <0x301f>;
         };

I have this defined in the config file

CONFIG_CRYPTO_HW=y
# CONFIG_CRYPTO_DEV_FSL_CAAM is not set
CONFIG_CRYPTO_DEV_TALITOS=y


Is there anything wrong in what I did ? Or is there something else I 
should do ?

Regards
Christophe

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2014-04-14 12:32 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-09-25  8:45 Question about Talitos Linux driver for MPC885 leroy christophe
2012-09-26  0:47 ` Kim Phillips
2012-11-23 13:51   ` leroy christophe
2012-11-23 16:03     ` leroy christophe
2012-11-27 23:15       ` Kim Phillips
2012-11-27 23:11     ` Kim Phillips
2014-04-14 12:01       ` leroy christophe

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.