aboutsummaryrefslogtreecommitdiff
path: root/src/arch/arm
AgeCommit message (Expand)AuthorFilesLines
2024-03-15[mp] Define an API for multiprocessor functionsMichael Brown1-0/+12
2024-01-31[efi] Fix hang during ExitBootServices()Ross Lagerwall1-1/+5
2023-06-29[ioapi] Centralise definitions for dummy PIOMichael Brown2-50/+6
2023-06-29[arm] Add missing arch/arm/core source directoryMichael Brown2-2/+4
2023-06-29[arm] Remove redundant inclusion of io.hMichael Brown1-2/+0
2023-02-17[rng] Allow entropy source to be selected at runtimeMichael Brown1-12/+0
2023-02-06[ioapi] Move PAGE_SHIFT to bits/io.hMichael Brown2-3/+3
2023-01-22[arm] Support building as a Linux userspace binary for AArch64Michael Brown1-0/+6
2019-07-14[arm] Provide dummy implementations for {in,out}[s]{b,w,l}Michael Brown1-18/+59
2017-05-23[acpi] Make acpi_find_rsdt() a per-platform methodMichael Brown1-0/+12
2017-01-26[time] Allow timer to be selected at runtimeMichael Brown1-12/+0
2016-05-11[arm] Add optimised TCP/IP checksumming for 64-bit ARMMichael Brown1-19/+0
2016-05-11[arm] Add optimised string functions for 64-bit ARMMichael Brown1-60/+0
2016-05-08[arm] Add support for 64-bit ARM (Aarch64)Michael Brown3-14/+44
2016-05-08[arm] Split out 32-bit-specific code to arch/arm32Michael Brown18-1122/+17
2016-05-06[arm] Add support for 32-bit ARMMichael Brown40-0/+1805