summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/aarch64/aarch64-exception-frame-print.c (follow)
Commit message (Collapse)AuthorAgeFilesLines
* cpukit/aarch64: Add ESR register decodingAlex White2021-04-061-10/+125
|
* score/aarch64: Resolve warning in exception dumpKinsey Moore2020-11-241-2/+2
| | | | | This resolves a warning in the exception frame dump for AArch64 relating to a missized printf format specifier.
* score: Add AArch64 portKinsey Moore2020-10-051-0/+108
This adds a CPU port for AArch64(ARMv8) with support for exceptions and interrupts.