summaryrefslogtreecommitdiffstats
path: root/src/include
diff options
context:
space:
mode:
authorMatt Derksen <mderkse1@us.ibm.com>2019-04-03 12:20:12 -0500
committerWilliam G. Hoffa <wghoffa@us.ibm.com>2019-04-08 12:46:42 -0500
commite0fc8dd0b2640b985b27ad80925ae288812ff53e (patch)
treea513996d5cf68df8644fc637d13cc59510e2f994 /src/include
parent96195e47b5036a027dfa87c79cdae717d0c6cc2b (diff)
downloadtalos-hostboot-e0fc8dd0b2640b985b27ad80925ae288812ff53e.tar.gz
talos-hostboot-e0fc8dd0b2640b985b27ad80925ae288812ff53e.zip
Add simics exit_cache_contained mode call
In istep14, need to call magic instruction 8021 in order to exit cache contained mode when running simics. Change-Id: I277f07420111c0383a7d9b61bf4d1750e39126f2 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/75473 Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Corey V. Swenson <cswenson@us.ibm.com> Reviewed-by: William G. Hoffa <wghoffa@us.ibm.com>
Diffstat (limited to 'src/include')
-rw-r--r--src/include/arch/ppc.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/include/arch/ppc.H b/src/include/arch/ppc.H
index 2cfd95e9b..4d1762db7 100644
--- a/src/include/arch/ppc.H
+++ b/src/include/arch/ppc.H
@@ -519,6 +519,7 @@ enum
// 1=waiting, 2=done waiting
MAGIC_SIMICS_SHUTDOWN = 8006, // Notify we are shutting down
MAGIC_SIMICS_ISTEP = 8020, // Log istep, same parms as 7020
+ MAGIC_SIMICS_EXIT_CACHE_CONTAINED = 8021, // Exiting cache contained mode
};
/**
OpenPOWER on IntegriCloud