aboutsummaryrefslogtreecommitdiff
path: root/secure_fw
diff options
context:
space:
mode:
authorJamie Fox <jamie.fox@arm.com>2020-02-17 18:07:57 +0000
committerJamie Fox <jamie.fox@arm.com>2020-04-20 20:04:33 +0100
commit8e65396ab232550892c682f6930a4e949247466e (patch)
treed375f1f517b8c01e009019fd476f01bebf8c93ee /secure_fw
parentd4c3c7435cab9943a12b1d4e2222b2ef75d20381 (diff)
downloadtrusted-firmware-m-8e65396ab232550892c682f6930a4e949247466e.tar.gz
Core: Remove fixed NS region numbers
Removes the fixed NS region number definition from TF-M. Refactors all existing platforms to number SAU regions sequentially rather than use fixed numbers. Change-Id: I54536b0327b87c8aee933f4bbf99b5dac396f3c5 Signed-off-by: Jamie Fox <jamie.fox@arm.com>
Diffstat (limited to 'secure_fw')
-rw-r--r--secure_fw/core/include/tfm_secure_api.h9
1 files changed, 0 insertions, 9 deletions
diff --git a/secure_fw/core/include/tfm_secure_api.h b/secure_fw/core/include/tfm_secure_api.h
index c4559898e1..9dad148749 100644
--- a/secure_fw/core/include/tfm_secure_api.h
+++ b/secure_fw/core/include/tfm_secure_api.h
@@ -60,15 +60,6 @@ struct tfm_sfn_req_s {
bool ns_caller;
};
-enum tfm_ns_region_e {
- TFM_NS_REGION_CODE = 0,
- TFM_NS_REGION_DATA,
- TFM_NS_REGION_VENEER,
- TFM_NS_REGION_PERIPH_1,
- TFM_NS_REGION_PERIPH_2,
- TFM_NS_SECONDARY_IMAGE_REGION,
-};
-
enum tfm_memory_access_e {
TFM_MEMORY_ACCESS_RO = 1,
TFM_MEMORY_ACCESS_RW = 2,