blob: 8d2d62bffac8a78a92b64008c70b76d0440da9ea [file] [log] [blame]
Brad Bishopbec4ebc2022-08-03 09:55:16 -04001From a11b23dd5f0c4124a5c6c2fcab0ea623bc76f4ba Mon Sep 17 00:00:00 2001
2From: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
3Date: Wed, 17 Nov 2021 15:32:04 +0000
4Subject: [PATCH] Configure NV storage macro
5
6Upstream-Status: Pending [Not submitted to upstream yet]
7Signed-off-by: Gowtham Suresh Kumar <gowtham.sureshkumar@arm.com>
8
9
10---
11 deployments/smm-gateway/smm_gateway.c | 2 ++
12 1 file changed, 2 insertions(+)
13
14diff --git a/deployments/smm-gateway/smm_gateway.c b/deployments/smm-gateway/smm_gateway.c
15index 4884a040..7828b3af 100644
16--- a/deployments/smm-gateway/smm_gateway.c
17+++ b/deployments/smm-gateway/smm_gateway.c
18@@ -13,6 +13,8 @@
19
20 /* Build-time default configuration */
21
22+#define SMM_GATEWAY_NV_STORE_SN "sn:ffa:46bb39d1-b4d9-45b5-88ff-040027dab249:1"
23+
24 /* Default to using the Protected Storage SP */
25 #ifndef SMM_GATEWAY_NV_STORE_SN
26 #define SMM_GATEWAY_NV_STORE_SN "sn:ffa:751bf801-3dde-4768-a514-0f10aeed1790:0"