mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-04-07 21:33:54 +00:00
feat(ras): add asynchronous error type corrected
Add asynchronous error type Corrected (CE) to error status AET based on PE error state recording in the exception syndrome Refer to https://developer.arm.com/documentation/ddi0487/latest/ RAS PE architecture. Change-Id: I9f2525411b94c8fd397b4a0b8cf5dc47457a2771 Signed-off-by: Vinoj Soundararajan <vinojs@google.com>
This commit is contained in:
parent
e5cd3e81d1
commit
daeae49511
1 changed files with 3 additions and 0 deletions
|
@ -146,6 +146,9 @@
|
|||
#define ERROR_STATUS_UET_UEO 0x2 /* Restartable */
|
||||
#define ERROR_STATUS_UET_UER 0x3 /* Recoverable */
|
||||
|
||||
/* Corrected error types for Asynchronous exceptions */
|
||||
#define ERROR_STATUS_CET_CE 0x6 /* Corrected (CE) */
|
||||
|
||||
/* Error types for Synchronous exceptions */
|
||||
#define ERROR_STATUS_SET_UER 0x0 /* Recoverable */
|
||||
#define ERROR_STATUS_SET_UC 0x2 /* Uncontainable */
|
||||
|
|
Loading…
Add table
Reference in a new issue