commit | 7c2a744b3712f481b9dc7ab89bcc0ef5cb30f5fa | [log] [tgz] |
---|---|---|
author | David Hu <david.hu@arm.com> | Thu Apr 01 16:34:30 2021 +0800 |
committer | David Hu <david.hu@arm.com> | Thu Apr 29 08:56:18 2021 +0200 |
tree | 300e04d87a0abc5ae4090bc9074076a6da8f4d39 | |
parent | cd22d1bd7f96ece9f88df87445f7be138de380b3 [diff] |
Interface: Fix veneer function naming Some veneer functions are named with "tfm_tfm_" prefix. It is confusing and unfriendly to NS integration. This patch unifies the prefix of all the veneer function as "tfm_" - Fix the duplicated "tfm_" prefixes by checking secure function prefix in tfm_veneer template. - Replace all the "tfm_tfm_" prefixes with "tfm_". Change-Id: Id658486f49f4a6f1f22fd3897be27865889474ae Signed-off-by: David Hu <david.hu@arm.com>