summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorCHRISTINA L. GRAVES <clgraves@us.ibm.com>2016-06-01 10:26:39 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-09-08 15:43:22 -0400
commit5ac7cd3efa3337d9c32100d57d5adf4f8c623633 (patch)
tree5df011f670f432cfd7f465ea7e34a28978a8c6b3 /src
parent55231835d05aa836d95de8bbdd35eeabb4bde194 (diff)
downloadtalos-hostboot-5ac7cd3efa3337d9c32100d57d5adf4f8c623633.tar.gz
talos-hostboot-5ac7cd3efa3337d9c32100d57d5adf4f8c623633.zip
L1 and L2 for tod cleanup
Change-Id: Ia467ff9381f597d471cdcdbddd1e8b541de797c8 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25244 Reviewed-by: Thi N. Tran <thi@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Manish K. Chowdhary <manichow@in.ibm.com> Reviewed-by: James N. Klazynski <jklazyns@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29261 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_tod_utils.H9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_tod_utils.H b/src/import/chips/p9/procedures/hwp/nest/p9_tod_utils.H
index cfee1f447..5921f8838 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_tod_utils.H
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_tod_utils.H
@@ -304,6 +304,15 @@ extern "C" {
TOD_OSC_NONE // No oscillators connected
};
+ //Enum that gives which oscilators we need to disable -- used in p9_tod_cleanup
+ enum p9_tod_osc_disable
+ {
+ TOD_OSC_0_DISABLE,
+ TOD_OSC_1_DISABLE,
+ TOD_OSC_0_AND_1_DISABLE,
+ TOD_OSC_DISABLE_NONE
+ };
+
struct p9_tod_setup_conf_regs
{
fapi2::buffer<uint64_t> tod_m_path_ctrl_reg;
OpenPOWER on IntegriCloud