From 4d983e4c8bdd4c190ccbfd5e36dfbaa2a22a4951 Mon Sep 17 00:00:00 2001 From: Prasad Bg Ranganath Date: Fri, 11 Jan 2019 06:27:33 -0600 Subject: 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 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Prem Shanker Jha Tested-by: Cronus HW CI Reviewed-by: Gregory S. Still Reviewed-by: Jennifer A. Stofer Reviewed-on: http://rchgit01.rchland.ibm.com/gerrit1/70906 Tested-by: Jenkins OP Build CI Tested-by: Jenkins OP HW Reviewed-by: Christian R. Geddes --- src/import/chips/p9/procedures/hwp/pm/p9_setup_evid.H | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_setup_evid.H') 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) ( -- cgit v1.2.1