blob: 3b15c7218f751564161904baa5d97d4b2774d035 [file] [log] [blame]
Patrick Williams8dd68482022-10-04 07:57:18 -05001From d262ab277a87c1cda4f71137f6bb963066ba6997 Mon Sep 17 00:00:00 2001
2From: Vishnu Banavath <vishnu.banavath@arm.com>
3Date: Tue, 13 Sep 2022 16:46:14 +0100
4Subject: [PATCH 26/27] plat: add corstone1000 platform to drivers/arm
5
6This change is to add corstone1000 platform cmake. Smm gateway
7uses SE proxy to route the calls for any NV storage.
8
9Signed-off-by: Vishnu Banavath <vishnu.banavath@arm.com>
10Upstream-Status: Pending [Not submitted to upstream yet]
11---
12 platform/providers/arm/corstone1000/platform.cmake | 12 ++++++++++++
13 1 file changed, 12 insertions(+)
14 create mode 100644 platform/providers/arm/corstone1000/platform.cmake
15
16diff --git a/platform/providers/arm/corstone1000/platform.cmake b/platform/providers/arm/corstone1000/platform.cmake
17new file mode 100644
18index 00000000..14a9f6b0
19--- /dev/null
20+++ b/platform/providers/arm/corstone1000/platform.cmake
21@@ -0,0 +1,12 @@
22+#-------------------------------------------------------------------------------
23+# Copyright (c) 2021, Arm Limited and Contributors. All rights reserved.
24+#
25+# SPDX-License-Identifier: BSD-3-Clause
26+#
27+# Platform definition for the corstone1000 platform.
28+#-------------------------------------------------------------------------------
29+
30+target_compile_definitions(${TGT} PRIVATE
31+ SMM_GATEWAY_NV_STORE_SN="sn:ffa:46bb39d1-b4d9-45b5-88ff-040027dab249:1"
32+)
33+
34--
352.17.1
36