summaryrefslogtreecommitdiffstats
path: root/hw/ipmi
Commit message (Expand)AuthorAgeFilesLines
* core/stack: Rename backtrace functions, get rid of wrappersAndrew Donnellan2019-03-281-3/+2
* hw/fsp, hw/ipmi: Convert attn code to not use backtrace wrappersAndrew Donnellan2019-03-281-4/+5
* hw/ipmi/test/run-fru: Fix string truncation warning, enhance testStewart Smith2019-03-202-8/+19
* ipmi/power: Fix system reboot issueVasant Hegde2019-02-181-2/+24
* platform: Restructure bmc_platform typeAndrew Jeffery2018-10-111-4/+4
* ipmi: Introduce registration for SEL command handlersAndrew Jeffery2018-10-101-29/+89
* occ: Move occ declarations into occ.hAndrew Donnellan2018-06-271-0/+1
* Split debug_descriptor out into own include fileStewart Smith2018-06-181-0/+1
* ipmi-sel: use opal_booting() over poking at debug descriptorStewart Smith2018-06-181-4/+2
* ipmi-watchdog: Support handling re-initializationWilliam A. Kennington III2018-06-041-5/+42
* ipmi-watchdog: Support resetting the watchdog after setWilliam A. Kennington III2018-06-041-7/+27
* ipmi-watchdog: Simplify our completion functionWilliam A. Kennington III2018-06-041-12/+15
* ipmi-watchdog: The stop action should disable resetWilliam A. Kennington III2018-06-041-0/+9
* ipmi-watchdog: don't run by default yetStewart Smith2018-06-041-3/+11
* ipmi-watchdog: Add a flag to determine if we are still tickingWilliam A. Kennington III2018-06-011-3/+12
* ipmi-watchdog: Don't disable at shutdownWilliam A. Kennington III2018-06-011-6/+1
* ipmi-watchdog: Don't reset the watchdog twiceWilliam A. Kennington III2018-06-011-4/+0
* ipmi-watchdog: Make it possible to set DONT_STOPWilliam A. Kennington III2018-06-011-6/+8
* ipmi-watchdog: WD_POWER_CYCLE_ACTION -> WD_RESET_ACTIONWilliam A. Kennington III2018-06-011-3/+3
* ipmi: Add BMC firmware version to device treeVasant Hegde2018-05-092-1/+113
* build: use thin archives rather than incremental linkingNicholas Piggin2018-02-281-1/+1
* IPMI: Fix platform.cec_reboot() null ptr checksMichael Neuling2017-12-141-2/+2
* core/lock: Introduce atomic cmpxchg and implement try_lock with itNicholas Piggin2017-12-031-0/+2
* OCC: Map OCC sensor to a chip-idVasant Hegde2017-08-111-2/+26
* IPMI: Move MAX_IPMI_SENSORS macro to ipmi.hVasant Hegde2017-07-131-1/+0
* ipmi-sel: Fix missing typo, line length and correct eSEL stylisationAndrew Jeffery2017-06-191-1/+1
* hw/ipmi/ipmi-sel: missing newline in prlog warningStewart Smith2017-06-151-1/+1
* treewide: squash sparse static warningsAndrew Donnellan2017-01-051-1/+1
* bmc_platform: fail PNOR access request if no bmc *before* we reserve itStewart Smith2016-11-081-4/+3
* Add BMC platform to enable correct OEM IPMI commandsStewart Smith2016-11-081-2/+19
* hw/ipmi-sensor: Fix setting of firmware progress sensor properly.Pridhiviraj Paidipeddi2016-11-081-2/+42
* errorlog : Modification as per coding guidelines to make the code more legibleMukesh Ojha2016-10-251-36/+41
* consolidate gcov flags into HOSTGCOVFLAGS for host binariesStewart Smith2016-09-021-1/+1
* Merge branch 'skiboot-5.2.x'Stewart Smith2016-07-151-2/+2
|\
| * SEL: Fix eSEL ID while logging eSEL eventVasant Hegde2016-07-151-2/+2
* | ipmi-sel: Add FWTS annotations for some errorsStewart Smith2016-06-241-0/+10
* | hw/ipmi: Fix typo in Makefile.checkStewart Smith2016-05-181-4/+4
* | Move ipmi-opal.c from hw/ipmi to coreVasant Hegde2016-03-312-142/+1
* | */test/*: Added '<subdir>-check' make targetsOliver O'Halloran2016-03-301-2/+5
|/
* ipmi-sel: Fix esel event logger to handle early boot PANIC eventsVasant Hegde2016-03-111-10/+17
* IPMI: Enable synchronous eSEL logging optionVasant Hegde2016-03-111-1/+5
* ipmi-sel: Fix memory leak in error pathVasant Hegde2016-03-111-0/+1
* hw/ipmi: fix event data 1 for System Firmware Progress sensorCédric Le Goater2016-03-071-0/+1
* ipmi-sel: fix oem_sel attributes orderCédric Le Goater2015-12-041-1/+1
* assert IPMI sensors < max we supportStewart Smith2015-11-161-1/+4
* sparse: fix endian annotation warnings in ipmi-rtc.cStewart Smith2015-11-101-4/+4
* ipmi-sel: Run power action immediately if host not upJoel Stanley2015-09-301-4/+16
* timer: Pass current timer to timer callbacksBenjamin Herrenschmidt2015-09-111-1/+2
* IPMI: Introduce attention callVasant Hegde2015-09-092-1/+86
* IPMI: Move MAX_PEL_SIZE to ipmi.hVasant Hegde2015-09-091-9/+3
OpenPOWER on IntegriCloud