summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJagadeesh Ujja <jagadeesh.ujja@arm.com>2019-02-13 14:58:50 +0530
committerThomas Abraham <thomas.abraham@arm.com>2020-11-28 01:48:55 +0530
commit5fd8e8de157fdac1ff146055240e167a16b5f489 (patch)
treeeebaeac1bef16842a859f5f9671c923d1e899537
parent1635e6325b9f71b5583812e62fb54b2a0f4d45df (diff)
Platform/ARM/Sgi: define nor2 flash controller memory map
Add the definitions of NOR2 flash controller memory map. The NO2 flash can be used as an additional non-volatile storage by non-secure code or used as a non-volatile storage for secure variables by the StandaloneMM. Change-Id: I32cab2e60ca97124710d8d294f1d9ac13bf61327 Signed-off-by: Jagadeesh Ujja jagadeesh.ujja@arm.com
-rw-r--r--Platform/ARM/SgiPkg/Include/SgiPlatform.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/Platform/ARM/SgiPkg/Include/SgiPlatform.h b/Platform/ARM/SgiPkg/Include/SgiPlatform.h
index f4bba7c0..aba9a932 100644
--- a/Platform/ARM/SgiPkg/Include/SgiPlatform.h
+++ b/Platform/ARM/SgiPkg/Include/SgiPlatform.h
@@ -21,6 +21,10 @@
#define SGI_EXP_SMC_CS1_BASE 0x0C000000
#define SGI_EXP_SMC_CS1_SZ SIZE_64MB
+// Expansion AXI - SMC Chip Select 2
+#define SGI_EXP_SMC_CS2_BASE 0x10000000
+#define SGI_EXP_SMC_CS2_SZ SIZE_64MB
+
// Expansion AXI - SMSC 91C111 (Ethernet)
#define SGI_EXP_SMSC91X_BASE 0x18000000
#define SGI_EXP_SMSC91X_SZ SIZE_64MB