aboutsummaryrefslogtreecommitdiff
path: root/services/std_svc/spmd/spmd_main.c
AgeCommit message (Expand)Author
2021-11-09fix(spmd): error macro to use correct print formatOlivier Deprez
2021-11-09Merge "feat(SPMD): route secure interrupts to SPMC" into integrationOlivier Deprez
2021-11-08Merge "fix: libc: use long for 64-bit types on aarch64" into integrationManish Pandey
2021-11-08fix: libc: use long for 64-bit types on aarch64Scott Branden
2021-11-05feat(ff-a): feature retrieval through FFA_FEATURES callJ-Alves
2021-11-03feat(SPMD): route secure interrupts to SPMCOlivier Deprez
2021-09-27Merge "feat(ff-a): adding notifications SMC IDs" into integrationOlivier Deprez
2021-09-16feat(ff-a): adding notifications SMC IDsJ-Alves
2021-09-09refactor(spmd): boot interface and pass core idOlivier Deprez
2021-06-18Merge "feat(spmd): add support for FFA_SPM_ID_GET" into integrationOlivier Deprez
2021-06-03perf(spmd): omit sel1 context save if sel2 presentOlivier Deprez
2021-05-13feat(spmd): add support for FFA_SPM_ID_GETDaniel Boulby
2021-04-20spmd: add FFA_INTERRUPT forwardingOlivier Deprez
2021-03-19SPM: Fix error codes size in SPMD handlerJ-Alves
2021-03-15FF-A: implement FFA_SECONDARY_EP_REGISTEROlivier Deprez
2021-02-18Revert "spmd: ensure SIMD context is saved/restored on SPMC entry/exit"Max Shvetsov
2021-02-12spmd: ensure SIMD context is saved/restored on SPMC entry/exitOlivier Deprez
2020-09-17Merge "spmd: remove assert for SPMC PC value" into integrationMark Dykes
2020-09-07Fix: fixing coverity issue for SPM Core.Max Shvetsov
2020-09-01spmd: remove assert for SPMC PC valueVarun Wadekar
2020-08-21SPMD: Dont forward PARTITION_INFO_GET from secure FF-A instanceRuari Phipps
2020-08-20SPMC: embed secondary core ep info into to SPMC contextOlivier Deprez
2020-08-20SPMD: secondary cores PM on and off SPD hooks relayed to SPMCOlivier Deprez
2020-08-20SPMD: handle SPMC message to register secondary core entry pointOlivier Deprez
2020-08-20SPMD: introduce SPMC to SPMD messagesOlivier Deprez
2020-08-20SPMD: register the SPD PM hooksOlivier Deprez
2020-08-20SPMD: enhance SPMC internal boot statesOlivier Deprez
2020-08-20SPMD: entry point info get helperOlivier Deprez
2020-06-23FFA Version interface updateJ-Alves
2020-05-25SPCI is now called PSA FF-AJ-Alves
2020-05-13SPMD: extract SPMC DTB header size from SPMDOlivier Deprez
2020-05-13SPMD: code/comments cleanupOlivier Deprez
2020-03-12SPMD: Add support for SPCI_ID_GETMax Shvetsov
2020-03-03SPMD: add command line parameter to run SPM at S-EL2 or S-EL1Max Shvetsov
2020-03-03SPMD: smc handler qualify secure origin using booleansOlivier Deprez
2020-03-03SPMD: SPMC init, SMC handler cosmetic changesMax Shvetsov
2020-03-02SPMD: save/restore EL2 system registers.Max Shvetsov
2020-02-10SPMD: add SPM dispatcher based upon SPCI Beta 0 specAchin Gupta