aboutsummaryrefslogtreecommitdiff
path: root/src/include/ipxe/dma.h
AgeCommit message (Expand)AuthorFilesLines
2020-11-29[dma] Provide dma_umalloc() for allocating large DMA-coherent buffersMichael Brown1-0/+93
2020-11-28[dma] Move I/O buffer DMA operations to iobuf.hMichael Brown1-22/+0
2020-11-28[dma] Record DMA device as part of DMA mapping if neededMichael Brown1-51/+70
2020-11-25[dma] Modify DMA API to simplify calculation of medial addressesMichael Brown1-10/+64
2020-11-05[efi] Provide DMA operations for EFI PCI devicesMichael Brown1-0/+2
2020-11-05[dma] Define a DMA API to allow for non-flat device address spacesMichael Brown1-0/+334