Zane Shelley | abc51c2 | 2020-11-09 21:35:35 -0600 | [diff] [blame] | 1 | <?xml version="1.0" encoding="UTF-8"?> |
Zane Shelley | f8a726b | 2020-12-16 21:29:32 -0600 | [diff] [blame] | 2 | <attn_node model_ec="P10_20" name="EQ_QME_FIR" reg_type="SCOM"> |
Zane Shelley | abc51c2 | 2020-11-09 21:35:35 -0600 | [diff] [blame] | 3 | <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> |
Zane Shelley | cfa9bd1 | 2021-09-24 17:43:35 -0500 | [diff] [blame] | 71 | <bit pos="0">PPE halted due to an error</bit> |
| 72 | <bit pos="1">PPE asserted debug trigger</bit> |
| 73 | <bit pos="2">Spare trigger for 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</bit> |
| 76 | <bit pos="5">Block Copy Engine or QME PPE direct access error from the Fabric</bit> |
| 77 | <bit pos="6">SRAM Uncorrectable Error</bit> |
| 78 | <bit pos="7">SRAM Correctable Error</bit> |
| 79 | <bit pos="8">Resonant Clock Table array Parity Error</bit> |
| 80 | <bit pos="9">PIG request of PCB interrupt before its previous interrupt completed</bit> |
| 81 | <bit pos="10">Scrub timer tick occurred when scrub is still pending</bit> |
| 82 | <bit pos="11">QME_LFIR_CTFS_ERR</bit> |
| 83 | <bit pos="12">QME_LFIR_CPMS_ERR</bit> |
| 84 | <bit pos="13">PGPE Heartbeat Lost from a hw deadman timer controlled by QHB</bit> |
| 85 | <bit pos="14">BCE forward progress error</bit> |
| 86 | <bit pos="15">Resclk TARGET_PSTATE Change Protocol Error</bit> |
| 87 | <bit pos="16">PCB Network or Endpoint Reset occurred when QME was not halted</bit> |
| 88 | <bit pos="17">Firmware cleared special wakeup request before SPECIAL_WKUP_DONE</bit> |
| 89 | <bit pos="18">A new special wakeup right after previous cleared</bit> |
| 90 | <bit pos="19">Core External Interrupt wakeup sources present but disabled by threads</bit> |
| 91 | <bit pos="20">Core External Interrupt present but the chiplet is deconfigured</bit> |
Zane Shelley | f8a726b | 2020-12-16 21:29:32 -0600 | [diff] [blame] | 92 | <bit pos="21">Reserved</bit> |
Zane Shelley | cfa9bd1 | 2021-09-24 17:43:35 -0500 | [diff] [blame] | 93 | <bit pos="22">PB read cmd waited too long for lost data (hang)</bit> |
| 94 | <bit pos="23">PPE tried to write a protected addr as defined by the SWPR[n] register</bit> |
| 95 | <bit pos="24">DTC Sequencer read a UE from SRAM</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">PB Request address hit an invalid entry in the TOPOLOGY XLATE TABLE</bit> |
| 100 | <bit pos="29">Parity error detected on a powerbus tag</bit> |
| 101 | <bit pos="30">Code attempted to write the PIG register when the previous request was still pending</bit> |
| 102 | <bit pos="31">Local access error bit(s) set</bit> |
| 103 | <bit pos="32">CE detected on read to the SSA located in QME powerbus routing logic</bit> |
| 104 | <bit pos="33">UE detected on read to the SSA located in QME powerbus routing logic</bit> |
| 105 | <bit pos="34">Resonant clock CCFG parity error</bit> |
| 106 | <bit pos="35">spare</bit> |
Zane Shelley | abc51c2 | 2020-11-09 21:35:35 -0600 | [diff] [blame] | 107 | </attn_node> |