aboutsummaryrefslogtreecommitdiff
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-31Fix (hopefully) missing dot symbols in skiboot.mapBenjamin Herrenschmidt1-1/+1
2015-03-31exceptions: Catch exceptions at boot timeBenjamin Herrenschmidt4-30/+87
2015-03-31exceptions: Remove deprecated exception patching stuffBenjamin Herrenschmidt2-379/+14
2015-03-31mambo: Make mambo_utils.tcl optionalMichael Ellerman1-5/+8
2015-03-31mambo: Exit mambo when the simulation is stoppedMichael Ellerman1-2/+1
2015-03-31add NX register definesDan Streetman1-0/+120
2015-03-31set NX crb input queues to 842 onlyDan Streetman2-1/+37
2015-03-31core: Catch attempts to branch through a NULL pointerBenjamin Herrenschmidt1-0/+16
2015-03-31plat/firestone: Add missing platform hooksBenjamin Herrenschmidt1-0/+1
2015-03-31plat/firestone: Add missing platform hooksBenjamin Herrenschmidt1-0/+3
2015-03-31elog: Don't call uninitialized platform elog_commitBenjamin Herrenschmidt1-4/+15
2015-03-31external/opal-prd: Use "official" switch-endian syscallJeremy Kerr1-6/+14
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-26FSP: Serialize FSP MBOX command declarationVasant Hegde1-20/+20
2015-03-26memboot: Add a memboot flash backendAlistair Popple6-18/+134
2015-03-26opal: Handle TB residue and HDEC parity HMI errors on split core.Mahesh Salgaonkar6-15/+198
2015-03-26opal: Recover from TFMR SPURR/PURR parity error.Mahesh Salgaonkar2-0/+26
2015-03-26opal: Recover from TFMR DEC parity error.Mahesh Salgaonkar2-1/+11
2015-03-26opal: Recover from TFMR HDEC parity error.Mahesh Salgaonkar2-0/+42
2015-03-26opal: Handle TFMR parity HMI event.Mahesh Salgaonkar2-2/+60
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-25Fix start_preload_resource for OpenPower BMC machinesCédric Le Goater1-2/+3
2015-03-24fsp-sensor: add a label property for the ambient sensorCédric Le Goater1-0/+4
2015-03-24sensor: return OPAL_UNSUPPORTED when no sensors are supportedCédric Le Goater2-1/+2
2015-03-24sensor: add documentation for the OPAL_SENSOR_READ callCédric Le Goater1-0/+32
2015-03-24dts: add memory buffers temperature sensorsCédric Le Goater2-0/+122
2015-03-24dts: add device tree documentationCédric Le Goater1-0/+67
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 Goater3-0/+39
2015-03-24dts: add support to read the core temperaturesCédric Le Goater5-0/+197
2015-03-24core: add a platform op to read sensorsCédric Le Goater10-12/+122
2015-03-24OCC/hostservices: Call abort if hbrt_lid_list is emptyVasant Hegde1-2/+4
2015-03-24Asynchronous LID/Resource loading for FSP systemsStewart Smith12-114/+287
2015-03-23Change load_resource() API to be all about preloading.Stewart Smith12-36/+96
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 Hegde4-13/+270
2015-03-20FSP/LEDS: Handle failure cases in set LED MBOX commandVasant Hegde2-69/+62
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