History log of /seL4-test-master/projects/sel4_projects_libs/libsel4vmmplatsupport/src/arch/arm/psci.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>


# a0c98c87 19-Feb-2020 Alison Felizzi <Alison.Felizzi@data61.csiro.au>

Style: Updated style of modified files

Updated the style of various source files recently updated.


# 10f05f55 23-Jan-2020 Alison Felizzi <Alison.Felizzi@data61.csiro.au>

libsel4vmmplatsupport: arm PSCI support

Added support for handling arm PSCI calls through the SMC
interface. This brings together SMP support, bringing available
vcpu's online at the request of Linux. The different types of PSCI
calls and return codes are sourced from the ARM Power State
Coordination Interface Design Document (Issue D).

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