• Antonio Nino Diaz's avatar
    SPM: Allow secondary CPUs to use the Secure Partition · a43c85db
    Antonio Nino Diaz authored
    
    
    The Secure Partition should be able to be used from any CPU, not just
    the lead one. This patch point the secure contexts of all secondary
    CPUs to the same one used by the lead CPU for the Secure Partition. This
    way, they can also use it.
    
    In order to prevent more than one CPU from using the Secure Partition at
    the same time, a lock has been added.
    
    Change-Id: Ica76373127c3626498b06c558a4874ce72201ff7
    Signed-off-by: default avatarAntonio Nino Diaz <antonio.ninodiaz@arm.com>
    a43c85db
spm_private.h 1.64 KB