core: make generic notifications virtualization-awareMakes the generic notification handling aware of virtualization. Atomicevents are delivered with a guest_id parameter and asynchronousnotifica
core: make generic notifications virtualization-awareMakes the generic notification handling aware of virtualization. Atomicevents are delivered with a guest_id parameter and asynchronousnotifications are started per guest_id.struct notif_data is added as guest specific data to be able to track ifnotifications are started for a guest.While this patch compiles it doesn't work as intended without patcheshandling the ABI specific side of things.Signed-off-by: Jens Wiklander <jens.wiklander@linaro.org>Acked-by: Etienne Carriere <etienne.carriere@foss.st.com>
show more ...
core: riscv: tee: add entry_fast.cThis commit adds an implementation of fast call handers. It copiesthe original implementation replacing thread_smc_args structureswith thread_abi_args counterpar
core: riscv: tee: add entry_fast.cThis commit adds an implementation of fast call handers. It copiesthe original implementation replacing thread_smc_args structureswith thread_abi_args counterparts. tee_entry_fastcall_l2cc_mutex()has been modified to return OPTEE_ABI_RETURN_UNKNOWN_FUNCTION.Signed-off-by: Marouene Boubakri <marouene.boubakri@nxp.com>Reviewed-by: Alvin Chang <alvinga@andestech.com>Tested-by: Alvin Chang <alvinga@andestech.com>
core: riscv: riscv.mk: add mm and tee subdirectories to build treeAdd mm and tee subdirectories to core-platform-subdirs.Signed-off-by: Marouene Boubakri <marouene.boubakri@nxp.com>Reviewed-by:
core: riscv: riscv.mk: add mm and tee subdirectories to build treeAdd mm and tee subdirectories to core-platform-subdirs.Signed-off-by: Marouene Boubakri <marouene.boubakri@nxp.com>Reviewed-by: Jens Wiklander <jens.wiklander@linaro.org>