You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/mci/rtl/mci_reg.rdl
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -146,8 +146,8 @@ addrmap mci_reg {
146
146
Firmware Update Reset indicator is reset by the warm reset and updated by SW applying MCU FW updated.
147
147
Warm Reset indicator is reset by the cold reset.
148
148
[br]TAP Access [with debug intent set]: RO";
149
-
field {desc = "FW update reset has been executed for the second+ time since MCI reset"; swwe = axi_mcu_or_mcu_sram_config_req; sw=rw; resetsignal = mci_rst_b; } FW_HITLESS_UPD_RESET=0;
150
-
field {desc = "FW update reset has been executed first time since MCI reset";swwe = axi_mcu_or_mcu_sram_config_req; sw=rw; resetsignal = mci_rst_b; } FW_BOOT_UPD_RESET=0;
149
+
field {desc = "FW update reset has been executed for the second+ time since MCI reset"; swwe = axi_mcu_or_mcu_sram_config_req; sw=rw; hw=r; resetsignal = mci_rst_b; } FW_HITLESS_UPD_RESET=0;
150
+
field {desc = "FW update reset has been executed first time since MCI reset";swwe = axi_mcu_or_mcu_sram_config_req; sw=rw; hw=r; resetsignal = mci_rst_b; } FW_BOOT_UPD_RESET=0;
151
151
field {desc = "Warm reset has been executed"; swwe = axi_mcu_or_mcu_sram_config_req; sw=rw; hw=rw; we; resetsignal = mci_pwrgood;} WARM_RESET=0;
0 commit comments