History log of /seL4-camkes-master/projects/seL4_projects_libs/libsel4vmmplatsupport/include/sel4vmmplatsupport/device_utils.h
Revision Date Author Comments
# 745291ce 27-Nov-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

Convert to SPDX license tags

Signed-off-by: Gerwin Klein <gerwin.klein@data61.csiro.au>


# 9a43632b 04-Mar-2020 Alison Felizzi <Alison.Felizzi@data61.csiro.au>

libsel4vmmplatsupport: Update documentation

This commit refreshes the interface documentation in
libsel4vmmplatsupport. This commit patches in missing documentation
and additionally ensures all interface documentation conforms to
Doxygen style comments.


# c69cd028 13-Dec-2019 Kent McLeod <Kent.Mcleod@data61.csiro.au>

trivial: Style changed files


# 0444b79f 03-Oct-2019 Alison Felizzi <Alison.Felizzi@data61.csiro.au>

libsel4vmmplatsupport: device_utils use libsel4vm

Updated the device_utils to use libsel4vm for
registering device memory regions and fault handlers.
This is a general update to the device utils source to use
the updated interfaces in libsel4vm and libsel4vmmplatsupport.
Prior to this update device_utils would not compile/work.


# 06d82a67 24-Sep-2019 Alison Felizzi <Alison.Felizzi@data61.csiro.au>

libsel4vmmplatsupport: Moved device_utils header

Updated the location of the device_utils header such that its
include is namespaced under 'sel4vmmplatsupport'.