summaryrefslogtreecommitdiff
path: root/lib/exceptions/aarch64
AgeCommit message (Collapse)Author
2023-06-13feat: introduce SError exception handlerManish Pandey
Introduce SError exception handler along with support to register a custom handler. The default behaviour is same as before if no handler is registered. This patch will allow tests to do a graceful exit after handling an SError. Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: Idbe37d3690e3a8e08fa3b0dff496d18d3022a8fc
2022-02-09feat(tftf): introduce handler for synchronous exceptionsOlivier Deprez
Introduce a handler for synchronous exceptions (for aarch64) which currently is treated as unhandled exception. Also, added the capability to allow registering a custom handler by tftf framework to allow graceful exit while doing negative tests. Signed-off-by: Olivier Deprez <olivier.deprez@arm.com> Signed-off-by: Manish Pandey <manish.pandey2@arm.com> Change-Id: I4d8d1f5af9951edfe8f068ce85f7d434b2ec070f