summaryrefslogtreecommitdiffstats
path: root/src/include/usr/vmmconst.h
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2013-09-05 09:23:57 -0500
committerA. Patrick Williams III <iawillia@us.ibm.com>2013-09-12 16:51:50 -0500
commit52904ec000600bf19fcebe864c15fc7b9e134255 (patch)
treedf1c9678eb2b356effc7d58a2838222b7c932403 /src/include/usr/vmmconst.h
parenta816a9a252dbac72cc3a574f16f0cda0efaa38b4 (diff)
downloadblackbird-hostboot-52904ec000600bf19fcebe864c15fc7b9e134255.tar.gz
blackbird-hostboot-52904ec000600bf19fcebe864c15fc7b9e134255.zip
Start OCC in Sapphire mode
Enable the OCC code to run in Sapphire mode. Moved the OCC memory range up to the top our memory in Sapphire mode like we do for SLW. Change-Id: Iad857dafd739db6f91ba3fd4f8a332e558d68f8b Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6040 Tested-by: Jenkins Server Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/include/usr/vmmconst.h')
-rw-r--r--src/include/usr/vmmconst.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/include/usr/vmmconst.h b/src/include/usr/vmmconst.h
index 544f0d32f..6190e719e 100644
--- a/src/include/usr/vmmconst.h
+++ b/src/include/usr/vmmconst.h
@@ -130,6 +130,10 @@ enum BlockPriority
#define VMM_OCC_COMMON_END \
(VMM_OCC_COMMON_START_ADDR + VMM_OCC_COMMON_SIZE)
+/** Total Memory required for HOMERs and OCC Common */
+#define VMM_ALL_HOMER_OCC_MEMORY_SIZE \
+ (VMM_OCC_COMMON_SIZE+VMM_HOMER_REGION_SIZE)
+
/**
* Test Constants
OpenPOWER on IntegriCloud