• Sughosh Ganu's avatar
    SPM: Raise running priority of the core while in Secure Partition · 6e3bad36
    Sughosh Ganu authored
    
    
    The current secure partition design mandates that a) at a point, only
    a single core can be executing in the secure partition, and b) a core
    cannot be preempted by an interrupt while executing in secure
    partition.
    
    Ensure this by activating the SPM priority prior to entering the
    parition. Deactivate the priority on return from the
    partition.
    
    Change-Id: Icb3473496d16b733564592eef06304a1028e4f5c
    Signed-off-by: default avatarSughosh Ganu <sughosh.ganu@arm.com>
    6e3bad36
spm_main.c 9.49 KB