• Andrew Thoelke's avatar
    PSCI SMC handler improvements · 5003ecab
    Andrew Thoelke authored
    The SMC handler for PSCI was not correctly handling calls from
    secure states, or from AArch32.
    
    This patch completes the handler implementation to correctly
    detect secure callers and to clear the top bits in parameters from
    AArch32 callers.
    
    The patch also reorganises the switch statement to separate SMC64 and
    SMC32 function IDs which allows the compiler to generate much smaller
    code for the function.
    
    Change-Id: I36b1ac81fb14253d257255d0477771d54fab0d11
    5003ecab
psci_main.c 7.6 KB