aboutsummaryrefslogtreecommitdiff
path: root/hw/ipmi
AgeCommit message (Expand)AuthorFilesLines
2015-09-30ipmi-sel: Run power action immediately if host not upJoel Stanley1-4/+16
2015-09-11timer: Pass current timer to timer callbacksBenjamin Herrenschmidt1-1/+2
2015-09-09IPMI: Introduce attention callVasant Hegde2-1/+86
2015-09-09IPMI: Move MAX_PEL_SIZE to ipmi.hVasant Hegde1-9/+3
2015-09-09IPMI: Pre-allocate memory for PANIC eventVasant Hegde1-6/+69
2015-09-09IPMI: Avoid unnecessary ipmi_msg allocationVasant Hegde1-13/+11
2015-09-09IPMI: Insert SEL event to IPMI queue headVasant Hegde1-1/+1
2015-09-08IPMI: Fix corner case eSEL logging issueVasant Hegde1-1/+1
2015-08-26Fix spelling mistakesStewart Smith1-2/+2
2015-08-14IPMI: Add SEL event with eSEL record IDVasant Hegde1-0/+83
2015-08-14IPMI: Fix eSEL loggingVasant Hegde2-12/+118
2015-08-14use pr_fmt in hw/ipmi/ipmi-sel.cStewart Smith1-12/+13
2015-08-14IPMI: Only log events that needs attentionVasant Hegde1-0/+7
2015-08-14IPMI: Fix eSEL sizeVasant Hegde1-3/+4
2015-08-13ipmi: Fix the opal_ipmi_recv() call to handle the error pathNeelesh Gupta1-4/+9
2015-06-24unit test error code paths in ipmi-fru.cStewart Smith1-0/+31
2015-06-23hw/ipmi-sel: Remove verbose SEL received messageJoel Stanley1-20/+3
2015-06-18Merge branch 'stable'Stewart Smith1-3/+3
2015-06-18ipmi/sel: Fix use after freeAlistair Popple1-3/+3
2015-05-12ipmi/wdt: Stop calling synchronous message functions from timersAlistair Popple1-9/+24
2015-05-12Add pr_fmt to do printf/prlog prefixing automagicallyStewart Smith1-1/+1
2015-04-18ipmi: Check for ipmi backend presence before useAlistair Popple1-0/+2
2015-04-09hw/ipmi: Fix FW Boot Progress sensorJoel Stanley1-5/+3
2015-04-01Remove redundant includes of opal-api.hMichael Ellerman2-2/+0
2015-03-31hw/ipmi: Rework sensors and fix boot count sensorJoel Stanley1-44/+37
2015-03-05hw/ipmmi: Disable watchdog on final resetJeremy Kerr1-0/+6
2015-03-04hw/ipmi: Fix sensor type mappingsJeremy Kerr1-10/+20
2015-03-04hw/ipmi: Set boot count sensorJoel Stanley1-4/+26
2015-03-04hw/ipmi: Add API for setting sensorsJoel Stanley2-1/+104
2015-03-04occ: Inform OCC of BMC PNOR ownership requestsJeremy Kerr1-0/+3
2015-03-04hw/ipmi: Disable flash access when requestedJoel Stanley1-2/+34
2015-03-04hw/prd: Handle BMC OCC reset requests through PRDJeremy Kerr1-0/+27
2015-02-09move struct opal_ipmi_msg to opal.h as it's an APIStewart Smith1-11/+0
2015-02-09ipmi/wdt: Add ipmi watchdog timer supportAlistair Popple2-0/+128
2015-02-09ipmi: Message Linux to perform graceful shutdownJoel Stanley1-0/+22
2015-02-09ipmi: Implement Read Event and SEL parsingJoel Stanley1-0/+78
2015-02-09ipmi: Add a function to (re)initialise a message without allocationAlistair Popple3-16/+23
2015-02-06Move skiboot internal things from opal.h to opal-api.hStewart Smith5-0/+9
2014-12-19Exclude all test cases from coverage-reportStewart Smith1-0/+2
2014-12-19Pretty print make check and coverage outputStewart Smith1-4/+4
2014-12-15Fix makefile dependency generation, especially for HOSTCCStewart Smith1-5/+0
2014-12-03ipmi/fru: Remove redundant version informationAlistair Popple1-4/+8
2014-12-02esel: Add a logging backend for bmc based machinesAlistair Popple2-1/+151
2014-12-02ipmi-rtc: Update the rtc cacheAlistair Popple1-7/+13
2014-12-02ipmi/fru: Add support for populating fru dataAlistair Popple4-1/+346
2014-10-30ipmi: Add an opal interface to the ipmi stackAlistair Popple2-1/+147
2014-10-01bt: Add message timeoutAlistair Popple1-2/+15
2014-10-01ipmi: Add ipmi_present APIJoel Stanley1-0/+6
2014-10-01ipmi/power: Add power state IPMI commandJoel Stanley1-2/+29
2014-10-01ipmi/power: Update chassis control commandJoel Stanley1-6/+4