summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilliam Bryan <wilbryan@us.ibm.com>2018-05-16 15:51:41 -0500
committerWilliam A. Bryan <wilbryan@us.ibm.com>2018-05-17 11:35:23 -0400
commit0cb9eeae2f09e714345ae05ce84515feba274cee (patch)
treefe9abac271d343c8e507d57273029e81c4420bb8
parent7c2a9700d0db0d9914ff2cddd741b2aa83587b05 (diff)
downloadtalos-occ-0cb9eeae2f09e714345ae05ce84515feba274cee.tar.gz
talos-occ-0cb9eeae2f09e714345ae05ce84515feba274cee.zip
Enable GPE IPC Timers
RTC:192880 Change-Id: Ie71c144d08fa142adc6ef918e2d8cfd1964956e8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/58941 Reviewed-by: Martha Broyles <mbroyles@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Christopher J. Cain <cjcain@us.ibm.com> Reviewed-by: Andres A. Lugo-Reyes <aalugore@us.ibm.com> Reviewed-by: William A. Bryan <wilbryan@us.ibm.com>
-rw-r--r--src/common/global_app_cfg.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/src/common/global_app_cfg.h b/src/common/global_app_cfg.h
index 0962d19..97957e7 100644
--- a/src/common/global_app_cfg.h
+++ b/src/common/global_app_cfg.h
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER OnChipController Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2015,2017 */
+/* Contributors Listed Below - COPYRIGHT 2015,2018 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -42,6 +42,9 @@
#define PK_THREAD_MACHINE_CONTEXT_DEFAULT (MSR_SEM | MSR_UIE | MSR_EE | MSR_ME)
#define PPE42_MSR_INITIAL (MSR_SEM | MSR_ME)
+// Enable GPE IPC Timers
+#define GPE_IPC_TIMERS
+
// If we are using the OCB timebase then assume
// a frequency of 37.5Mhz. Otherwise, the default is to use
// the decrementer as a timebase and assume a frequency of
OpenPOWER on IntegriCloud