summaryrefslogtreecommitdiffstats
path: root/hw/ipmi
Commit message (Expand)AuthorAgeFilesLines
* 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
* IPMI: Pre-allocate memory for PANIC eventVasant Hegde2015-09-091-6/+69
* IPMI: Avoid unnecessary ipmi_msg allocationVasant Hegde2015-09-091-13/+11
* IPMI: Insert SEL event to IPMI queue headVasant Hegde2015-09-091-1/+1
* IPMI: Fix corner case eSEL logging issueVasant Hegde2015-09-081-1/+1
* Fix spelling mistakesStewart Smith2015-08-261-2/+2
* IPMI: Add SEL event with eSEL record IDVasant Hegde2015-08-141-0/+83
* IPMI: Fix eSEL loggingVasant Hegde2015-08-142-12/+118
* use pr_fmt in hw/ipmi/ipmi-sel.cStewart Smith2015-08-141-12/+13
* IPMI: Only log events that needs attentionVasant Hegde2015-08-141-0/+7
* IPMI: Fix eSEL sizeVasant Hegde2015-08-141-3/+4
* ipmi: Fix the opal_ipmi_recv() call to handle the error pathNeelesh Gupta2015-08-131-4/+9
* unit test error code paths in ipmi-fru.cStewart Smith2015-06-241-0/+31
* hw/ipmi-sel: Remove verbose SEL received messageJoel Stanley2015-06-231-20/+3
* Merge branch 'stable'Stewart Smith2015-06-181-3/+3
|\
| * ipmi/sel: Fix use after freeAlistair Popple2015-06-181-3/+3
* | ipmi/wdt: Stop calling synchronous message functions from timersAlistair Popple2015-05-121-9/+24
* | Add pr_fmt to do printf/prlog prefixing automagicallyStewart Smith2015-05-121-1/+1
* | ipmi: Check for ipmi backend presence before useAlistair Popple2015-04-181-0/+2
|/
* hw/ipmi: Fix FW Boot Progress sensorJoel Stanley2015-04-091-5/+3
OpenPOWER on IntegriCloud