diff options
author | Anusha Reddy Rangareddygari <anusrang@in.ibm.com> | 2016-05-06 14:08:22 +0200 |
---|---|---|
committer | Daniel M. Crowell <dcrowell@us.ibm.com> | 2016-05-12 12:22:50 -0400 |
commit | b0c85e598b096cb00f14de33755ced94252bdec5 (patch) | |
tree | 787f85a3bf8b11fb82d75dcd6e2369cd9abba69f /src | |
parent | df36f2ac2bd751fbc49abbc76598599888a43892 (diff) | |
download | talos-hostboot-b0c85e598b096cb00f14de33755ced94252bdec5.tar.gz talos-hostboot-b0c85e598b096cb00f14de33755ced94252bdec5.zip |
HWP's for p9_perv_sbe_cmn,p9_sbe_arrayinit,p9_sbe_tp_arrayinit
Change-Id: If70360201c4a2361d376ed75b4916b702088c13a
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24172
Tested-by: Jenkins Server
Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com>
Reviewed-by: Sunil Kumar <skumar8j@in.ibm.com>
Tested-by: PPE CI
Tested-by: Hostboot CI
Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/24174
Tested-by: FSP CI Jenkins
Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src')
-rw-r--r-- | src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml | 7 | ||||
-rw-r--r-- | src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml | 3 |
2 files changed, 10 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml index a5372244f..99e91a8e6 100644 --- a/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml +++ b/src/import/chips/p9/procedures/xml/attribute_info/pervasive_attributes.xml @@ -541,4 +541,11 @@ <writeable/> </attribute> +<attribute> + <id>ATTR_SDISN_SETUP</id> + <targetType>TARGET_TYPE_PROC_CHIP</targetType> + <description>Sdis_n set or clear : flushing LCBES condition woraround</description> + <valueType>uint8</valueType> +</attribute> + </attributes> 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 636813b05..dac5f28e2 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 @@ -100,6 +100,9 @@ <id>ATTR_PROC_EPS_WRITE_CYCLES_T2</id> <default>0x00000FFF</default> </attribute> + <attribute> + <id>ATTR_SDISN_SETUP</id> + </attribute> <!-- ===================================================================== End of temporary definitions ================================================================= --> |