aboutsummaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorMark Horvath <mark.horvath@arm.com>2020-08-07 15:10:52 +0200
committerSoby Mathew <soby.mathew@arm.com>2020-12-10 10:54:43 +0000
commit8dcc383de8972d14921d8858394d00a85d3fca98 (patch)
tree42319c822d7488733c94a38c8db1c23d36a5ddb1 /lib
parent931622b6492bedd6df4670c443f1cab20bd61432 (diff)
downloadtrusted-firmware-m-8dcc383de8972d14921d8858394d00a85d3fca98.tar.gz
Platform: Add MUSCA_B1_SECURE_ENCLAVE platform
Change-Id: Iffbfe782222332fa0b94fc26c2eb9832d487f63e Signed-off-by: Gabor Abonyi <gabor.abonyi@arm.com> Signed-off-by: Mark Horvath <mark.horvath@arm.com>
Diffstat (limited to 'lib')
-rw-r--r--lib/ext/cryptocell-312-runtime/shared/hw/include/musca_b1_secure_enclave/dx_reg_base_host.h19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/ext/cryptocell-312-runtime/shared/hw/include/musca_b1_secure_enclave/dx_reg_base_host.h b/lib/ext/cryptocell-312-runtime/shared/hw/include/musca_b1_secure_enclave/dx_reg_base_host.h
new file mode 100644
index 0000000000..2cf03682aa
--- /dev/null
+++ b/lib/ext/cryptocell-312-runtime/shared/hw/include/musca_b1_secure_enclave/dx_reg_base_host.h
@@ -0,0 +1,19 @@
+/*
+ * Copyright (c) 2001-2020, Arm Limited and Contributors. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+#ifndef __DX_REG_BASE_HOST_H__
+#define __DX_REG_BASE_HOST_H__
+
+/* Identify platform: ARM MUSCA_B1_SECURE_ENCLAVE */
+#define DX_PLAT_MUSCA_B1_SECURE_ENCLAVE 1
+
+#define DX_BASE_CC 0x50088000
+
+#define DX_BASE_HOST_RGF 0x0UL
+#define DX_BASE_CRY_KERNEL 0x0UL
+
+#define DX_BASE_RNG 0x0000UL
+#endif /*__DX_REG_BASE_HOST_H__*/