summaryrefslogtreecommitdiffstats
path: root/src/include/sys
diff options
context:
space:
mode:
authorElizabeth Liner <eliner@us.ibm.com>2016-05-03 11:54:36 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-10 22:27:35 -0400
commit9be8174da5f2e1d804d2d84b5891adda01c7de75 (patch)
tree44ed9ae4a1cae2d03d73ce2d102e10e0ffe0a3ff /src/include/sys
parent30a0eb25085ecffacfa5825906068d56a875f8c3 (diff)
downloadtalos-hostboot-9be8174da5f2e1d804d2d84b5891adda01c7de75.tar.gz
talos-hostboot-9be8174da5f2e1d804d2d84b5891adda01c7de75.zip
Update purge of L3 cache during initial boot
Change-Id: Ic6cfabbdfe8f10cf5fa1cd9a4a13093452b61978 RTC:118832 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24021 Tested-by: Jenkins Server Tested-by: FSP CI Jenkins Reviewed-by: Martin Gloff <mgloff@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/include/sys')
-rw-r--r--src/include/sys/mm.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/sys/mm.h b/src/include/sys/mm.h
index d0db803cc..5ac7078b0 100644
--- a/src/include/sys/mm.h
+++ b/src/include/sys/mm.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2011,2015 */
+/* Contributors Listed Below - COPYRIGHT 2011,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -102,8 +102,8 @@ int mm_set_permission(void* va, uint64_t size, uint64_t access_type);
enum MM_EXTEND_SIZE
{
- MM_EXTEND_POST_SECUREBOOT, //< Extend memory to include bottom of cache.
- MM_EXTEND_FULL_CACHE, //< Extend memory to include full cache (8mb).
+ MM_EXTEND_PARTIAL_CACHE, //< Extend memory to include 512KB to 4MB
+ MM_EXTEND_FULL_CACHE, //< Extend memory to include full cache (10MB).
MM_EXTEND_REAL_MEMORY, //< Extend memory into real mainstore.
};
OpenPOWER on IntegriCloud