summaryrefslogtreecommitdiffstats
path: root/cpukit/score/cpu/aarch64/aarch64-context-validate.S (follow)
Commit message (Collapse)AuthorAgeFilesLines
* score/aarch64: Align context validation frameKinsey Moore2021-05-261-11/+18
| | | | | | Ensure the stack remains aligned by keeping the context frame at a multiple of 16 bytes. This avoids stack alignment exceptions which occur when the stack pointer is not 16 byte aligned.
* cpukit/aarch64: Use hex consistently for offsetsKinsey Moore2020-12-101-20/+20
|
* score: Add AArch64 portKinsey Moore2020-10-051-0/+305
This adds a CPU port for AArch64(ARMv8) with support for exceptions and interrupts.