summaryrefslogtreecommitdiffstats
path: root/src/arch/arm/include/bits/io.h
Commit message (Collapse)AuthorAgeFilesLines
* [ioapi] Move PAGE_SHIFT to bits/io.hMichael Brown2023-02-061-0/+3
| | | | | | | | | | | The PAGE_SHIFT definition is an architectural property, rather than an aspect of a particular I/O API implementation (of which, in theory, there may be more than one per architecture). Reflect this by moving the definition to the top-level bits/io.h for each architecture. Signed-off-by: Michael Brown <mcb30@ipxe.org>
* [arm] Add support for 32-bit ARMMichael Brown2016-05-061-0/+14
Signed-off-by: Michael Brown <mcb30@ipxe.org>