summaryrefslogtreecommitdiffstats
path: root/src/include/ipxe/dma.h
Commit message (Expand)AuthorAgeFilesLines
* [build] Mark core files as permitted for UEFI Secure BootMichael Brown2026-01-141-0/+1
* [riscv] Invalidate data cache on completed RX DMA buffersMichael Brown2025-07-101-3/+8
* [riscv] Provide a DMA API implementation for RISC-V bare-metal systemsMichael Brown2025-07-091-0/+3
* [dma] Use virtual addresses for dma_map()Michael Brown2025-07-081-29/+13Star
* [umalloc] Remove userptr_t from user memory allocationsMichael Brown2025-04-231-10/+10
* [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