From 4426efc229cf678cfe9b9195744734c28eaa4a04 Mon Sep 17 00:00:00 2001 From: Carl Lundin Date: Thu, 14 Nov 2024 10:34:33 -0800 Subject: [PATCH] Drop ID from GET_IDEV_CSR docs. --- rom/dev/README.md | 2 +- runtime/README.md | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/rom/dev/README.md b/rom/dev/README.md index 7ba76d8de7..480ca2b657 100644 --- a/rom/dev/README.md +++ b/rom/dev/README.md @@ -381,7 +381,7 @@ ROM supports the following set of commands before handling the FW_DOWNLOAD comma 4. **SELF_TEST_GET_RESULTS**: This command is used to check if a SELF_TEST command is in progress. [Self Test Get Results command](https://github.com/chipsalliance/caliptra-sw/blob/main/runtime/README.md#self_test_get_results). 5. **SHUTDOWN**: This command is used clear the hardware crypto blocks including the keyvault. [Shutdown command](https://github.com/chipsalliance/caliptra-sw/blob/main/runtime/README.md#shutdown). 6. **CAPABILITIES**: This command is used to query the ROM capabilities. Capabilities is a 128-bit value with individual bits indicating a specific capability. Currently, the only capability supported is ROM_BASE (bit 0). [Capabilities command](https://github.com/chipsalliance/caliptra-sw/blob/main/runtime/README.md#capabilities). -7. **GET_IDEVID_CSR**: This command is used to fetch the IDevID CSR from ROM. [Fetch IDevIDCSR command](https://github.com/chipsalliance/caliptra-sw/blob/main/runtime/README.md#get_idevid_csr). +7. **GET_IDEV_CSR**: This command is used to get the IDevID CSR from ROM. [Get IDevCSR command](https://github.com/chipsalliance/caliptra-sw/blob/main/runtime/README.md#get_idev_csr). ### Downloading images from mailbox diff --git a/runtime/README.md b/runtime/README.md index 5a1e74e964..efdefef846 100644 --- a/runtime/README.md +++ b/runtime/README.md @@ -792,17 +792,17 @@ Command Code: `0x4154_5348` ("ATSH") | fips_status | u32 | Indicates if the command is FIPS approved or an error. | | auth_req_result | u32 | AUTHORIZE_IMAGE: 0xDEADC0DE and DENY_IMAGE_AUTHORIZATION: 0x21523F21 | -### GET\_IDEVID\_CSR +### GET\_IDEV\_CSR Command Code: `0x4944_4352` ("IDCR") -*Table: `GET_IDEVID_CSR` input arguments* +*Table: `GET_IDEV_CSR` input arguments* | **Name** | **Type** | **Description** | -------- | -------- | --------------- | chksum | u32 | Checksum over other input arguments, computed by the caller. Little endian. | -*Table: `GET_IDEVID_CSR` output arguments* +*Table: `GET_IDEV_CSR` output arguments* | **Name** | **Type** | **Description** | -------- | -------- | --------------- | chksum | u32 | Checksum over other output arguments, computed by Caliptra. Little endian. |