]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[acpi] Add acpi_ioremap() to map an ACPI-described address
authorMichael Brown <mcb30@ipxe.org>
Wed, 5 Nov 2025 14:07:27 +0000 (14:07 +0000)
committerMichael Brown <mcb30@ipxe.org>
Wed, 5 Nov 2025 14:10:14 +0000 (14:10 +0000)
commit8fd5e277275141866feea80870f8b94b23a0e82d
tree7f9384b046782239244a8e431818fcec395c64dd
parent08d4d7fe9db04c8f44ac063d4b722fb3e8f3fffe
[acpi] Add acpi_ioremap() to map an ACPI-described address

An ACPI Generic Address Structure (GAS) may be used to describe the
location of a peripheral such as an early boot console.  Add the
relevant definitions and provide acpi_ioremap() as a helper function
to map a region described using this structure.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/core/acpi.c
src/include/ipxe/acpi.h