aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2015-05-01Add xscom_ok() and lpc_ok() to check XSCOM and LPC usabilityskiboot-5.0.1Benjamin Herrenschmidt6-2/+41
2015-05-01xscom: Remove recursive lockingBenjamin Herrenschmidt1-18/+6
2015-05-01init: Display message before loading kernelJoel Stanley1-0/+2
2015-05-01prd: Only alter host presentation bits of IPOLL maskJeremy Kerr1-4/+6
2015-04-09FSP/CUPD: Fix lock issueskiboot-5.0Vasant Hegde1-8/+1
2015-04-09bt: Add a temporary workaround for bmc dropping messagesAlistair Popple1-8/+26
2015-04-09hw/ipmi: Fix FW Boot Progress sensorJoel Stanley1-5/+3
2015-04-08nx: use gcid + 1 for CIDan Streetman2-19/+19
2015-04-07address reviews for: libflash:don't use the low level interface if it doesn't...skiboot-5.0-rc3Cyril Bur1-10/+4
2015-04-01external: create a GUARD partition parsing utilityCyril Bur5-0/+920
2015-04-01libflash/file: add file abstraction for libflashCyril Bur4-0/+238
2015-04-01libflash: don't use the low level interface if it doesn't existCyril Bur1-1/+9
2015-04-01Remove redundant includes of opal-api.hMichael Ellerman34-34/+0
2015-04-01Move contents of opal.h to opal-api.hMichael Ellerman3-932/+949
2015-04-01Move opal-api.h to opal-internal.hMichael Ellerman3-84/+86
2015-04-01Remove opal-internal.hMichael Ellerman1-234/+0
2015-04-01external/opal-prd: Use link register for cross-endian branchJeremy Kerr1-3/+3
2015-04-01core: Add support for cec_power_down() on mamboMichael Ellerman3-2/+19
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