aboutsummaryrefslogtreecommitdiff
path: root/include/fsp.h
AgeCommit message (Expand)AuthorFilesLines
2019-07-26SPDX-ify all skiboot codeStewart Smith1-17/+4
2019-06-24op_display: make platform function rather than "FSP" specificStewart Smith1-0/+2
2019-06-03prd: Implement generic FSP - HBRT interfaceVasant Hegde1-1/+5
2019-06-03prd: Implement generic HBRT - FSP interfaceVasant Hegde1-0/+6
2018-05-04fsp: Fix msg vaargs usageJoel Stanley1-2/+2
2018-02-21sensors: Support reading u64 sensor valuesShilpasri G Bhat1-1/+1
2017-11-30nvram: Fix 'missing' nvram on FSP systems.Cyril Bur1-1/+0
2017-10-11FSP: Disable PSI link whenever FSP tells OPAL about impending R/RVasant Hegde1-1/+0
2017-05-26fsp/tpo: Provide support for disabling TPO alarmVaibhav Jain1-0/+1
2017-05-10FSP: Notify FSP of Platform Log ID after Host Initiated Reset ReloadStewart Smith1-1/+5
2017-03-16hw/fsp: Do not queue SP and SPCN class messages during reset/reloadAnanth N Mavinakayanahalli1-0/+1
2016-11-24fsp: Don't recurse pollers in ibm_fsp_terminateStewart Smith1-0/+7
2015-12-01FSP: Give up PSI link on shutdownAnanth N Mavinakayanahalli1-0/+1
2015-11-12FSP: Handle DPO initiated CEC shutdown with FSP in RRAnanth N Mavinakayanahalli1-0/+1
2015-09-09Move FSP specific abort() code to platform layerVasant Hegde1-0/+3
2015-07-10fsp/ipmi: Add the in-band IPMI support for FSP systemsNeelesh Gupta1-0/+6
2015-07-09opal: Enable backup topology.Mahesh Salgaonkar1-0/+9
2015-05-07Preload VPD LID and set up fsp_lid_load() for async queued loadingStewart Smith1-1/+2
2015-05-07FSP/LED: Add system attention indicator supportVasant Hegde1-0/+12
2015-03-26FSP: Serialize FSP MBOX command declarationVasant Hegde1-20/+20
2015-03-24core: add a platform op to read sensorsCédric Le Goater1-0/+2
2015-03-24Asynchronous LID/Resource loading for FSP systemsStewart Smith1-0/+2
2015-03-23Change load_resource() API to be all about preloading.Stewart Smith1-2/+2
2015-03-20FSP/LEDS: Handle failure cases in set LED MBOX commandVasant Hegde1-0/+4
2015-03-20FSP/LEDS: Add device tree nodesVasant Hegde1-0/+1
2015-03-06Refactor fsp-rtc.c to not call fsp_sync_msg (and thus pollers) with lock heldStewart Smith1-0/+9
2015-02-17core: Add subid to load_resource()Michael Neuling1-1/+2
2015-02-13FSP/LEDS: Do not expose driver specific functionsVasant Hegde1-4/+0
2015-01-22rtc: Remove the not used prototypeNeelesh Gupta1-2/+0
2014-12-10Enable warn_unused_result for fsp_fetch_data_queue()Vasant Hegde1-1/+1
2014-11-28Enable warn_unused_result for fsp_queue_msg()Stewart Smith1-1/+1
2014-11-27Liberally sprinkle attribute((warn_unused_result)) around the placeStewart Smith1-2/+2
2014-10-30platform: add a platform hook for loading external resourcesJeremy Kerr1-0/+1
2014-10-15led: Handle all the FSP_MCLASS_INDICATOR class sub commandsAnshuman Khandual1-0/+21
2014-08-13dpo: Move the FSP async messagae handling into a separate fileAnshuman Khandual1-0/+3
2014-08-13fsp/tpo: Enable Timed power on (TPO) supportMamatha Inamdar1-0/+4
2014-08-01ATTN: Set up attention area to handle attentionAruna Balakrishnaiah1-0/+3
2014-08-01epow: Fix mbox command encoding to remove FSP orphan responsesAnshuman Khandual1-3/+3
2014-07-30epow: Enable Environment and Power Warning support in FSP machinesAnshuman Khandual1-0/+6
2014-07-25DPO: Add support for Delayed Power Off sequence on FSP machinesAnshuman Khandual1-0/+2
2014-07-25FSP: Trigger HIR on more DISR indicationsAnanth N Mavinakayanahalli1-0/+6
2014-07-25FSP: Rework the R/R state machineAnanth N Mavinakayanahalli1-0/+1
2014-07-08opal: Replace fsp_poll() with a full run of all OPAL pollersBenjamin Herrenschmidt1-3/+0
2014-07-08fsp: Remove unused fields in fsp_msgBenjamin Herrenschmidt1-10/+0
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+755