summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h
diff options
context:
space:
mode:
authorRahul Batra <rbatra@us.ibm.com>2017-02-20 08:47:45 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-03-17 11:32:26 -0400
commit6f56050a5315f15710e9eff1dd70746b39843ab8 (patch)
treee1fb74a90f336e8dc6f074fa4323f3a2a35f1c17 /src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h
parentc02404bc31d5e1772ed2688f22535633f11f7356 (diff)
downloadtalos-hostboot-6f56050a5315f15710e9eff1dd70746b39843ab8.tar.gz
talos-hostboot-6f56050a5315f15710e9eff1dd70746b39843ab8.zip
WOF/PGPE Bug Fixes(Set 2)
-Fixes Inter-CME interrupt issue -Fixed back to back CLIP Updt issue -reverses CLIP_UPDT clip_min and clip_max(as per OCC) -Fixes AVS_Driver issues -Moved VPD points from GeneratedPstateInfo to Global Parm -Added nest frequency field to OCCParmBlock -Picking up slopes from Global Parm Change-Id: I7578a8a51efde59f0678b9c3f44be77bf7a15603 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/36741 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: RANGANATHPRASAD G. BRAHMASAMUDRA <prasadbgr@in.ibm.com> Reviewed-by: Douglas R. Gilbert <dgilbert@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37213 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> 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/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h')
-rw-r--r--src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h b/src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h
index 67be858be..fbcc909f0 100644
--- a/src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h
+++ b/src/import/chips/p9/procedures/hwp/lib/p9_pstates_occ.h
@@ -185,6 +185,8 @@ typedef struct
// Minimum Pstate; Maximum is always 0.
uint32_t pstate_min; // Comes from PowerSave #V point after biases
+ /// Nest frequency in Mhz. This is used by FIT interrupt
+ uint32_t nest_frequency_mhz;
} __attribute__((aligned(128))) OCCPstateParmBlock;
#ifdef __cplusplus
OpenPOWER on IntegriCloud