diff options
| author | Michael Brown | 2019-07-14 16:27:01 +0200 |
|---|---|---|
| committer | Michael Brown | 2019-07-14 16:31:25 +0200 |
| commit | c2226b3d1a4d9fc1daeb8dc6b9034d1fb46c1308 (patch) | |
| tree | 2cd1c7e3ba69a5e157894d7a2f9bf05b629a1bec /src/include | |
| parent | [build] Fix use of inline assembly on GCC 8 ARM64 builds (diff) | |
| download | ipxe-c2226b3d1a4d9fc1daeb8dc6b9034d1fb46c1308.tar.gz ipxe-c2226b3d1a4d9fc1daeb8dc6b9034d1fb46c1308.tar.xz ipxe-c2226b3d1a4d9fc1daeb8dc6b9034d1fb46c1308.zip | |
[arm] Provide dummy implementations for {in,out}[s]{b,w,l}
It is currently not possible to build the all-drivers iPXE binaries
for ARM, since there is no implementation for inb(), outb(), etc.
There is no common standard for accessing I/O space on ARM platforms,
and there are almost no ARM-compatible peripherals that actually
require I/O space accesses.
Provide dummy implementations that behave as though no device is
present (i.e. ignore writes, return all bits high for reads). This is
sufficient to allow the all-drivers binaries to link, and should cause
drivers to behave as though no I/O space peripherals are present in
the system.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/include')
0 files changed, 0 insertions, 0 deletions
