aboutsummaryrefslogtreecommitdiff
path: root/hw
AgeCommit message (Expand)AuthorFilesLines
2015-03-31opal: Fix an issue where partial LID load causes opal to hang.skiboot-5.0-rc2Mahesh Salgaonkar1-1/+16
2015-03-31nx: use proc_gen instead of paramDan Streetman1-9/+10
2015-03-31use chip id for NX engine Coproc Instance numDan Streetman2-52/+27
2015-03-31set NX crb input queues to 842 onlyDan Streetman1-1/+31
2015-03-31hw/ipmi: Rework sensors and fix boot count sensorJoel Stanley1-44/+37
2015-03-26FSP/LED: Validate before creating LED nodesskiboot-5.0-rc1Vasant Hegde1-0/+7
2015-03-26FSP/LED: Continue processing LED update request in error pathVasant Hegde1-4/+6
2015-03-26memboot: Add a memboot flash backendAlistair Popple2-15/+104
2015-03-26opal: Handle TB residue and HDEC parity HMI errors on split core.Mahesh Salgaonkar1-13/+10
2015-03-26opal: Recover from TFMR SPURR/PURR parity error.Mahesh Salgaonkar1-0/+24
2015-03-26opal: Recover from TFMR DEC parity error.Mahesh Salgaonkar1-1/+10
2015-03-26opal: Recover from TFMR HDEC parity error.Mahesh Salgaonkar1-0/+41
2015-03-26opal: Handle TFMR parity HMI event.Mahesh Salgaonkar1-1/+59
2015-03-26opal: Handle TFMR firmware control error.Mahesh Salgaonkar1-0/+9
2015-03-26opal: Recover from TB residue error.Mahesh Salgaonkar1-0/+9
2015-03-26opal: Refactor tb errors reset codeMahesh Salgaonkar1-1/+36
2015-03-26Revert "opal: Handle more TFAC errors."Mahesh Salgaonkar1-5/+0
2015-03-24fsp-sensor: add a label property for the ambient sensorCédric Le Goater1-0/+4
2015-03-24dts: add memory buffers temperature sensorsCédric Le Goater1-0/+96
2015-03-24dts: add some extra properties to improve the driverCédric Le Goater1-0/+2
2015-03-24dts: add a type propertyCédric Le Goater1-0/+1
2015-03-24dts: add a status propertyCédric Le Goater1-0/+9
2015-03-24dts: add device tree nodes for the core temperaturesCédric Le Goater1-0/+36
2015-03-24dts: add support to read the core temperaturesCédric Le Goater2-0/+166
2015-03-24core: add a platform op to read sensorsCédric Le Goater1-9/+4
2015-03-24Asynchronous LID/Resource loading for FSP systemsStewart Smith1-104/+274
2015-03-23Change load_resource() API to be all about preloading.Stewart Smith2-8/+16
2015-03-21FSP/SYSPARAM: Fix memory leak in error pathVasant Hegde1-3/+8
2015-03-20FSP/LEDS: Roll back exclusive bit in case FSP command queuing failsVasant Hegde2-18/+23
2015-03-20FSP/LEDS: Add OPAL interfaces for accessing or modifying the LED statesVasant Hegde2-6/+225
2015-03-20FSP/LEDS: Handle failure cases in set LED MBOX commandVasant Hegde1-69/+58
2015-03-20FSP/LEDS: Roll back LED state update in case FSP command queuing failsAnshuman Khandual1-0/+2
2015-03-20FSP/LEDS: Serialize the entire LED state change code and it's callbackAnshuman Khandual1-2/+10
2015-03-20FSP/LEDS: Modify handling of SPCN based LED commandsAnshuman Khandual2-10/+27
2015-03-20FSP/LEDS: Move checkpoint status variable to led_set_cmd structureVasant Hegde2-19/+18
2015-03-20FSP/LEDS: Add device tree nodesVasant Hegde1-0/+60
2015-03-17fsp: Fix FSP irq initialization on PSIHBCR for resetsAnanth N Mavinakayanahalli1-1/+3
2015-03-17Add NX P7+ supportDan Streetman3-78/+82
2015-03-17PHB3: Do not release unhold lock in error pathVasant Hegde1-1/+1
2015-03-17move nx-842 ct and ci nodes into main nx nodeDan Streetman1-11/+2
2015-03-10FSP/RTC: Check for TOD state in fsp_opal_rtc_readVasant Hegde1-11/+19
2015-03-10OCC: Fix possible memory leak in error pathVasant Hegde1-0/+5
2015-03-10fsp/rtc: Introduce the rtc write state machineNeelesh Gupta1-44/+74
2015-03-10fsp/rtc: Rename the rtc_request_state to rtc_read_request_stateNeelesh Gupta1-19/+20
2015-03-10OCC: Do not call occ_do_load if hostservice LID load is not completeVasant Hegde1-1/+3
2015-03-06trailing whitespace cleanup in p7ioc.cStewart Smith1-2/+2
2015-03-06Merge branch 'openpower'Stewart Smith5-3/+207
2015-03-06Refactor fsp-rtc.c to not call fsp_sync_msg (and thus pollers) with lock heldStewart Smith1-83/+71
2015-03-05hw/ipmmi: Disable watchdog on final resetJeremy Kerr1-0/+6
2015-03-05sparse: bt_backend can be staticCédric Le Goater1-1/+1