mirror of
https://github.com/ARM-software/arm-trusted-firmware.git
synced 2025-05-08 10:08:47 +00:00
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>
This commit is contained in:
parent
df312c5a2b
commit
d4c596be87
6 changed files with 63 additions and 0 deletions
|
@ -269,4 +269,8 @@ u_register_t psci_stat_residency(u_register_t target_cpu,
|
|||
u_register_t psci_stat_count(u_register_t target_cpu,
|
||||
unsigned int power_state);
|
||||
|
||||
/* Private exported functions from psci_mem_protect.c */
|
||||
int psci_mem_protect(unsigned int enable);
|
||||
int psci_mem_chk_range(uintptr_t base, u_register_t length);
|
||||
|
||||
#endif /* __PSCI_PRIVATE_H__ */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue