From 3f21550f969cbed1fb6275304ed84badde4b3e2f Mon Sep 17 00:00:00 2001 From: Greg Still Date: Thu, 4 May 2017 06:40:26 -0500 Subject: PM: refine enablement attributes for advanced functions (VDM,RESCLK,WOF,IVRM) - Move to a "disable feature" attribute paradigm for SYSTEM control - Add consistent system enablement (eg Cronus, MRW) control attributes - Added HWP attributes to allow p9_pstate_parameter_block to indicate validation status to p9_hcode_image_build for Hcode header updates - Mark attributes as deprecated for future removal - Added HB system defaults to auto enable RESCLK, VDM and WOF. IVRM is disabled. - RESCLK only has override attributes so will enable function once code that looks the attributes is in a driver - VDM enablement forces the need for #W to be there and valid. Valid will be if #W is all zero, disable VDMs; if any of #W is non-zerom, failing validity checks (non-decreasing VID Compares) will fail the IPL. - WOF enablement needs IQ to fill out the OCC parameter block. If not present, WOF is disabled. Longer term (future commit), RESCLKs and VDMs will also gate WOF but not for early development and testing. - Add a Chip EC attribute to discern the DD levels that WOF is supported - Move to IVRM vs IVRMS - Made all *ENABLED HWP attributes PROC_CHIP in scope to avoid collisions from multiple chip targets - Made all HWP attributes writeable - Deprecate (preped rename) an HWP attribute - Added throttle control attributes Change-Id: I5e56a36a9e2a4b3e6964ed66ff5c1013be26ed33 RTC: 173673 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40063 Dev-Ready: Gregory S. Still Tested-by: PPE CI Tested-by: Jenkins Server Reviewed-by: Michael S. Floyd Tested-by: Hostboot CI Reviewed-by: CHRISTOPHER M. RIEDL Reviewed-by: Matt K. Light Reviewed-by: Daniel M. Crowell Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/40089 Tested-by: FSP CI Jenkins --- .../fapi2/xml/attribute_info/hb_temp_defaults.xml | 56 ++++++++++++++++++++++ 1 file changed, 56 insertions(+) (limited to 'src/import/hwpf/fapi2/xml/attribute_info') diff --git a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml index 9c943a7df..b03bfc288 100644 --- a/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml +++ b/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml @@ -202,15 +202,71 @@ 0x00 + + + ATTR_SYSTEM_VDM_DISABLE + 0x00 + + + ATTR_VDM_ENABLE 0x00 + + + + + ATTR_VDM_ENABLED + + + + + ATTR_SYSTEM_RESCLK_DISABLE + 0x00 + + + + + ATTR_RESCLK_ENABLED + + + + + ATTR_SYSTEM_IVRM_DISABLE + 0x00 + + + ATTR_IVRM_ENABLED + + ATTR_SYSTEM_WOF_ENABLED 0x00 + + + + + ATTR_SYSTEM_WOF_DISABLE + 0x00 + + + + + ATTR_WOF_ENABLED + 0x00 + + + + ATTR_SYSTEM_PSTATES_MODE + 0x00 + ATTR_MSS_PHY_SEQ_REFRESH -- cgit v1.2.1