History log of /seL4-camkes-master/projects/seL4_projects_libs/libsel4vmmplatsupport/src/plat/tk1/devices/misc_devices.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>


# 5dc72a79 02-Oct-2019 Alison Felizzi <Alison.Felizzi@data61.csiro.au>

libsel4vmmplatsupport: Updated licence years

Updated the year in the license headers.


# 8e11f186 02-Oct-2019 Alison Felizzi <Alison.Felizzi@data61.csiro.au>

libsel4vmmplatsupport: plat devices use libsel4vm

Updated the plat device drivers to use libsel4vm for
registering their device memory regions and their fault handlers.
This is a general update to the platform devices to use
the updated interfaces in libsel4vm and libsel4vmmplatsupport.
Prior to this update the devices would not compile/work.


# 5df8e9de 01-Aug-2019 Alison Felizzi <Alison.Felizzi@data61.csiro.au>

sel4vmmplatsupport: Moved plat devices from sel4vm

Added an initial library 'sel4vmmplatsupport' to contain platform
specific drivers and utilities. This is introduced now to hold
the various arm platform devices. This library DOES NOT currently
compile. The code moved needs to be re-evaluated and updated to
to use a new memory interface and device registration interface.