diff options
| author | Jacob Harvey <jlharvey@us.ibm.com> | 2016-08-26 15:08:52 -0500 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2016-09-01 14:02:00 -0400 |
| commit | d2f585ae16f4ba4a9f62b110e91de956cb1cf774 (patch) | |
| tree | d1485b6f498372b83e0b8bfb29605dfce703837c /src/import/hwpf/fapi2/xml | |
| parent | f09939abc5f6a49147ced7d8bb7e312dc78536ce (diff) | |
| download | blackbird-hostboot-d2f585ae16f4ba4a9f62b110e91de956cb1cf774.tar.gz blackbird-hostboot-d2f585ae16f4ba4a9f62b110e91de956cb1cf774.zip | |
Modifying ATTRs for memory power thermal
Added MSS_MRW_ATTRs to base_hwp_file, implemented bulk_pwr and
utils_to_throttle APIs for the OCC team. Added simple structural changes
Change-Id: I9483be7f06c95c8c4dfe4823443052efde6fa776
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28916
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Reviewed-by: STEPHEN GLANCY <sglancy@us.ibm.com>
Reviewed-by: Brian R. Silver <bsilver@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: Louis Stermole <stermole@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
CMVC-Prereq: 995208
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28989
Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com>
Diffstat (limited to 'src/import/hwpf/fapi2/xml')
| -rw-r--r-- | src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml | 15 |
1 files changed, 11 insertions, 4 deletions
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 e08ce5ce6..3bc0cce27 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 @@ -376,9 +376,6 @@ <id>ATTR_PM_SAFE_FREQUENCY_MHZ</id> </attribute> <attribute> - <id>ATTR_MSS_OCC_THROTTLED_N_CMDS</id> - </attribute> - <attribute> <id>ATTR_MSS_MRW_PERIODIC_MEMCAL_MODE_OPTIONS</id> </attribute> <attribute> @@ -417,7 +414,17 @@ <attribute> <id>ATTR_MSS_VPD_MT_DIMM_RCD_IBT_ODT</id> </attribute> -<!-- ===================================================================== + <attribute> + <id>ATTR_MSS_TOTAL_PWR_SLOPE</id> + </attribute> + <attribute> + <id>ATTR_MSS_TOTAL_PWR_INTERCEPT</id> + </attribute> + <attribute> + <id>ATTR_MSS_PORT_MAXPOWER</id> + </attribute> + + <!-- ===================================================================== End of temporary definitions ================================================================= --> |

