blob: 0f0a3e1e0f4b0fffd853e1160807838d7d13107c [file] [log] [blame]
Zane Shelleyabc51c22020-11-09 21:35:35 -06001<?xml version="1.0" encoding="UTF-8"?>
Zane Shelleyf8a726b2020-12-16 21:29:32 -06002<attn_node model_ec="P10_20" name="EQ_QME_FIR" reg_type="SCOM">
Zane Shelleyabc51c22020-11-09 21:35:35 -06003 <register name="EQ_QME_FIR">
4 <instance addr="0x200E0000" reg_inst="0"/>
5 <instance addr="0x210E0000" reg_inst="1"/>
6 <instance addr="0x220E0000" reg_inst="2"/>
7 <instance addr="0x230E0000" reg_inst="3"/>
8 <instance addr="0x240E0000" reg_inst="4"/>
9 <instance addr="0x250E0000" reg_inst="5"/>
10 <instance addr="0x260E0000" reg_inst="6"/>
11 <instance addr="0x270E0000" reg_inst="7"/>
12 </register>
13 <register name="EQ_QME_FIR_MASK">
14 <instance addr="0x200E0004" reg_inst="0"/>
15 <instance addr="0x210E0004" reg_inst="1"/>
16 <instance addr="0x220E0004" reg_inst="2"/>
17 <instance addr="0x230E0004" reg_inst="3"/>
18 <instance addr="0x240E0004" reg_inst="4"/>
19 <instance addr="0x250E0004" reg_inst="5"/>
20 <instance addr="0x260E0004" reg_inst="6"/>
21 <instance addr="0x270E0004" reg_inst="7"/>
22 </register>
23 <register name="EQ_QME_FIR_ACT0">
24 <instance addr="0x200E0008" reg_inst="0"/>
25 <instance addr="0x210E0008" reg_inst="1"/>
26 <instance addr="0x220E0008" reg_inst="2"/>
27 <instance addr="0x230E0008" reg_inst="3"/>
28 <instance addr="0x240E0008" reg_inst="4"/>
29 <instance addr="0x250E0008" reg_inst="5"/>
30 <instance addr="0x260E0008" reg_inst="6"/>
31 <instance addr="0x270E0008" reg_inst="7"/>
32 </register>
33 <register name="EQ_QME_FIR_ACT1">
34 <instance addr="0x200E000c" reg_inst="0"/>
35 <instance addr="0x210E000c" reg_inst="1"/>
36 <instance addr="0x220E000c" reg_inst="2"/>
37 <instance addr="0x230E000c" reg_inst="3"/>
38 <instance addr="0x240E000c" reg_inst="4"/>
39 <instance addr="0x250E000c" reg_inst="5"/>
40 <instance addr="0x260E000c" reg_inst="6"/>
41 <instance addr="0x270E000c" reg_inst="7"/>
42 </register>
43 <rule attn_type="CS" node_inst="0:7">
44 <!-- FIR & ~MASK & ~ACT0 & ~ACT1 -->
45 <expr type="and">
46 <expr type="reg" value1="EQ_QME_FIR"/>
47 <expr type="not">
48 <expr type="reg" value1="EQ_QME_FIR_MASK"/>
49 </expr>
50 <expr type="not">
51 <expr type="reg" value1="EQ_QME_FIR_ACT0"/>
52 </expr>
53 <expr type="not">
54 <expr type="reg" value1="EQ_QME_FIR_ACT1"/>
55 </expr>
56 </expr>
57 </rule>
58 <rule attn_type="RE" node_inst="0:7">
59 <!-- FIR & ~MASK & ~ACT0 & ACT1 -->
60 <expr type="and">
61 <expr type="reg" value1="EQ_QME_FIR"/>
62 <expr type="not">
63 <expr type="reg" value1="EQ_QME_FIR_MASK"/>
64 </expr>
65 <expr type="not">
66 <expr type="reg" value1="EQ_QME_FIR_ACT0"/>
67 </expr>
68 <expr type="reg" value1="EQ_QME_FIR_ACT1"/>
69 </expr>
70 </rule>
71 <bit pos="0">PPE halted due to an error, which is an OR the 4 signals captured in ERR(0:3). This indication is intended to be reported to the OCC complex as an</bit>
72 <bit pos="1">PPE asserted debug trigger. Connected to PPEDBG[FIR_TRIGGER]. May be used by QME hcode to indicate an error to PRD or to induce a checkstop for</bit>
73 <bit pos="2">Used for TBD testing or workarounds</bit>
74 <bit pos="3">PPE asserted a watchdog timeout condition.</bit>
75 <bit pos="4">QME hardware detected its own timeout on the PCB Slave interface and forced a return code of 0x7. Note: uses the Watchdog TSEL minus 2 bits (watchdog</bit>
76 <bit pos="5">Either the Block Copy Engine or QME PPE direct access received an error from the Fabric. A BCE error also causes an interrupt to the QME PPE, if it</bit>
77 <bit pos="6">SRAM Uncorrectable Error.</bit>
78 <bit pos="7">SRAM Correctable Error. QME received corrected data, but SRAM content is bad until next scrub to that line. (Should be masked in the product;</bit>
79 <bit pos="8">Resonant Clock Table array Parity Error.</bit>
80 <bit pos="9">Hcode wrote the PIG to request a PCB interrupt before its previously requested interrupt had been completed (meaning PIG[PENDING_SOURCE(0)] = 1 OR</bit>
81 <bit pos="10">Scrub timer tick occurred when scrub is still pending (hardware defect or severe configuration error). Unless the FIT timer is set to smaller than 16</bit>
82 <bit pos="11">Refer to ERR bits of the same name to see which Core instance.</bit>
83 <bit pos="12">Refer to ERR bits of the same name to see which Core instance.</bit>
84 <bit pos="13">PGPE Heartbeat Lost indication from a hardware deadman timer controlled by QHB. Intended to be reported as an interrupt to QME via action 10.</bit>
85 <bit pos="14">Notification that BCE has not made forward progress in the time period corresponding to two scrub timer pulses (regardless of scrub enable). The BCE</bit>
86 <bit pos="15">Resclk TARGET_PSTATE Change Protocol Error. PGPE code bug.</bit>
Zane Shelleyf8a726b2020-12-16 21:29:32 -060087 <bit pos="16">Unexpected PCB Network or Endpoint Reset occurred when QME was not halted, had an active request to the PCB Slave, or the QME saw a reset without a</bit>
Zane Shelleyabc51c22020-11-09 21:35:35 -060088 <bit pos="17">Firmware cleared their Special Wakeup request in SPWU_{OTR|FSP|OCC|HYP}[ SPECIAL_WKUP_REQ] before the SPECIAL_WKUP_DONE was set.</bit>
89 <bit pos="18">Indicates a window condition occurred where one firmware component set a new special wakeup right after a different firmware component cleared the</bit>
90 <bit pos="19">Any of the Core External Interrupt wakeup sources (os, hyp, msgsnd, msgsndu) are present but disabled by the threads PECE (or UDEE) when it is in Stop</bit>
91 <bit pos="20">Any of the Core External Interrupts (os, hyp, msgsnd, msgsndu) are present but the chiplet is deconfigured (based on the partial good region enable</bit>
Zane Shelleyf8a726b2020-12-16 21:29:32 -060092 <bit pos="21">Reserved</bit>
Zane Shelleyabc51c22020-11-09 21:35:35 -060093 <bit pos="22">Data hang was detected in the powerbus logic, caused by a powerbus read command waiting for data that is lost.</bit>
94 <bit pos="23">The PPE tried to write a protected address as defined by the SWPR[n] register</bit>
95 <bit pos="24">DTC Sequencer read a UE from SRAM, causing it to abort its current sequence and disable itself in QMCR.</bit>
96 <bit pos="25">Correctable error detected on incoming data for a PowerBus read.</bit>
97 <bit pos="26">UE Detected on incoming data for a PowerBus read.</bit>
98 <bit pos="27">SUE Detected on incoming data for a PowerBus read.</bit>
99 <bit pos="28">A Powerbus Request address has hit an invalid entry in the TOPOLOGY XLATE TABLE [PBTXTR] REGISTER. This is an unrecoverable error indicating the</bit>
100 <bit pos="29">Parity error detected on a powerbus tag. Includes combined response ATAG/TTAG parity error as well as a data transaction RTAG parity error.</bit>
101 <bit pos="30">Code attempted to write the PIG register when the previous request was still pending i.e. PIG.PENDING_SOURCE(0)=1.</bit>
102 <bit pos="31">Set based on the OR of three ERR[LOCAL_ACCESS_*_ERR] bits.</bit>
103 <bit pos="32">CE detected on a read to the SSA located in the QME powerbus routing logic.</bit>
104 <bit pos="33">UE detected on a read to the SSA located in the QME powerbus routing logic.</bit>
Zane Shelleyf8a726b2020-12-16 21:29:32 -0600105 <bit pos="34">A parity error was detected in one of the CCFG latches present in the Resonant Clock stepper logic in the QME.</bit>
Zane Shelleyabc51c22020-11-09 21:35:35 -0600106 <bit pos="35">Implemented but not used. Input tied to 0.</bit>
107</attn_node>