arm-trusted-firmware/drivers/arm/rss
David Vincze dda052851a fix(rss): fix msg deserialization bugs in comms
-fix1: size of struct instead of pointer during reply_size check
-fix2: update the out_vec length with the actual length from reply
       message (e.g. in case of an output buffer, the returned output
       data length remained the size of the buffer and was not updated
       with the size of the actual data in it)

Change-Id: Ibed5520ca1fb05df358de4bdf85ace219183866c
Signed-off-by: David Vincze <david.vincze@arm.com>
2023-03-06 15:34:09 +01:00
..
rss_comms.c fix(rss): do not consider MHU_ERR_ALREADY_INIT as error 2022-12-06 12:05:02 +01:00
rss_comms.mk build: warn about RSS driver experimental status 2022-11-08 15:04:36 +01:00
rss_comms_protocol.c fix(rss): reduce input validation for measured boot 2022-10-07 11:32:48 +02:00
rss_comms_protocol.h feat(rss): add new comms protocols 2022-09-28 13:38:02 +01:00
rss_comms_protocol_embed.c fix(rss): fix msg deserialization bugs in comms 2023-03-06 15:34:09 +01:00
rss_comms_protocol_embed.h fix(rss): remove dependency on attestation header 2022-10-07 11:32:48 +02:00
rss_comms_protocol_pointer_access.c fix(rss): reduce input validation for measured boot 2022-10-07 11:32:48 +02:00
rss_comms_protocol_pointer_access.h feat(rss): add new comms protocols 2022-09-28 13:38:02 +01:00