From 2c07fd2bbb9d9f6bea989bab0b44416cac1efec3 Mon Sep 17 00:00:00 2001 From: crgeddes Date: Tue, 13 Jun 2017 16:23:44 -0500 Subject: 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 Tested-by: Hostboot CI Reviewed-by: Dean Sanner Reviewed-by: Joseph J. McGill Reviewed-by: LUCAS W. MULKEY Reviewed-by: Matt K. Light Reviewed-by: Daniel M. Crowell Reviewed-by: Jennifer A. Stofer Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/55833 Reviewed-by: Sachin Gupta Tested-by: Sachin Gupta --- src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/import') 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 736877dd..a4e7383a 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 @@ uint8 DECONFIGURE = 0x1, - BAD_DQ_BIT_SET = 0x2 + BAD_DQ_BIT_SET = 0x2, + RCD_PARITY_ERROR = 0x4 -- cgit v1.2.1