• Soby Mathew's avatar
    Non-Secure Interrupt support during Standard SMC processing in TSP · 239b04fa
    Soby Mathew authored
    Implements support for Non Secure Interrupts preempting the
    Standard SMC call in EL1. Whenever an IRQ is trapped in the
    Secure world we securely handover to the Normal world
    to process the interrupt. The normal world then issues
    "resume" smc call to resume the previous interrupted SMC call.
    Fixes ARM-software/tf-issues#105
    
    Change-Id: I72b760617dee27438754cdfc9fe9bcf4cc024858
    239b04fa
tsp_interrupt.c 4.82 KB