summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
diff options
context:
space:
mode:
authorDan Crowell <dcrowell@us.ibm.com>2016-04-26 16:44:07 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-05-12 13:22:07 -0400
commit8abef8a5e045bc05231d7f154129f863a62fb050 (patch)
tree64cd94446ed85e65af8a4e0ff75d2840e5d51901 /src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml
parentb0c85e598b096cb00f14de33755ced94252bdec5 (diff)
downloadtalos-hostboot-8abef8a5e045bc05231d7f154129f863a62fb050.tar.gz
talos-hostboot-8abef8a5e045bc05231d7f154129f863a62fb050.zip
Add override attributes for memory vpd access
Created 4 sets of attributes that can be used to override the contents of memory that is returned from the getVPD() and getSPD() interfaces that the platforms provide. There is an ATTR_VPD_OVERRIDE_xx and ATTR_VPD_OVERRIDE_xx_ENABLE for each of the MemVpdData_t values that are supported, as well as an ATTR_SPD_OVERRIDE/ATTR_SPD_OVERRIDE_ENABLE for the SPD. Change-Id: I2e22512378b7cd390cff4f64b6703e1f45f056aa Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23699 Tested-by: Jenkins Server Tested-by: Hostboot CI Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Brian R. Silver <bsilver@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: ANDRE A. MARIN <aamarin@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/23701 Tested-by: FSP CI Jenkins
Diffstat (limited to 'src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml')
-rw-r--r--src/import/hwpf/fapi2/xml/attribute_info/hb_temp_defaults.xml24
1 files changed, 24 insertions, 0 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 dac5f28e2..c68608793 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
@@ -103,6 +103,30 @@
<attribute>
<id>ATTR_SDISN_SETUP</id>
</attribute>
+ <attribute>
+ <id>ATTR_VPD_OVERRIDE_MT</id>
+ </attribute>
+ <attribute>
+ <id>ATTR_VPD_OVERRIDE_MT_ENABLE</id>
+ </attribute>
+ <attribute>
+ <id>ATTR_VPD_OVERRIDE_MR</id>
+ </attribute>
+ <attribute>
+ <id>ATTR_VPD_OVERRIDE_MR_ENABLE</id>
+ </attribute>
+ <attribute>
+ <id>ATTR_VPD_OVERRIDE_MW</id>
+ </attribute>
+ <attribute>
+ <id>ATTR_VPD_OVERRIDE_MW_ENABLE</id>
+ </attribute>
+ <attribute>
+ <id>ATTR_SPD_OVERRIDE</id>
+ </attribute>
+ <attribute>
+ <id>ATTR_SPD_OVERRIDE_ENABLE</id>
+ </attribute>
<!-- =====================================================================
End of temporary definitions
================================================================= -->
OpenPOWER on IntegriCloud