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


# 7d478922 23-Jan-2020 Alison Felizzi <Alison.Felizzi@data61.csiro.au>

libsel4vmmplatsupport: arm SMC handler support

Added support for handling arm vcpu exceptions related to SMC
calls. At this point, the source for handling smc related
exceptions simply provides functionality to decode a SMC
instruction. This meaning it doesn't perform anything from an
SMC instruction. However this lays the necessary infrastructure
to handle services such as PSCI.

Co-authored-by: Anna Lyons <anna@gh.st>