drivers/firmware/arm_ffa/common.h
0 → 100644
+24
−0
drivers/firmware/arm_ffa/driver.c
0 → 100644
+311
−0
Loading
This just add a basic driver that sets up the transport(e.g. SMCCC), checks the FFA version implemented, get the partition ID for self and sets up the Tx/Rx buffers for communication. Link: https://lore.kernel.org/r/20210521151033.181846-3-sudeep.holla@arm.com Tested-by:Jens Wiklander <jens.wiklander@linaro.org> Signed-off-by:
Sudeep Holla <sudeep.holla@arm.com>