aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp
AgeCommit message (Expand)AuthorFilesLines
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
2015-05-12Add pr_fmt to do printf/prlog prefixing automagicallyStewart Smith4-171/+126
2015-05-07Preload VPD LID and set up fsp_lid_load() for async queued loadingStewart Smith2-5/+29
2015-05-07FSP LID loading: always remove from lid_loaded listStewart Smith1-4/+2
2015-05-07Fix FSP resource/LID loading for preloading LIDs.Stewart Smith1-5/+9
2015-05-07FSP/ELOG: Remove TCE mapping for host bufferVasant Hegde1-3/+0
2015-05-07FSP/ELOG: Reduce elog write buffer sizeVasant Hegde1-3/+3
2015-05-07FSP/ELOG: Free error log buffer in error pathVasant Hegde1-1/+5
2015-05-07FSP/ELOG: Do not reject elog in acknowledgement pathVasant Hegde1-2/+0
2015-05-07FSP/ELOG: Use elog REJECT state properlyVasant Hegde1-2/+7
2015-05-07FSP/ELOG: Reduce elog read buffer sizeVasant Hegde1-1/+1
2015-05-07FSP/LED: Handle SA indicator update notificationVasant Hegde1-0/+30
2015-05-07FSP/SYSPARAM: Introduce update notify system parameter notifierVasant Hegde1-0/+49
2015-05-07FSP/LED: Add system attention indicator supportVasant Hegde1-1/+176
2015-05-07FSP/LED: Get SAI location code from device treeVasant Hegde1-11/+59
2015-05-07FSP/LED: Use LED mode informationVasant Hegde1-2/+15
2015-05-07FSP/LED: Validate before creating led nodeVasant Hegde1-3/+4
2015-05-07FSP/LED: Define macro instead of hardcoding led typeVasant Hegde1-5/+8
2015-05-07FSP/LED: Move led header file to include directoryVasant Hegde2-155/+1
2015-04-29surv: Fix "hearbeat" typoAnton Blanchard1-3/+3
2015-04-15FSP/CUPD: Remove CamelCaseVasant Hegde2-27/+27
2015-04-09FSP/CUPD: Fix lock issueskiboot-5.0Vasant Hegde1-8/+1
2015-04-01Remove redundant includes of opal-api.hMichael Ellerman9-9/+0
2015-03-31opal: Fix an issue where partial LID load causes opal to hang.skiboot-5.0-rc2Mahesh Salgaonkar1-1/+16
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-24fsp-sensor: add a label property for the ambient sensorCédric Le Goater1-0/+4
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 Smith1-7/+7
2015-03-21FSP/SYSPARAM: Fix memory leak in error pathVasant Hegde1-3/+8