|
@@ -258,6 +258,15 @@ struct sys_timer dove_timer = {
|
|
|
.init = dove_timer_init,
|
|
|
};
|
|
|
|
|
|
+/*****************************************************************************
|
|
|
+ * Cryptographic Engines and Security Accelerator (CESA)
|
|
|
+ ****************************************************************************/
|
|
|
+void __init dove_crypto_init(void)
|
|
|
+{
|
|
|
+ orion_crypto_init(DOVE_CRYPT_PHYS_BASE, DOVE_CESA_PHYS_BASE,
|
|
|
+ DOVE_CESA_SIZE, IRQ_DOVE_CRYPTO);
|
|
|
+}
|
|
|
+
|
|
|
/*****************************************************************************
|
|
|
* XOR 0
|
|
|
****************************************************************************/
|