On 16/10/2021 22:12, Gedare Bloom wrote:
Gedare Bloom (3):
aarch64: add internal API for secure monitor call (smc)
bsps/aarch64: use SMC API in bspsmp-arm-psci
bsps/aarch64: use SMC API in bspreset-arm-psci
Looks good.
Maybe use for the @brief of the source file: This source file cont
These patches add and use an internal API to make
secure monitor call (SMC) invocations. SMC is used
currently in aarch64 for secondary processor boot
and bsp_reset. Although SMC is available on arm, it
does not appear to be currently used by any of arm
BSPs. So the current approach is only impleme