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/55833
Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Tested-by: Sachin Gupta <sgupta2m@in.ibm.com>
  • Loading branch information
crgeddes authored and sgupta2m committed Mar 15, 2018
1 parent 8e7dbfd commit 2c07fd2
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
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 2c07fd2

Please sign in to comment.