History log of /seL4-camkes-master/projects/global-components/components/modules/x86-iospace-dma/templates/x86-iospace-dma.template.c
Revision Date Author Comments
# c84eb20c 20-Jul-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

trivial: Fix compiler warnings

- Add missing return statements
- Add missing const modifiers
- Initialize variables correctly
- Remove unused variables
- Correct incorrect type definitions
- Use correct printf format string types


# e2ec481c 11-May-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

x86-iospace-dma: Remove camkes_iommu_dma_alloc

This function is dead code and can be removed.


# c43920de 04-May-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

Add x86-iospace-dma module

This module maps all of DMA into a provided IOSpace. This enables
devices to be restricted via an iommu transparently from the drivers
perspective.