Add handling for bit 2 in all recoverable chiplet FIRs

Bit 2 in the recoverable chiplet FIRs is a special bit that indicates
there is a unit checkstop on that chiplet as well. If we ignore that bit
like we were and there was a unit checkstop attention with no
recoverable attentions, the isolator will return signatures from the
GFIR which will just confuse things.

Signed-off-by: Zane Shelley <zshelle@us.ibm.com>
Change-Id: Ic340c0e765f266b2980561913df8c64461febcba
diff --git a/xml/p10/node_cfir_n1_re.xml b/xml/p10/node_cfir_n1_re.xml
index fb08ca9..a74acad 100644
--- a/xml/p10/node_cfir_n1_re.xml
+++ b/xml/p10/node_cfir_n1_re.xml
@@ -15,6 +15,7 @@
             <expr type="int" value1="0x0FFFFFFFFFFFFFFF"/>
         </expr>
     </rule>
+    <bit pos="2">recovery with any local checkstop</bit>
     <bit child_node="N1_LOCAL_FIR" node_inst="0" pos="4">Attention from N1_LOCAL_FIR</bit>
     <bit child_node="NMMU_CQ_FIR" node_inst="1" pos="5">Attention from NMMU_CQ_FIR 1</bit>
     <bit child_node="NMMU_FIR" node_inst="1" pos="6">Attention from NMMU_FIR 1</bit>