aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp/fsp.c
AgeCommit message (Expand)AuthorFilesLines
2022-02-04Fix array-bound compilation warningsAbhishek Singh Tomar1-1/+1
2021-08-06hw/imc: Power10 supportAnju T Sudhakar1-0/+5
2020-03-30Revert "FSP: Disable PSI link whenever FSP tells OPAL about impending R/R"Vasant Hegde1-8/+17
2020-03-12Re-license IBM written files as Apache 2.0 OR GPLv2+Stewart Smith1-1/+1
2020-03-11hw/fsp: Remove stray va_end() in __fsp_fillmsg()Oliver O'Halloran1-1/+0
2020-02-24capp: Add lid definition for P9 DD2.3Frederic Barrat1-0/+2
2019-12-16dt: assorted cleanupsNicholas Piggin1-1/+1
2019-12-16fsp: endian conversionsNicholas Piggin1-21/+21
2019-12-16cpu: use dt accessor device tree accessNicholas Piggin1-1/+1
2019-11-11Remove dead POWER7 codeNicholas Piggin1-4/+1
2019-07-26SPDX-ify all skiboot codeStewart Smith1-12/+5
2019-06-24hw/fsp/fsp.c: remove lying commentsStewart Smith1-9/+0
2019-06-24core/opal: move HIR trigger to FSP pollerStewart Smith1-0/+17
2019-06-04Remove POWER7 and POWER7+ supportStewart Smith1-1/+0
2019-06-03prd: Implement generic FSP - HBRT interfaceVasant Hegde1-0/+2
2018-09-20FSP: Improve Reset/Reload log messageVasant Hegde1-2/+2
2018-05-04fsp: Fix msg vaargs usageJoel Stanley1-2/+2
2018-04-10hw/imc: Add support to load imc catalog lid fileMadhavan Srinivasan1-0/+3
2018-03-06capp: Add lid definition for P9 DD-2.2Christophe Lombard1-0/+2
2017-12-06fsp: Bail out of HIR if FSP is resetting voluntarilyAnanth N Mavinakayanahalli1-4/+16
2017-10-11FSP: Disable PSI link whenever FSP tells OPAL about impending R/RVasant Hegde1-17/+8
2017-10-06capp: Add lid definitions for P9 DD-2.0 & DD-2.1Vaibhav Jain1-0/+4
2017-06-21FSP: Add check to detect FSP R/R inside fsp_sync_msg()Vasant Hegde1-2/+11
2017-06-19capi: Load capp microcodeChristophe Lombard1-0/+2
2017-06-14FSP: Set status field in response message for timed out messageVasant Hegde1-1/+4
2017-06-14FSP: Improve timeout messageVasant Hegde1-4/+5
2017-05-10FSP: Notify FSP of Platform Log ID after Host Initiated Reset ReloadStewart Smith1-15/+46
2017-03-16hw/fsp: Do not queue SP and SPCN class messages during reset/reloadAnanth N Mavinakayanahalli1-0/+16
2016-11-24fsp: Don't recurse pollers in ibm_fsp_terminateStewart Smith1-0/+31
2016-08-11psi: Remove psi->workingBenjamin Herrenschmidt1-2/+0
2016-07-11FSP: Validate fsp_msg response memory allocationVasant Hegde1-1/+7
2016-04-27fsp: Add CAPP lid definition for NaplesPhilippe Bergheaud1-0/+2
2016-02-23fsp: fix spelling of "advertise" in log messageAndrew Donnellan1-1/+1
2015-12-01FSP: Give up PSI link on shutdownAnanth N Mavinakayanahalli1-0/+22
2015-11-12FSP: Handle DPO initiated CEC shutdown with FSP in RRAnanth N Mavinakayanahalli1-3/+17
2015-09-10move enum ipl_state to hw/fsp/fsp.cStewart Smith1-0/+10
2015-09-08Fix index of -1 into arrayStewart Smith1-1/+3
2015-08-26Fix spelling mistakesStewart Smith1-1/+1
2015-07-31errorlog: Deprecate elog callback parameterSamuel Mendoza-Jonas1-1/+1
2015-06-19Fix potential NULL pointer dereferenceAnanth N Mavinakayanahalli1-0/+2
2015-05-07Preload VPD LID and set up fsp_lid_load() for async queued loadingStewart Smith1-3/+13
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-04-01Remove redundant includes of opal-api.hMichael Ellerman1-1/+0
2015-03-31opal: Fix an issue where partial LID load causes opal to hang.skiboot-5.0-rc2Mahesh Salgaonkar1-1/+16
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-17fsp: Fix FSP irq initialization on PSIHBCR for resetsAnanth N Mavinakayanahalli1-1/+3
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