diff options
| author | Matt Derksen <v2cibmd@us.ibm.com> | 2016-09-09 10:51:57 -0500 |
|---|---|---|
| committer | Christian R. Geddes <crgeddes@us.ibm.com> | 2016-09-16 15:24:08 -0400 |
| commit | 3023dfca018c30c87072c4376c6f69dc35aef0d3 (patch) | |
| tree | 40149cac472df14c4a3449ea00c61ae46f0e59a2 /src/import/hwpf/fapi2/xml | |
| parent | 48f5f0b3e5f1ec65e90d2307caed92ab000f869b (diff) | |
| download | blackbird-hostboot-3023dfca018c30c87072c4376c6f69dc35aef0d3.tar.gz blackbird-hostboot-3023dfca018c30c87072c4376c6f69dc35aef0d3.zip | |
Added CK and DQ vpd accessors
Change-Id: Ic72c985b1fe064273bc39f14bcc31595117c6a08
RTC:159347
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29421
Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com>
Reviewed-by: Martin Gloff <mgloff@us.ibm.com>
Reviewed-by: Christian R. Geddes <crgeddes@us.ibm.com>
Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com>
Reviewed-by: Matt K. Light <mklight@us.ibm.com>
Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com>
Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com>
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/29426
Reviewed-by: Hostboot Team <hostboot@us.ibm.com>
Tested-by: Christian R. Geddes <crgeddes@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 | 18 |
1 files changed, 15 insertions, 3 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 a53cea2b0..b8796f9c0 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 @@ -56,9 +56,21 @@ <!-- ===================================================================== Start of temporary definitions ================================================================= --> - <attribute> - <id>ATTR_PM_SPWUP_IGNORE_XSTOP_FLAG</id> - </attribute> + <attribute> + <id>ATTR_PM_SPWUP_IGNORE_XSTOP_FLAG</id> + </attribute> + <attribute> + <id>ATTR_VPD_OVERRIDE_DQ</id> + </attribute> + <attribute> + <id>ATTR_VPD_OVERRIDE_DQ_ENABLE</id> + </attribute> + <attribute> + <id>ATTR_VPD_OVERRIDE_CK</id> + </attribute> + <attribute> + <id>ATTR_VPD_OVERRIDE_CK_ENABLE</id> + </attribute> <!-- ===================================================================== End of temporary definitions |

