File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -14,6 +14,8 @@ The transactions to the core may be filtered using the AXI ID field (see {doc}`a
14
14
15
15
The logic is implemented so that the recovery firmware in the Caliptra RoT ROM can operate without any changes.
16
16
17
+ In order to enable setting W1C recovery registers, AXI recovery mode introduces additional register - ` REC_INTF_REG_W1C_ACCESS ` .
18
+
17
19
### AXI-based recovery procedure
18
20
19
21
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:
33
35
34
36
c. The above steps should be repeated until the whole recovery image is written to the FIFO
35
37
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
37
39
8 . Read the ` RECOVERY_STATUS ` register to ensure the image has been activated
38
40
39
41
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.
You can’t perform that action at this time.
0 commit comments