diff --git a/README.md b/README.md index 8155e63..986705f 100644 --- a/README.md +++ b/README.md @@ -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 @@ -61,9 +61,9 @@ Additional Features - ECC HW performance enhancements* - LMS HW acceleration* - New Runtime commands - - LMS_SIGNATURE_VERIFY - - ADD_SUBJECT_ALT_NAME - - CERTIFY_KEY_EXTENDED + - [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 @@ -72,17 +72,21 @@ 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 @@ -90,8 +94,8 @@ 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