summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2016-10-06 14:59:16 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-02-11 15:21:53 -0500
commita4cb9de014e49329b5629c1b10daddffa3ea7078 (patch)
tree5aa90e3bd3380989c375cd9c108990b518919604 /src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H
parentcaef497d05d5106eda7813ffa694de8f8ca46ce5 (diff)
downloadtalos-hostboot-a4cb9de014e49329b5629c1b10daddffa3ea7078.tar.gz
talos-hostboot-a4cb9de014e49329b5629c1b10daddffa3ea7078.zip
Cache HWP: DD1 VCS Workaround
Change-Id: I2e90c0a13abaf86fe6840251f78fbbea58965222 Original-Change-Id: I9634a767878904f810cb1e6a0767ba4bbad241cb Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/30827 Reviewed-by: Joachim Fenkes <fenkes@de.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: James N. Klazynski <jklazyns@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36100 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H b/src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H
index 60af8ebae..444cf23cc 100644
--- a/src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H
+++ b/src/import/chips/p9/procedures/hwp/lib/p9_common_poweronoff.H
@@ -46,7 +46,9 @@ enum powerOperation_t
POWER_ON = 0x0,
POWER_OFF = 0xFF,
POWER_ON_VDD = 0x1,
- POWER_OFF_VDD = 0xFE
+ POWER_OFF_VDD = 0xFE,
+ POWER_ON_VCS = 0x2,
+ POWER_OFF_VCS = 0xFD
};
OpenPOWER on IntegriCloud