aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp
AgeCommit message (Expand)AuthorFilesLines
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
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-10FSP/RTC: Check for TOD state in fsp_opal_rtc_readVasant Hegde1-11/+19
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-06Refactor fsp-rtc.c to not call fsp_sync_msg (and thus pollers) with lock heldStewart Smith1-83/+71
2015-03-05sparse: rtc_tod_state and rtc_tod_cache_dirty and be staticCédric Le Goater1-2/+2
2015-02-26sparse: fsp_dpo_init_tb can be staticCédric Le Goater1-1/+1
2015-02-26sparse: epow_status can be staticCédric Le Goater1-1/+1
2015-02-26sparse: elog_write_to_host_head_state can be staticCédric Le Goater1-1/+1
2015-02-26sparse: led_support can be staticCédric Le Goater1-1/+1
2015-02-26sparse: fix fsp_fillmsg definitionCédric Le Goater1-1/+1
2015-02-23capi: Add CAPI microcode read to load_resource()Michael Neuling1-0/+9