History log of /seL4-camkes-master/projects/seL4_projects_libs/libsel4vmmplatsupport/src/device.c
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>


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

trivial: Style changed files


# 5123b092 30-Sep-2019 Alison Felizzi <Alison.Felizzi@data61.csiro.au>

libsel4vmmplatsupport: Realloc devices in temp var

Updated the 'add_device' function to realloc the extended device
list into a temp variable in case of a failure.


# 0cafb22a 24-Sep-2019 Alison Felizzi <Alison.Felizzi@data61.csiro.au>

libsel4vm: Moved/Refactored device datastructure

Moved the arm device management datastructure that existed in the
arm source out to libsel4vmmplatsupport. Internally we don't need
to use the device datastructure since internal drivers use the
memory interface for registering fault callbacks. The device
datastructure can rather be used as a management utility for
VMM's.