From ee12eb581a7ed66cb8c9e08adb658036709d46d0 Mon Sep 17 00:00:00 2001 From: crgeddes Date: Tue, 13 Jun 2017 16:23:44 -0500 Subject: [PATCH] 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/41794 Reviewed-by: Hostboot Team Tested-by: Jenkins OP Build CI Tested-by: FSP CI Jenkins Reviewed-by: Christian R. Geddes --- src/import/hwpf/fapi2/xml/attribute_info/system_attributes.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 030e43b022d..209111c56ae 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