commit | 526bf5f53ae41e0271a97e8f341f857c72d1c04b | [log] [tgz] |
---|---|---|
author | Xinyu Zhang <xinyu.zhang@arm.com> | Tue Apr 18 13:58:15 2023 +0800 |
committer | Ken Liu <ken.liu@arm.com> | Fri Apr 21 08:37:43 2023 +0200 |
tree | b9ce04e827c8367137fc37eb1c0a93deac8f22db | |
parent | 0a04b9bd945615ee4b40f64472149d05766473ec [diff] |
SPM: Rename tfm_psa_call_pack.c to tfm_psa_call.c The actual implementation of tfm_psa_call_pack is in psa_interface_sfn.c and psa_api_ipc.c. In tfm_psa_call_pack.c, only "psa_call" is implementated to encode parameters for secure gateway ABI. To avoid any confusion, rename tfm_psa_call_pack.c to tfm_psa_call.c. Signed-off-by: Xinyu Zhang <xinyu.zhang@arm.com> Change-Id: I8109475f7ccd177f7067db7437850afe65d34446