summaryrefslogtreecommitdiffstats
path: root/spec/build/cpukit/cpuaarch64.yml (follow)
Commit message (Collapse)AuthorAgeFilesLines
* build: Do not install removed filesSebastian Huber2023-06-121-1/+0
|
* spec/bsps/aarch64: Install ELF machine types for libdlChris Johns2022-08-221-0/+3
| | | | Updates #4705
* aarch64: Break out MMU definitionsKinsey Moore2021-11-011-0/+1
| | | | | | This moves the AArch64 MMU memory type definitions into cpukit for use by libdebugger since remapping of memory is required to insert software breakpoints.
* bsps/aarch64: Break out system registersKinsey Moore2021-05-271-0/+1
| | | | | Break out system register definitions and accessors so that they're usable by other parts of RTEMS.
* build: Sort source listsSebastian Huber2021-02-241-5/+5
| | | | Use the Python sorted() function to sort the "source" lists.
* score: Add AArch64 portKinsey Moore2020-10-051-0/+36
This adds a CPU port for AArch64(ARMv8) with support for exceptions and interrupts.