refactor(spm-mm): reorganize secure partition manager shim codeIn preparation for adding the support for SEL0 SP in EL3 SPMC,restructure the existing SPM_MM shim code in a way that allows reuseof
refactor(spm-mm): reorganize secure partition manager shim codeIn preparation for adding the support for SEL0 SP in EL3 SPMC,restructure the existing SPM_MM shim code in a way that allows reuseof the code for both SPM_MM interface and FF-A EL3 SPMC interface. Thecode for changing exception levels is identical for both.With this restructuring of the code, the shim exception code is moved tothe common sub-directory.Signed-off-by: Sayanta Pattanayak <sayanta.pattanayak@arm.com>Signed-off-by: Nishant Sharma <nishant.sharma@arm.com>Change-Id: Iadda9cf73f12b56e6a1d31fc21b5ba5dc355867f
show more ...
refactor(spm_mm): reorganize secure partition manager codeIn preparation for adding the EL3 SPMC configuration as defined inthe FF-A specification, restructure the existing SPM_MM code.With this
refactor(spm_mm): reorganize secure partition manager codeIn preparation for adding the EL3 SPMC configuration as defined inthe FF-A specification, restructure the existing SPM_MM code.With this restructuring of the code, the 'spm_mm' directory isrenamed as 'spm' and the code inside has been split into twosub-directories named 'common' and 'spm_mm'. The code in 'spm_mm'directory contains the code that implements the MM interface.In subsequent patches, the 'spmc' directory will be introducedunder the 'spm' directory providing the code that implementsthe 'FF-A' interface.Currently the common functionality for S-EL1 partitions islimited to assembler functions to enter and exit an SPsynchronously.Signed-off-by: Marc Bonnici <marc.bonnici@arm.com>Change-Id: I37739b9b53bc68e151ab5c1c0c6a15b3ee362241