mem_protect: Add mem_protect API
This patch adds the generic code that links the psci smc handler
with the platform function that implements the mem_protect and
mem_check_range functionalities. These functions are  optional
APIs added in PSCI v1.1 (ARM DEN022D).

Change-Id: I3bac1307a5ce2c7a196ace76db8317e8d8c8bb3f
Signed-off-by: Roberto Vargas <roberto.vargas@arm.com>
1 parent df312c5 commit d4c596be87e0b04404fc10ee49544eda33c0f625
@Roberto Vargas Roberto Vargas authored on 3 Aug 2017
Showing 6 changed files
View
include/lib/psci/psci.h
View
lib/psci/psci_lib.mk
View
lib/psci/psci_main.c
View
lib/psci/psci_mem_protect.c 0 → 100644
View
lib/psci/psci_private.h
View
lib/psci/psci_setup.c