History log of /seL4-camkes-master/projects/seL4_libs/libsel4vspace/src/arch/arm/mapping.c
Revision Date Author Comments
# 0182d5e0 19-Sep-2019 Qian Ge <qian.ge@data61.csiro.au>

sperating tx2_smmu from arm_smmu

Signed-off-by: Oliver Scott <Oliver.Scott@data61.csiro.au>


# 56edd6b5 20-Jul-2020 Kent McLeod <Kent.Mcleod@data61.csiro.au>

trivial: Fix compiler warnings

- Declare unused variables
- Move variable initialization to prevent uninitialized use
- Correctly store bitwise operation result
- Fixup memset calls to use correct size
- Add missing return statement to functions
- Conditionally define functions that are used conditionally


# be070764 19-Jun-2019 Anna Lyons <Anna.Lyons@data61.csiro.au>

sel4utils: s/CONFIG_IOMMU/CONFIG_ARM_SMMU

CONFIG_IOMMU does not exist on arm.


# d4b77967 19-Apr-2018 Anna Lyons <Anna.Lyons@data61.csiro.au>

vspace: extend map object to io and ept structures

This will allow the same code to be used irrespective of the type of
paging structions used