summaryrefslogtreecommitdiffstats
path: root/src/arch/arm
Commit message (Expand)AuthorAgeFilesLines
* [mp] Define an API for multiprocessor functionsMichael Brown2024-03-151-0/+12
* [efi] Fix hang during ExitBootServices()Ross Lagerwall2024-01-311-1/+5
* [ioapi] Centralise definitions for dummy PIOMichael Brown2023-06-292-50/+6Star
* [arm] Add missing arch/arm/core source directoryMichael Brown2023-06-292-2/+4
* [arm] Remove redundant inclusion of io.hMichael Brown2023-06-291-2/+0Star
* [rng] Allow entropy source to be selected at runtimeMichael Brown2023-02-171-12/+0Star
* [ioapi] Move PAGE_SHIFT to bits/io.hMichael Brown2023-02-062-3/+3
* [arm] Support building as a Linux userspace binary for AArch64Michael Brown2023-01-221-0/+6
* [arm] Provide dummy implementations for {in,out}[s]{b,w,l}Michael Brown2019-07-141-18/+59
* [acpi] Make acpi_find_rsdt() a per-platform methodMichael Brown2017-05-231-0/+12
* [time] Allow timer to be selected at runtimeMichael Brown2017-01-261-12/+0Star
* [arm] Add optimised TCP/IP checksumming for 64-bit ARMMichael Brown2016-05-111-19/+0Star
* [arm] Add optimised string functions for 64-bit ARMMichael Brown2016-05-111-60/+0Star
* [arm] Add support for 64-bit ARM (Aarch64)Michael Brown2016-05-083-14/+44
* [arm] Split out 32-bit-specific code to arch/arm32Michael Brown2016-05-0818-1122/+17Star
* [arm] Add support for 32-bit ARMMichael Brown2016-05-0640-0/+1805