summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorRahul Batra <rbatra@us.ibm.com>2017-08-18 14:37:15 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2017-08-23 11:10:22 -0400
commit5fa8ee16abb149862e0bd84e7f2a8caa3f4741d0 (patch)
tree4a9e3ae6e39d24955598432a585e6c724abcc959 /src
parent774984c13006f686636408e96f9f84c3d286b5ea (diff)
downloadtalos-sbe-5fa8ee16abb149862e0bd84e7f2a8caa3f4741d0.tar.gz
talos-sbe-5fa8ee16abb149862e0bd84e7f2a8caa3f4741d0.zip
PM: PGPE Flags Struct Fix
Change-Id: Ic1d4939a8a3ef07e68faf7e652f47208e5600019 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44820 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/44825 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src')
-rw-r--r--src/import/chips/p9/procedures/hwp/lib/p9_pm_hcd_flags.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/import/chips/p9/procedures/hwp/lib/p9_pm_hcd_flags.h b/src/import/chips/p9/procedures/hwp/lib/p9_pm_hcd_flags.h
index c2f52da8..ca3d0872 100644
--- a/src/import/chips/p9/procedures/hwp/lib/p9_pm_hcd_flags.h
+++ b/src/import/chips/p9/procedures/hwp/lib/p9_pm_hcd_flags.h
@@ -117,9 +117,9 @@ typedef union pgpe_flags
uint16_t enable_fratio : 1;
uint16_t enable_vratio : 1;
uint16_t vratio_modifier : 1;
- uint16_t reserved_13_15 : 7;
+ uint16_t reserved_13_15 : 3;
#else
- uint16_t reserved_13_15 : 7;
+ uint16_t reserved_13_15 : 3;
uint16_t vratio_modifier : 1;
uint16_t enable_vratio : 1;
uint16_t enable_fratio : 1;
OpenPOWER on IntegriCloud