History log of /seL4-test-master/projects/sel4_projects_libs/libsel4vmmplatsupport/src/plat/exynos5/devices/vpower.c
Revision Date Author Comments
# bee92f98 27-Nov-2020 Gerwin Klein <gerwin.klein@data61.csiro.au>

style: run astyle on non-conforming files

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


# 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>


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

libsel4vm*: Switch malloc calls to calloc

Reduces chances of an uninitialised structure being used and causing
issues that are painful to debug.


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

libsel4vmmplatsupport: Split up exynos5 devices.h

Split up the function and datastructure defines in the exynos5
devices.h header into seperate headers. This corresponding with
the driver implementation.


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

libsel4vmmplatsupport: Updated licence years

Updated the year in the license headers.


# 14e75a21 02-Oct-2019 Alison Felizzi <Alison.Felizzi@data61.csiro.au>

libsel4vmmplatsupport: Removed debug print defines

Replaced custom debug print defines with ZF_LOGD.


# 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.