summaryrefslogtreecommitdiffstats
path: root/hw/ipmi
Commit message (Expand)AuthorAgeFilesLines
* 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
* Remove redundant includes of opal-api.hMichael Ellerman2015-04-012-2/+0
* hw/ipmi: Rework sensors and fix boot count sensorJoel Stanley2015-03-311-44/+37
* hw/ipmmi: Disable watchdog on final resetJeremy Kerr2015-03-051-0/+6
* hw/ipmi: Fix sensor type mappingsJeremy Kerr2015-03-041-10/+20
* hw/ipmi: Set boot count sensorJoel Stanley2015-03-041-4/+26
* hw/ipmi: Add API for setting sensorsJoel Stanley2015-03-042-1/+104
* occ: Inform OCC of BMC PNOR ownership requestsJeremy Kerr2015-03-041-0/+3
* hw/ipmi: Disable flash access when requestedJoel Stanley2015-03-041-2/+34
* hw/prd: Handle BMC OCC reset requests through PRDJeremy Kerr2015-03-041-0/+27
* move struct opal_ipmi_msg to opal.h as it's an APIStewart Smith2015-02-091-11/+0
* ipmi/wdt: Add ipmi watchdog timer supportAlistair Popple2015-02-092-0/+128
* ipmi: Message Linux to perform graceful shutdownJoel Stanley2015-02-091-0/+22
* ipmi: Implement Read Event and SEL parsingJoel Stanley2015-02-091-0/+78
* ipmi: Add a function to (re)initialise a message without allocationAlistair Popple2015-02-093-16/+23
* Move skiboot internal things from opal.h to opal-api.hStewart Smith2015-02-065-0/+9
* Exclude all test cases from coverage-reportStewart Smith2014-12-191-0/+2
* Pretty print make check and coverage outputStewart Smith2014-12-191-4/+4
OpenPOWER on IntegriCloud