- 83129bc fix(el3-spmc): fix dangling pointer in FFA_CONSOLE_LOG by Karl Meakin · 1 year, 7 months ago
- c925867 feat(spmd): pass SMCCCv1.3 SVE hint to lower EL by Olivier Deprez · 2 years, 9 months ago
- 638a6f8 feat(el3-spmc): add support for FFA_CONSOLE_LOG by Shruti Gupta · 2 years, 7 months ago
- 5917379 feat(el3-spmc): add support to handle power mgmt calls for s-el0 sp by Nishant Sharma · 3 years, 3 months ago
- 5ed8e25 feat(el3-spmc): synchronize access to the s-el0 sp context by Nishant Sharma · 3 years, 3 months ago
- 727ab1c feat(el3-spmc): add support to map S-EL0 SP device regions by Nishant Sharma · 3 years ago
- 83c3da7 feat(el3-spmc): add support to map S-EL0 SP memory regions by Nishant Sharma · 3 years, 3 months ago
- 1f6b2b2 feat(el3-spmc): add support for FFA_MEM_PERM_GET and SET ABIs by Nishant Sharma · 3 years, 4 months ago
- 48db2b0 feat(el3-spmc): add support to setup S-EL0 context by Nishant Sharma · 3 years, 3 months ago
- 5ca1619 refactor(ff-a): move structure definitions by Raghu Krishnamurthy · 2 years, 4 months ago
- 1dd79f9 fix(el3-spmc): fix incorrect CASSERT by Demi Marie Obenour · 2 years, 2 months ago
- 0ad935f Merge changes from topic "ffa_el3_spmc_fixes" into integration by Manish Pandey · 2 years, 1 month ago
- 48fe24c fix(el3-spm): improve direct messaging validation by Marc Bonnici · 2 years, 9 months ago
- 95c56cb refactor(el3-spmc): add comments and cleanup code by Demi Marie Obenour · 2 years, 7 months ago
- b8007be refactor(el3-spmc): avoid extra loop by Demi Marie Obenour · 2 years, 7 months ago
- 327b5b8 fix(el3-spmc): validate memory address alignment by Demi Marie Obenour · 2 years, 7 months ago
- 794c409 refactor(el3-spmc): add comments by Demi Marie Obenour · 2 years, 7 months ago
- 966c63e refactor(el3-spmc): move checks after loop by Demi Marie Obenour · 2 years, 7 months ago
- 27ac582 refactor(el3-spmc): validate alignment earlier by Demi Marie Obenour · 2 years, 7 months ago
- a0239da refactor(el3-spmc): add emad_advance() by Demi Marie Obenour · 2 years, 7 months ago
- dd94372 fix(el3-spmc): validate shmem descriptor alignment by Demi Marie Obenour · 2 years, 7 months ago
- 91567c3 refactor(el3-spmc): avoid using EINVAL by Demi Marie Obenour · 2 years, 7 months ago
- 27c0242 fix(el3-spmc): avoid descriptor size calc overflow by Demi Marie Obenour · 2 years, 7 months ago
- 43318e4 fix(el3-spmc): use uint64_t for 64-bit type by Demi Marie Obenour · 2 years, 7 months ago
- 1198ff8 refactor(el3-spmc): avoid unneeded function call by Demi Marie Obenour · 2 years, 7 months ago
- 48ffc74 refactor(el3-spmc): move function call out of loop by Demi Marie Obenour · 2 years, 7 months ago
- 9526282 refactor(el3-spmc): crash instead of reading OOB by Demi Marie Obenour · 2 years, 7 months ago
- 2d4da8e fix(el3-spmc): prevent total_page_count overflow by Demi Marie Obenour · 2 years, 7 months ago
- 4bb0cdc Merge changes I31ec0001,Ib06cd024,I7c11f15d,Ie0d5d4c8,I285f3b59, ... into integration by Manish Pandey · 2 years, 2 months ago
- 1b491ee fix(tree): correct some typos by Elyes Haouas · 2 years, 6 months ago
- 0c2583c fix(el3-spmc): correctly account for emad_offset by Demi Marie Obenour · 2 years, 7 months ago
- 46d6b37 refactor(el3-spmc): avoid unnecessarily revalidating offset by Demi Marie Obenour · 2 years, 7 months ago
- d781959 fix(el3-spmc): only call spmc_shm_check_obj() on complete objects by Demi Marie Obenour · 2 years, 7 months ago
- 77acde4 refactor(spmc): assert on out-of-bounds emad access by Demi Marie Obenour · 2 years, 7 months ago
- cbbb8a0 refactor(el3-spmc): spmc_shmem_obj_get_emad() will never fail by Demi Marie Obenour · 2 years, 7 months ago
- 56c052d fix(el3-spmc): validate descriptor headers by Demi Marie Obenour · 2 years, 7 months ago
- 52d8d50 fix(el3-spmc): use version-dependent minimum descriptor length by Demi Marie Obenour · 2 years, 7 months ago
- f4d8ed5 Merge "fix(el3-spmc): report execution state in partition info get" into integration by Olivier Deprez · 2 years, 8 months ago
- 6d4f4c3 Merge changes from topic "qemu_sel2" into integration by Olivier Deprez · 2 years, 8 months ago
- 555677f feat(el3-spmc): make platform logical partition optional by Jens Wiklander · 3 years, 3 months ago
- 1543d17 fix(el3-spmc): fix coverity scan warnings by Shruti Gupta · 3 years ago
- def7590 fix(el3-spmc): improve bound check for descriptor by Marc Bonnici · 2 years, 10 months ago
- 62cd8f3 fix(el3-spmc): report execution state in partition info get by Marc Bonnici · 2 years, 9 months ago
- eed15e4 fix(el3-spmc): check descriptor size for overflow by Marc Bonnici · 2 years, 10 months ago
- 21ed9ea fix(el3-spmc): fix location of fragment length check by Marc Bonnici · 2 years, 10 months ago
- 0dc3518 fix(el3-spmc): fix detection of overlapping memory regions by Marc Bonnici · 2 years, 10 months ago
- c4adbe6 fix(el3-spmc): fix incomplete reclaim validation by Marc Bonnici · 2 years, 10 months ago
- cee8bb3 fix(el3-spmc): error handling in allocation by vallau01 · 3 years ago
- ac568b2 fix(el3-spmc): deadlock when relinquishing memory by vallau01 · 3 years ago
- be075c3 fix(el3-spmc): compute full FF-A V1.1 desc size by vallau01 · 3 years ago
- 885e268 refactor(libc): clean up dependencies in libc by Claus Pedersen · 2 years, 11 months ago
- 4a8bfdb feat(tsp): add FF-A support to the TSP by Achin Gupta · 3 years, 10 months ago
- b4c3621 fix(spmc): fix relinquish validation check by Marc Bonnici · 3 years, 2 months ago
- 25eb2d4 fix(spmc): fix incorrect FF-A version usage by Marc Bonnici · 3 years, 3 months ago
- 3954bc3 fix(spmc): fix FF-A memory transaction validation by Marc Bonnici · 3 years, 3 months ago
- a8be4cd feat(fvp): add plat hook for memory transactions by Marc Bonnici · 3 years, 6 months ago
- 0560b53 feat(spmc): enable handling of the NS bit by Marc Bonnici · 3 years, 4 months ago
- 7e804f9 feat(spmc): add support for v1.1 FF-A memory data structures by Marc Bonnici · 3 years, 4 months ago
- fef85e1 feat(spmc/mem): prevent duplicated sharing of memory regions by Marc Bonnici · 3 years, 7 months ago
- f0244e5 feat(spmc/mem): support multiple endpoints in memory transactions by Marc Bonnici · 3 years, 7 months ago
- 2e21921 feat(spmc): add support for v1.1 FF-A boot protocol by Achin Gupta · 3 years, 10 months ago
- e0b1a6d feat(spmc/mem): add FF-A memory management code by Marc Bonnici · 3 years, 10 months ago
- 46872e0 feat(spmc): add support for FFA_SPM_ID_GET by Marc Bonnici · 3 years, 8 months ago
- 729d779 feat(spmc): add support for forwarding a secure interrupt to the SP by Achin Gupta · 3 years, 10 months ago
- 59bd2ad feat(spmc): add support for FF-A power mgmt. messages in the EL3 SPMC by Marc Bonnici · 3 years, 4 months ago
- f014300 feat(spmc): enable the SPMC to pass the linear core ID in a register by Marc Bonnici · 3 years, 8 months ago
- f0c25a0 feat(spmc): add FFA_RX_RELEASE handler by Marc Bonnici · 3 years, 4 months ago
- aad20c8 feat(spmc): add FFA_RUN handler by Marc Bonnici · 4 years ago
- d5fe923 feat(spmc): support FFA_ID_GET ABI by Marc Bonnici · 3 years, 8 months ago
- 55a2963 feat(spmc): add FFA_FEATURES handler by Marc Bonnici · 3 years, 8 months ago
- f74e277 feat(spmc): add FFA_PARTITION_INFO_GET handler by Marc Bonnici · 4 years ago
- 1a75224 feat(spmc): enable handling FF-A RX/TX Mapping ABIs by Marc Bonnici · 4 years ago
- c2b1434 feat(spmc): add helper to obtain a partitions FF-A version by Marc Bonnici · 3 years, 8 months ago
- 0c7707f feat(spmc): enable handling FFA_VERSION ABI by Marc Bonnici · 3 years, 8 months ago
- f16b6ee feat(spmc): add helper function to obtain endpoint mailbox by Marc Bonnici · 3 years, 8 months ago
- a7c0050 feat(spmc): add helper function to obtain hyp structure by Marc Bonnici · 3 years, 8 months ago
- 3de378f feat(spmc): enable parsing of messaging methods from manifest by Marc Bonnici · 3 years, 8 months ago
- 5b0219d feat(spmc): enable checking of execution ctx count by Marc Bonnici · 3 years, 8 months ago
- 857f579 feat(spmc): enable parsing of UUID from SP Manifest by Marc Bonnici · 4 years ago
- e1df600 feat(spmc): add partition mailbox structs by Marc Bonnici · 4 years ago
- a34ccd4 test(plat/fvp/lsp): add example logical partition by Marc Bonnici · 4 years ago
- 7affa25 feat(spmc/lsp): add logical partition framework by Marc Bonnici · 3 years, 6 months ago
- 9741327 feat(spmc): add support for direct req/resp by Marc Bonnici · 3 years, 8 months ago
- d663fe7 feat(spmc): add support for handling FFA_ERROR ABI by Marc Bonnici · 3 years, 8 months ago
- c4db76f feat(spmc): add support for FFA_MSG_WAIT by Marc Bonnici · 3 years, 8 months ago
- 20fae0a feat(spmc): add function to determine the return path from the SPMC by Marc Bonnici · 3 years, 8 months ago
- 6da7607 feat(spmd): update SPMC init flow to use EL3 implementation by Marc Bonnici · 3 years, 8 months ago
- 5096aeb feat(spmc): add FF-A secure partition manager core by Marc Bonnici · 3 years, 8 months ago