aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp
AgeCommit message (Expand)AuthorFilesLines
2016-04-27Merge branch 'skiboot-5.2.x' - PHB3 raceStewart Smith1-3/+13
2016-04-27Merge branch 'skiboot-5.1.x' into skiboot-5.2.xStewart Smith1-3/+13
2016-04-06OPAL:Handle mbox response with bad status:0x24 during FSP terminationMamatha1-3/+13
2016-03-31opal/errorlog : Removes redundant header file inclusionMukesh Ojha1-1/+0
2016-03-08fsp-sensor: rework device tree for sensorsCédric Le Goater1-213/+280
2016-02-23Merge branch 'stable' - s/advertize/advertise/Stewart Smith1-1/+1
2016-02-23fsp: fix spelling of "advertise" in log messageAndrew Donnellan1-1/+1
2015-12-03Merge branch 'stable'Stewart Smith1-0/+22
2015-12-01FSP: Give up PSI link on shutdownAnanth N Mavinakayanahalli1-0/+22
2015-11-18Merge branch 'stable'Stewart Smith1-4/+1
2015-11-18fsp/fsp-rtc: Correctly report back errors to hostStewart Smith1-4/+1
2015-11-12Merge branch 'stable'Stewart Smith2-4/+18
2015-11-12FSP: Handle DPO initiated CEC shutdown with FSP in RRAnanth N Mavinakayanahalli2-4/+18
2015-11-10llvm-scan-build: fix dead assignment in fsp-leds.cStewart Smith1-2/+0
2015-11-10llvm-scan-build: fix value is never read warningStewart Smith1-6/+2
2015-11-10llvm-scan-build: fix dead assignment warningStewart Smith1-6/+2
2015-11-10sparse: fix incorrect type in assignment in fsp-mem-err.cStewart Smith1-7/+7
2015-11-10sparse: fix be64 degrades to integer warnings in fsp-mem-err.cStewart Smith1-6/+6
2015-11-10sparse: correct endian conversion of sglistStewart Smith1-1/+1
2015-11-10sparse: add missing endian conversion in fsp-attn.cStewart Smith1-1/+1
2015-11-10sparse: fix endian conversion for MDST tableStewart Smith1-11/+12
2015-10-14fsp/dpo: DPO driver code improvementsVipin K Parashar1-31/+31
2015-10-13fix prerror() build failure in fsp-leds.cskiboot-5.1.7Stewart Smith1-1/+1
2015-10-13Merge branch 'stable': FSP leds fix and skiboot 5.1.7 release notesStewart Smith1-1/+12
2015-10-09Merge branch 'update-2.1.1.1' into stableStewart Smith1-1/+12
2015-10-09hw/fsp/fsp-leds.c: use allocated buffer for FSP_CMD_GET_LED_LIST responseStewart Smith1-2/+11
2015-10-07chiptod: chiptod code improvementsVipin K Parashar1-6/+7
2015-09-11fsp/ipmi: Fix an illegal memory accessNeelesh Gupta1-2/+1
2015-09-10move enum ipl_state to hw/fsp/fsp.cStewart Smith1-0/+10
2015-09-09Move FSP specific abort() code to platform layerVasant Hegde1-1/+25
2015-09-08Fix index of -1 into arrayStewart Smith1-1/+3
2015-08-31Fix stored value never read warning from scan-build in FSP code updateStewart Smith1-0/+3
2015-08-26Fix spelling mistakesStewart Smith5-8/+8
2015-08-14fsp/fsp-chiptod: Fix uninitialized valueKamalesh Babulal1-1/+1
2015-08-13fsp/chiptod: Fix initialised variableJoel Stanley1-5/+7
2015-07-31errorlog: Deprecate elog callback parameterSamuel Mendoza-Jonas12-41/+38
2015-07-31errorlog: Simplify log calling conventionSamuel Mendoza-Jonas1-13/+16
2015-07-17FSP/LEDS: Add support to handle SAI state request from service processorVasant Hegde1-25/+30
2015-07-17FSP/LEDS: Remove led-loc propertyVasant Hegde1-7/+0
2015-07-10fsp/ipmi: Add the in-band IPMI support for FSP systemsNeelesh Gupta2-1/+356
2015-07-10fsp/mem-err: Fix leak in one error path and minor clean upsNeelesh Gupta1-10/+4
2015-07-09opal: Enable backup topology.Mahesh Salgaonkar2-1/+75
2015-06-29doc/opal-api: Add description of OPAL EPOW and DPO messagesVipin K Parashar1-1/+1
2015-06-24queue_led_state_change() - Fix unterminated string warningKamalesh Babulal1-1/+1
2015-06-19Fix possible buffer overflowAnanth N Mavinakayanahalli1-1/+2
2015-06-19Use destination buffer size as bound for strncpyAnanth N Mavinakayanahalli1-1/+1
2015-06-19Fix potential NULL pointer dereferenceAnanth N Mavinakayanahalli1-0/+2
2015-06-19Fix potential NULL pointer dereferenceAnanth N Mavinakayanahalli1-0/+2
2015-06-16Fix surveillance lockingAnanth N Mavinakayanahalli1-0/+2
2015-06-01FSP/EPOW: OPAL EPOW driver cleanupVipin K Parashar2-160/+45