aboutsummaryrefslogtreecommitdiff
path: root/core/hmi.c
AgeCommit message (Expand)AuthorFilesLines
2018-10-16opal/hmi: Wakeup the cpu before reading core_firVaibhav Jain1-6/+15
2018-09-27opal/hmi: Handle early HMIs on thread0 when secondaries are still in OPAL.Mahesh Salgaonkar1-0/+49
2018-09-17opal/hmi: Ignore debug trigger inject core FIR.Mahesh Salgaonkar1-1/+0
2018-08-13opal/hmi: Catch NPU2 HMIs for opencapiFrederic Barrat1-5/+10
2018-06-27hw/npu2, core/hmi: Use NPU instead of NPU2 as log message prefixAndrew Donnellan1-3/+3
2018-06-04opal/hmi: Display correct chip id while printing NPU FIRs.Mahesh Salgaonkar1-4/+4
2018-05-15Add location code to NPU2 HMI loggingBalbir Singh1-8/+14
2018-05-09hmi: Fix clearing HMER on debug triggerMichael Neuling1-0/+1
2018-05-04hmi: Clear unknown debug triggerRyan Grimm1-0/+10
2018-05-04core/hmi: assign flags=0 in case nothing set by handle_hmi_exceptionStewart Smith1-1/+1
2018-04-24opal/hmi: Generate one event per core for processor recovery.Mahesh Salgaonkar1-3/+3
2018-04-24opal:hmi: Add missing processor recovery reason string.Mahesh Salgaonkar1-0/+1
2018-04-17opal/hmi: Generate hmi event for recovered HDEC parity error.Mahesh Salgaonkar1-3/+2
2018-04-17opal/hmi: check thread 0 tfmr to validate latched tfmr errors.Mahesh Salgaonkar1-19/+42
2018-04-17opal/hmi: Print additional debug information in rendezvous.Mahesh Salgaonkar1-2/+4
2018-04-17opal/hmi: Fix handling of TFMR parity/corrupt error.Mahesh Salgaonkar1-5/+4
2018-04-17opal/hmi: Fix soft lockups during TOD errorsMahesh Salgaonkar1-1/+15
2018-04-17opal/hmi: Do not send HMI event if no errors are found.Mahesh Salgaonkar1-8/+13
2018-04-17opal/hmi: Initialize the hmi event with old value of HMER.Mahesh Salgaonkar1-3/+6
2018-04-17opal/hmi: Rework HMI handling of TFAC errorsBenjamin Herrenschmidt1-292/+231
2018-04-17opal/hmi: Don't bother passing HMER to pre-recovery cleanupBenjamin Herrenschmidt1-14/+6
2018-04-17opal/hmi: Move timer related error handling to a separate functionBenjamin Herrenschmidt1-48/+58
2018-04-17opal/hmi: Add a new opal_handle_hmi2 that returns direct info to LinuxBenjamin Herrenschmidt1-45/+82
2018-04-17opal/hmi: Remove races in clearing HMERBenjamin Herrenschmidt1-10/+12
2018-04-17opal/hmi: Don't re-read HMER multiple timesBenjamin Herrenschmidt1-21/+14
2018-03-27NPU2: dump NPU2 registers on npu2 HMIStewart Smith1-2/+73
2018-03-27Revert "NPU2 HMIs: dump out a *LOT* of npu2 registers for debugging"Stewart Smith1-37/+1
2018-03-01core/hmi: report processor recovery reason from core FIR bits on P9Nicholas Piggin1-3/+59
2018-02-28NPU2 HMIs: dump out a *LOT* of npu2 registers for debuggingStewart Smith1-1/+37
2018-02-08hw/npu2: Implement logging HMI actionsBalbir Singh1-1/+82
2017-12-13core/hmi: Display chip location code while displaying core FIR.Mahesh Salgaonkar1-1/+4
2017-12-13core/hmi: Do not display FIR details if none of the bits are set.Mahesh Salgaonkar1-0/+3
2017-12-13opal/hmi: HMI logging with location code info.Mahesh Salgaonkar1-4/+36
2017-12-13core/hmi: Use pr_fmt macro for tagging log messagesMahesh Salgaonkar1-16/+19
2017-10-23opal/hmi: Workaround Power9 hw logic bug for couple of TFMR TB errors.Mahesh Salgaonkar1-1/+27
2017-10-23opal/hmi: Fix TB reside and HDEC parity error recovery for power9Mahesh Salgaonkar1-3/+102
2017-08-15core/hmi: Fix use of uninitialised value (CID 147808)Cyril Bur1-3/+3
2017-07-07Fix scom addresses for power9 nx checkstop hmi handling.Mahesh Salgaonkar1-7/+20
2017-07-07Fix scom addresses for power9 core checkstop hmi handling.Mahesh Salgaonkar1-5/+56
2017-06-19capi: Handle HMI eventsChristophe Lombard1-83/+43
2017-06-19capi: Move phb3 capp registers to specialized filesChristophe Lombard1-1/+1
2017-06-06Convert important polling loops to spin at lowest SMT priorityNicholas Piggin1-1/+3
2017-03-16hmi: Print CAPP FIR information when handling CAPP malfunction alertsAndrew Donnellan1-0/+29
2017-03-16hmi: refactor malfunction alert handlingAndrew Donnellan1-46/+42
2016-10-25fast-reboot: disable on FSP code update or unrecoverable HMIStewart Smith1-0/+2
2016-08-10hmi: Clean up NPU FIR debug messagesRussell Currey1-3/+4
2016-06-21nvlink: Print error message when NPU is fencedRussell Currey1-1/+1
2016-05-03PCI: Move PHB lock to generic layerGavin Shan1-3/+2
2016-04-27hmi: Recover both CAPP units on Naples after malfunction alertPhilippe Bergheaud1-12/+35
2016-04-01Merge branch 'skiboot-5.1.x' into skiboot-5.2.x - partial HMI fixStewart Smith1-7/+8