aboutsummaryrefslogtreecommitdiff
path: root/core/hmi.c
AgeCommit message (Expand)AuthorFilesLines
2023-07-11pau: Fix a build error with GCC 13.1.1Vaibhav Jain1-1/+1
2023-03-28opal/hmi: Recover from unusual HMI with no TB error reported.Mahesh Salgaonkar1-4/+36
2021-10-19pau: hmi scom dumpChristophe Lombard1-144/+132
2021-08-06hw/phb5: Add initial supportJordan Niethe1-0/+4
2021-08-06Initial POWER10 enablementNicholas Piggin1-11/+210
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2019-12-16hmi: endian conversionsNicholas Piggin1-10/+10
2019-07-26npu2: Add checks to npu2-only codepathsReza Arbab1-0/+4
2019-07-26SPDX-ify all skiboot codeStewart Smith1-13/+4
2019-06-04opal/hmi: Report NPU2 checkstop reasonFrederic Barrat1-0/+44
2019-06-03opal-msg: Pass parameter size to _opal_queue_msg()Vasant Hegde1-3/+3
2019-05-15xscom: move more register definitions into processor-specific includesNicholas Piggin1-25/+1
2019-05-15nvram: Flag dangerous NVRAM optionsMichael Neuling1-1/+1
2019-04-17opal/hmi: Initialize the hmi event with old value of TFMR.Mahesh Salgaonkar1-1/+3
2019-04-09opal/hmi: Never trust a cow!Frederic Barrat1-1/+1
2019-04-09hw/npu2: Dump (more) npu2 registers on link error and HMIsFrederic Barrat1-57/+1
2019-03-05opal/hmi: set a flag to inform OS that TOD/TB has failed.Mahesh Salgaonkar1-1/+3
2019-03-05opal/hmi: Fix double unlock of hmi lock in failure path.Mahesh Salgaonkar1-5/+1
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