diff options
author | Thi Tran <thi@us.ibm.com> | 2013-09-12 10:41:02 -0500 |
---|---|---|
committer | A. Patrick Williams III <iawillia@us.ibm.com> | 2013-09-12 14:25:48 -0500 |
commit | 7d14631253d5cd41782bc7b58751480b07b8d684 (patch) | |
tree | 75632ca755090c461717fffd7ac34693a67313fd /src/usr/runtime | |
parent | 7ac1d851fdfe0b247fea4c1e3943811d08221f0a (diff) | |
download | talos-hostboot-7d14631253d5cd41782bc7b58751480b07b8d684.tar.gz talos-hostboot-7d14631253d5cd41782bc7b58751480b07b8d684.zip |
Hostboot - Updated HWPs from defect SW222043 (Power Management Significant)
Change-Id: I2054d8de283fa65fa4aa79b5dce344a726067408
CQ: SW218817
Reviewed-on: http://gfw160.austin.ibm.com:8080/gerrit/6129
Tested-by: Jenkins Server
Reviewed-by: A. Patrick Williams III <iawillia@us.ibm.com>
Diffstat (limited to 'src/usr/runtime')
-rw-r--r-- | src/usr/runtime/common/hsvc_exdata.C | 2 | ||||
-rw-r--r-- | src/usr/runtime/populate_attributes.C | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/src/usr/runtime/common/hsvc_exdata.C b/src/usr/runtime/common/hsvc_exdata.C index 447f6246b..86cd1ebaa 100644 --- a/src/usr/runtime/common/hsvc_exdata.C +++ b/src/usr/runtime/common/hsvc_exdata.C @@ -46,6 +46,8 @@ HSVC_LOAD_ATTR( ATTR_CHIP_UNIT_POS ); HSVC_LOAD_ATTR( ATTR_PM_SPWUP_FSP ); HSVC_LOAD_ATTR( ATTR_PM_SPWUP_OCC ); HSVC_LOAD_ATTR( ATTR_PM_SPWUP_PHYP ); +HSVC_LOAD_ATTR( ATTR_PM_SPWUP_OHA_FLAG ); +HSVC_LOAD_ATTR( ATTR_PM_SPWUP_IGNORE_XSTOP_FLAG ); // -- Input: ../../xml/attribute_info/scratch_attributes.xml -- // No attributes found // -- Input: ../../xml/attribute_info/pm_plat_attributes.xml -- diff --git a/src/usr/runtime/populate_attributes.C b/src/usr/runtime/populate_attributes.C index 0af17b6d3..061283faf 100644 --- a/src/usr/runtime/populate_attributes.C +++ b/src/usr/runtime/populate_attributes.C @@ -181,7 +181,7 @@ struct node_data_t MAX_PROCS_RSV = P8_MAX_PROCS*2, //leave space for double MAX_EX_RSV = MAX_PROCS_RSV*P8_MAX_EX_PER_PROC, NUM_PROC_ATTRIBUTES = 150, - NUM_EX_ATTRIBUTES = 10, + NUM_EX_ATTRIBUTES = 20, MAX_ATTRIBUTES = MAX_PROCS_RSV*NUM_PROC_ATTRIBUTES + MAX_EX_RSV*NUM_EX_ATTRIBUTES }; |