Skip to content

Commit

Permalink
Update hardware requirements (#124)
Browse files Browse the repository at this point in the history
Fix #120.

Signed-off-by: Steven Bellock <sbellock@nvidia.com>
  • Loading branch information
steven-bellock authored Sep 29, 2023
1 parent f91a103 commit 4f10edf
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions doc/Caliptra.md
Original file line number Diff line number Diff line change
Expand Up @@ -752,15 +752,15 @@ The following figure describes the Caliptra Core.

![](./images/Caliptra_HW_diagram.png)

* SRAM requirements:
* Memory requirements:
* 128 KiB of ICCM0
* 128 KiB for Mailbox as a staged SRAM (for FW staging of impactless updates to do authentication checks on the FW before moving to ICCM)
* 128 KiB for DCCM and 32 KiB for ROM
* 128 KiB for DCCM and 48 KiB for ROM
* Cryptography requirements:
* SHA256 SHA384, SHA512
* ECC Secp384r1 w/ HMAC-DRBG - Key Generation, Sign and Verification
* SHA256, SHA384, and SHA512
* ECC Secp384r1 with HMAC-DRBG - key generation, signing and verification
* HMAC SHA384
* AES256-ECB, CBC, GCM
* AES256-CBC
* Chips Alliance is used for RISC-V.
* APB is the choice for the SoC-facing interface.
* JTAG is exported at the IP interface.
Expand Down

0 comments on commit 4f10edf

Please sign in to comment.