Skip to content

Commit

Permalink
Adding links to commands and updating 1.2 feature set with late addit…
Browse files Browse the repository at this point in the history
…ions
  • Loading branch information
nquarton committed Jan 22, 2025
1 parent f31a9e2 commit bb83e47
Showing 1 changed file with 15 additions and 11 deletions.
26 changes: 15 additions & 11 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Not all components necessarily need to be of the same major.minor version to be
### Caliptra 1.0
Compatible Configurations:
| RTL | ROM | Runtime FMC/FW |
| --- | --- | --- |
| --- | --- | --- |
| 1.0.x | 1.0.x | 1.0.x |

### Caliptra 1.1
Expand All @@ -61,9 +61,9 @@ Additional Features
- ECC HW performance enhancements*
- LMS HW acceleration*
- New Runtime commands
- LMS_SIGNATURE_VERIFY <link>
- ADD_SUBJECT_ALT_NAME <link>
- CERTIFY_KEY_EXTENDED <link>
- [LMS_SIGNATURE_VERIFY](https://github.com/chipsalliance/caliptra-sw/blob/caliptra-1.1/runtime/README.md#lms_signature_verify)
- [ADD_SUBJECT_ALT_NAME](https://github.com/chipsalliance/caliptra-sw/blob/caliptra-1.1/runtime/README.md#add_subject_alt_name)
- [CERTIFY_KEY_EXTENDED](https://github.com/chipsalliance/caliptra-sw/blob/caliptra-1.1/runtime/README.md#certify_key_extended)
- Expanded PL0 contexts to 16

\* Requires 1.1 RTL
Expand All @@ -72,26 +72,30 @@ Compatible Configurations:
| RTL | ROM | Runtime FMC/FW |
| --- | --- | --- |
| 1.1.x | 1.1.x | 1.1.x |
| 1.0.x | 1.0.x | 1.1.x |
| 1.0.x | 1.0.x | 1.1.x |


### Caliptra 1.2

Additional Features
- Manifest-based Authorization
- SET_AUTH_MANIFEST
- AUTHORIZE_AND_STASH
- [Manifest-based Authorization](https://github.com/chipsalliance/caliptra-sw/blob/main/auth-manifest/README.md)
- [SET_AUTH_MANIFEST](https://github.com/chipsalliance/caliptra-sw/blob/main/runtime/README.md#set_auth_manifest)
- [AUTHORIZE_AND_STASH](https://github.com/chipsalliance/caliptra-sw/blob/main/runtime/README.md#authorize_and_stash)
- Deferred retrieval of IDEV CSR**
- GET_IDEV_CSR
- [GET_IDEVID_CSR](https://github.com/chipsalliance/caliptra-sw/blob/main/runtime/README.md#get_idevid_csr)
- Self-signed FMC Alias CSR
- [GET_FMC_ALIAS_CSR](https://github.com/chipsalliance/caliptra-sw/blob/main/runtime/README.md#get_fmc_alias_csr)
- DPE export of CDI
- SIGN_WITH_EXPORTED - WIP

\*\* Requires 1.2 ROM

Compatible Configurations:
| RTL | ROM | Runtime FMC/FW |
| --- | --- | --- |
| 1.1.x | 1.2.x | 1.2.x |
| 1.1.x | 1.1.x | 1.2.x |
| 1.0.x | 1.0.x | 1.2.x |
| 1.1.x | 1.1.x | 1.2.x |
| 1.0.x | 1.0.x | 1.2.x |

## Test Dashboards

Expand Down

0 comments on commit bb83e47

Please sign in to comment.