summaryrefslogtreecommitdiffstats
path: root/src/import/hwpf/fapi2/xml
diff options
context:
space:
mode:
authorcrgeddes <crgeddes@us.ibm.com>2017-06-13 16:23:44 -0500
committerChristian R. Geddes <crgeddes@us.ibm.com>2017-06-14 19:00:04 -0400
commitee12eb581a7ed66cb8c9e08adb658036709d46d0 (patch)
tree52b35a6986dce855f1fe1124819b9ec0243aa8ce /src/import/hwpf/fapi2/xml
parent3608c1ff8cc3df658c095280e0dab8705a6be036 (diff)
downloadtalos-hostboot-ee12eb581a7ed66cb8c9e08adb658036709d46d0.tar.gz
talos-hostboot-ee12eb581a7ed66cb8c9e08adb658036709d46d0.zip
Add RCD_PARITY_ERROR enum value to ATTR_RECONFIGURE_LOOP
This attribute was missing the enum value on the EKB side. This caused problems when we attempted to generate all hb side of xml Change-Id: I463c6318fd796a1af5ec50a17323e7b68fe198e2 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41786 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Dean Sanner <dsanner@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: LUCAS W. MULKEY <lwmulkey@us.ibm.com> Reviewed-by: Matt K. Light <mklight@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/41794 Reviewed-by: Hostboot Team <hostboot@us.ibm.com> Tested-by: Jenkins OP Build CI <op-jenkins+hostboot@us.ibm.com> Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-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/system_attributes.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml
index 030e43b02..209111c56 100644
--- a/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml
+++ b/src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml
@@ -87,7 +87,8 @@
<valueType>uint8</valueType>
<enum>
DECONFIGURE = 0x1,
- BAD_DQ_BIT_SET = 0x2
+ BAD_DQ_BIT_SET = 0x2,
+ RCD_PARITY_ERROR = 0x4
</enum>
<writeable/>
</attribute>
OpenPOWER on IntegriCloud