summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/core
Commit message (Collapse)AuthorAgeFilesLines
* [ioapi] Centralise definitions for dummy PIOMichael Brown2023-06-291-1/+1
| | | | | | | | | | There is no common standard for I/O-space access for non-x86 CPU families, and non-MMIO peripherals are vanishingly rare. Generalise the existing ARM definitions for dummy PIO to allow for reuse by other CPU architectures. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [arm] Add missing arch/arm/core source directoryMichael Brown2023-06-291-2/+3
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [arm] Add support for 64-bit ARM (Aarch64)Michael Brown2016-05-081-0/+5
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [arm] Split out 32-bit-specific code to arch/arm32Michael Brown2016-05-083-147/+13Star
| | | | Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [arm] Add support for 32-bit ARMMichael Brown2016-05-063-0/+222
Signed-off-by: Michael Brown <mcb30@ipxe.org>