Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 331335
b: refs/heads/master
c: 624d0b5
h: refs/heads/master
i:
  331333: 7d58c9c
  331331: 9893e17
  331327: eadc197
v: v3
  • Loading branch information
Sebastian Hesselbarth authored and Jason Cooper committed Sep 21, 2012
1 parent ef89c4a commit 2955f88
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 521674718af0f20fada7311a74c3f8fe23767d55
refs/heads/master: 624d0b52758d312ce1339bc88d23e6ef7ba980ee
9 changes: 9 additions & 0 deletions trunk/arch/arm/mach-dove/common.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
****************************************************************************/
Expand Down

0 comments on commit 2955f88

Please sign in to comment.