arm-trusted-firmware/services/std_svc/spm
Marc Bonnici 0560b53e71 feat(spmc): enable handling of the NS bit
In FF-A v1.1 the NS bit is used by the SPMC to specify the
security state of a memory region retrieved by a SP.

Enable the SPMC to set the bit for v1.1 callers or v1.0
callers that explicitly request the usage via FFA_FEATURES.

In this implementation the sender of the memory region must
reside in the normal world and the SPMC does not support
changing the security state of memory regions therefore
always set the NS bit if required by the caller.

Signed-off-by: Marc Bonnici <marc.bonnici@arm.com>
Change-Id: I215756b28e2382082933ba1dcc7584e7faf4b36b
2022-05-19 15:02:47 +01:00
..
common refactor(spm_mm): reorganize secure partition manager code 2022-04-08 15:36:22 +01:00
el3_spmc feat(spmc): enable handling of the NS bit 2022-05-19 15:02:47 +01:00
spm_mm feat(spm_mm): add support to save and restore fp regs 2022-05-11 17:18:21 +01:00