aboutsummaryrefslogtreecommitdiff
path: root/spm/ivy/app/plat/arm/fvp/include/sp_platform_def.h
diff options
context:
space:
mode:
Diffstat (limited to 'spm/ivy/app/plat/arm/fvp/include/sp_platform_def.h')
-rw-r--r--spm/ivy/app/plat/arm/fvp/include/sp_platform_def.h18
1 files changed, 18 insertions, 0 deletions
diff --git a/spm/ivy/app/plat/arm/fvp/include/sp_platform_def.h b/spm/ivy/app/plat/arm/fvp/include/sp_platform_def.h
new file mode 100644
index 000000000..b17f006f7
--- /dev/null
+++ b/spm/ivy/app/plat/arm/fvp/include/sp_platform_def.h
@@ -0,0 +1,18 @@
+/*
+ * Copyright (c) 2022, Arm Limited. All rights reserved.
+ *
+ * SPDX-License-Identifier: BSD-3-Clause
+ */
+
+/*
+ * This file contains common defines for a secure partition. The correct
+ * platform_def.h header file is selected according to the secure partition
+ * and platform being built using the make scripts.
+ */
+
+#ifndef SP_PLATFORM_DEF_H
+#define SP_PLATFORM_DEF_H
+
+#define PLAT_SP_RX_BASE ULL(0x7300000)
+
+#endif /* SP_PLATFORM_DEF_H */