Skip to content

Commit

Permalink
Add RCD_PARITY_ERROR enum value to ATTR_RECONFIGURE_LOOP
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
crgeddes committed Jun 14, 2017
1 parent 3608c1f commit ee12eb5
Showing 1 changed file with 2 additions and 1 deletion.
Expand Up @@ -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>
Expand Down

0 comments on commit ee12eb5

Please sign in to comment.