Skip to content

Commit d803feb

Browse files
committed
doc: clarify W1C accesses in AXI recovery mode
Signed-off-by: Karol Gugala <[email protected]>
1 parent 4278c4f commit d803feb

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

doc/source/axi_recovery_flow.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ The transactions to the core may be filtered using the AXI ID field (see {doc}`a
1414

1515
The logic is implemented so that the recovery firmware in the Caliptra RoT ROM can operate without any changes.
1616

17+
In order to enable setting W1C recovery registers, AXI recovery mode introduces additional register - `REC_INTF_REG_W1C_ACCESS`.
18+
1719
### AXI-based recovery procedure
1820

1921
The Caliptra MCU RISC-V core is responsible for driving the data copied from an external memory (e.g. QSPI interface) to the recovery FIFOs.
@@ -33,7 +35,7 @@ During the boot procedure the ROM will have to follow the following procedure:
3335

3436
c. The above steps should be repeated until the whole recovery image is written to the FIFO
3537

36-
7. Activate the new image by writing to the `RECOVERY_CTRL` register
38+
7. Activate the new image setting `RECOVERY_CTRL` register by writing to the `REC_INTF_REG_W1C_ACCESS` register
3739
8. Read the `RECOVERY_STATUS` register to ensure the image has been activated
3840

3941
The recovery image will be written in chunks with length equal to or less than `Max transfer size` defined in the `INDIRECT_FIFO_STATUS` register.

0 commit comments

Comments
 (0)