[...] > + > +/** > + * ffa_sync_send_receive_runtime() - Runtime implementation of > + * ffa_sync_send_receive() > + * @dst_part_id: destination partition ID > + * @msg: pointer to the message data preallocated by the client (in/out) > + * @is_smc64: select 64-bit or 32-bit FF-A ABI
[...] Just out of curiocity. Why can't we use the runtime part in boot time as well and keep one function? Thanks /Ilias

