aboutsummaryrefslogtreecommitdiff
path: root/hw/ipmi
AgeCommit message (Expand)AuthorFilesLines
2019-08-16ipmi: Use standard MIN() macro definitionJordan Niethe1-3/+1
2019-08-15MPIPL: Add support to trigger MPIPL on BMC systemVasant Hegde1-3/+11
2019-07-30Support BMC IPMI heartbeat commandAndrew Geissler1-0/+14
2019-07-26SPDX-ify all skiboot codeStewart Smith10-124/+33
2019-05-09platforms/astbmc: Check for SBE validation stepSamuel Mendoza-Jonas1-3/+106
2019-03-28core/stack: Rename backtrace functions, get rid of wrappersAndrew Donnellan1-3/+2
2019-03-28hw/fsp, hw/ipmi: Convert attn code to not use backtrace wrappersAndrew Donnellan1-4/+5
2019-03-20hw/ipmi/test/run-fru: Fix string truncation warning, enhance testStewart Smith2-8/+19
2019-02-18ipmi/power: Fix system reboot issueVasant Hegde1-2/+24
2018-10-11platform: Restructure bmc_platform typeAndrew Jeffery1-4/+4
2018-10-10ipmi: Introduce registration for SEL command handlersAndrew Jeffery1-29/+89
2018-06-27occ: Move occ declarations into occ.hAndrew Donnellan1-0/+1
2018-06-18Split debug_descriptor out into own include fileStewart Smith1-0/+1
2018-06-18ipmi-sel: use opal_booting() over poking at debug descriptorStewart Smith1-4/+2
2018-06-04ipmi-watchdog: Support handling re-initializationWilliam A. Kennington III1-5/+42
2018-06-04ipmi-watchdog: Support resetting the watchdog after setWilliam A. Kennington III1-7/+27
2018-06-04ipmi-watchdog: Simplify our completion functionWilliam A. Kennington III1-12/+15
2018-06-04ipmi-watchdog: The stop action should disable resetWilliam A. Kennington III1-0/+9
2018-06-04ipmi-watchdog: don't run by default yetStewart Smith1-3/+11
2018-06-01ipmi-watchdog: Add a flag to determine if we are still tickingWilliam A. Kennington III1-3/+12
2018-06-01ipmi-watchdog: Don't disable at shutdownWilliam A. Kennington III1-6/+1
2018-06-01ipmi-watchdog: Don't reset the watchdog twiceWilliam A. Kennington III1-4/+0
2018-06-01ipmi-watchdog: Make it possible to set DONT_STOPWilliam A. Kennington III1-6/+8
2018-06-01ipmi-watchdog: WD_POWER_CYCLE_ACTION -> WD_RESET_ACTIONWilliam A. Kennington III1-3/+3
2018-05-09ipmi: Add BMC firmware version to device treeVasant Hegde2-1/+113
2018-02-28build: use thin archives rather than incremental linkingNicholas Piggin1-1/+1
2017-12-14IPMI: Fix platform.cec_reboot() null ptr checksMichael Neuling1-2/+2
2017-12-03core/lock: Introduce atomic cmpxchg and implement try_lock with itNicholas Piggin1-0/+2
2017-08-11OCC: Map OCC sensor to a chip-idVasant Hegde1-2/+26
2017-07-13IPMI: Move MAX_IPMI_SENSORS macro to ipmi.hVasant Hegde1-1/+0
2017-06-19ipmi-sel: Fix missing typo, line length and correct eSEL stylisationAndrew Jeffery1-1/+1
2017-06-15hw/ipmi/ipmi-sel: missing newline in prlog warningStewart Smith1-1/+1
2017-01-05treewide: squash sparse static warningsAndrew Donnellan1-1/+1
2016-11-08bmc_platform: fail PNOR access request if no bmc *before* we reserve itStewart Smith1-4/+3
2016-11-08Add BMC platform to enable correct OEM IPMI commandsStewart Smith1-2/+19
2016-11-08hw/ipmi-sensor: Fix setting of firmware progress sensor properly.Pridhiviraj Paidipeddi1-2/+42
2016-10-25errorlog : Modification as per coding guidelines to make the code more legibleMukesh Ojha1-36/+41
2016-09-02consolidate gcov flags into HOSTGCOVFLAGS for host binariesStewart Smith1-1/+1
2016-07-15Merge branch 'skiboot-5.2.x'Stewart Smith1-2/+2
2016-07-15SEL: Fix eSEL ID while logging eSEL eventVasant Hegde1-2/+2
2016-06-24ipmi-sel: Add FWTS annotations for some errorsStewart Smith1-0/+10
2016-05-18hw/ipmi: Fix typo in Makefile.checkStewart Smith1-4/+4
2016-03-31Move ipmi-opal.c from hw/ipmi to coreVasant Hegde2-142/+1
2016-03-30*/test/*: Added '<subdir>-check' make targetsOliver O'Halloran1-2/+5
2016-03-11ipmi-sel: Fix esel event logger to handle early boot PANIC eventsVasant Hegde1-10/+17
2016-03-11IPMI: Enable synchronous eSEL logging optionVasant Hegde1-1/+5
2016-03-11ipmi-sel: Fix memory leak in error pathVasant Hegde1-0/+1
2016-03-07hw/ipmi: fix event data 1 for System Firmware Progress sensorCédric Le Goater1-0/+1
2015-12-04ipmi-sel: fix oem_sel attributes orderCédric Le Goater1-1/+1
2015-11-16assert IPMI sensors < max we supportStewart Smith1-1/+4