summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_setup_evid.H
diff options
context:
space:
mode:
authorPrasad Bg Ranganath <prasadbgr@in.ibm.com>2019-01-11 06:27:33 -0600
committerChristian R. Geddes <crgeddes@us.ibm.com>2019-03-16 14:53:16 -0500
commit4d983e4c8bdd4c190ccbfd5e36dfbaa2a22a4951 (patch)
tree2184801f4b9353ec100bcb8a758b340e04c7bff6 /src/import/chips/p9/procedures/hwp/pm/p9_setup_evid.H
parent1c169fc8be5af0a3422088d0644188928f0c46fe (diff)
downloadtalos-hostboot-4d983e4c8bdd4c190ccbfd5e36dfbaa2a22a4951.tar.gz
talos-hostboot-4d983e4c8bdd4c190ccbfd5e36dfbaa2a22a4951.zip
PPB: Refactor pstate parameter block
Key_Cronus_Test=PM_REGRESS CQ:SW458304 Change-Id: Ia854423e663919a192a8fd271f2656d7d7469406 Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70365 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Prem Shanker Jha <premjha2@in.ibm.com> Tested-by: Cronus HW CI <cronushw-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70906 Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: Jenkins OP HW <op-hw-jenkins+hostboot@us.ibm.com> Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_setup_evid.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_setup_evid.H8
1 files changed, 1 insertions, 7 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_setup_evid.H b/src/import/chips/p9/procedures/hwp/pm/p9_setup_evid.H
index 838783a23..38e850aa6 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_setup_evid.H
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_setup_evid.H
@@ -5,7 +5,7 @@
/* */
/* OpenPOWER HostBoot Project */
/* */
-/* Contributors Listed Below - COPYRIGHT 2016,2018 */
+/* Contributors Listed Below - COPYRIGHT 2016,2019 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -63,12 +63,6 @@ extern "C"
/// enum of the two actions this hwp can perform
/// it can either compute default voltage settings
/// otherwise it can apply voltage setting to the system
- typedef enum
- {
- COMPUTE_VOLTAGE_SETTINGS,
- APPLY_VOLTAGE_SETTINGS
- } VoltageConfigActions_t;
-
/// @typedef p9_setup_evid_FP_t
/// function pointer typedef definition for HWP call support
typedef fapi2::ReturnCode (*p9_setup_evid_FP_t) (
OpenPOWER on IntegriCloud