commit | 632b3e00452634e38561e57f19627c6d9855571c | [log] [tgz] |
---|---|---|
author | Summer Qin <summer.qin@arm.com> | Mon Jul 29 15:34:38 2019 +0800 |
committer | Summer Qin <summer.qin@arm.com> | Thu Aug 01 10:46:29 2019 +0800 |
tree | 0c094aea38d92677145f6eca5864681609897946 | |
parent | 80f1729e08d2e23467850d2d20505cf028bd2bed [diff] |
Core: Update the code related with request message type The patch inlcudes the following changes: -Create message with type instead of PSA_IPC_CALL in tfm_svcall_psa_call(); -Change the condition to check whether message handle refers to a request message instead of PSA_IPC_CALL; -Move the request message logic into default block in tfm_svcall_psa_reply(). Change-Id: I0c59b5f55c4a46feb05c674d5cb3bce666779171 Signed-off-by: Summer Qin <summer.qin@arm.com>