summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/dma.h
Commit message (Expand)AuthorAgeFilesLines
* [dma] Provide dma_umalloc() for allocating large DMA-coherent buffersMichael Brown2020-11-291-0/+93
* [dma] Move I/O buffer DMA operations to iobuf.hMichael Brown2020-11-281-22/+0Star
* [dma] Record DMA device as part of DMA mapping if neededMichael Brown2020-11-281-51/+70
* [dma] Modify DMA API to simplify calculation of medial addressesMichael Brown2020-11-251-10/+64
* [efi] Provide DMA operations for EFI PCI devicesMichael Brown2020-11-051-0/+2
* [dma] Define a DMA API to allow for non-flat device address spacesMichael Brown2020-11-051-0/+334