]> git.ipfire.org Git - thirdparty/ipxe.git/commit
[pci] Define pci_ioremap() for mapping PCI bus addresses
authorMichael Brown <mcb30@ipxe.org>
Thu, 24 Sep 2020 15:58:14 +0000 (16:58 +0100)
committerMichael Brown <mcb30@ipxe.org>
Thu, 24 Sep 2020 20:45:56 +0000 (21:45 +0100)
commit371af4eef2dfa1facf6645a5704d8a55ff45c965
tree9026c2cde9011a04cc1c8b5857cbeaa5f9c6b79f
parentccfffc797ae67621700f0ccb7b41050214c87b2d
[pci] Define pci_ioremap() for mapping PCI bus addresses

Define pci_ioremap() as a wrapper around ioremap() that could allow
for a non-zero address translation offset.

Signed-off-by: Michael Brown <mcb30@ipxe.org>
src/arch/x86/core/pcidirect.c
src/arch/x86/include/ipxe/pcibios.h
src/arch/x86/include/ipxe/pcidirect.h
src/arch/x86/interface/pcbios/pcibios.c
src/include/ipxe/efi/efi_pci_api.h
src/include/ipxe/linux/linux_pci.h
src/include/ipxe/pci_io.h
src/interface/efi/efi_pci.c