-
Notifications
You must be signed in to change notification settings - Fork 782
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[flash_ctrl] Enable firmware dealing with multi-bit ECC and ICV errors
Before, these two errors types led to a fatal alert which is problematic during firmware selection and verification. This commit changes the design in the following way: - The two relevant bits in the FAULT_STATUS CSR are made clearable by software. Other bits in this register remain sticky. - The corresponding alert is no longer fatal. This means the alert is only sent out until the two bits are cleared by software. To be on the safe side, firmware can still classify the alert as fatal on the receiver side (in the alert handler). For the other error sources, the alert keeps getting triggered as before, i.e., it remains fatal. For more background information, refer to #21353. This resolves #21637. Signed-off-by: Pirmin Vogel <[email protected]>
- Loading branch information
Showing
20 changed files
with
501 additions
and
122 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.