aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp/fsp.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-02-18fsp: Audit callers of opal_run_pollersBenjamin Herrenschmidt1-5/+15
2015-02-17core: Add subid to load_resource()Michael Neuling1-13/+26
2015-02-06Move skiboot internal things from opal.h to opal-api.hStewart Smith1-0/+1
2014-12-10FSP: Reset the response outstanding bitmap on reset startAnanth N Mavinakayanahalli1-2/+6
2014-12-10FSP: Fix unused result warnings in fsp driverAnanth N Mavinakayanahalli1-9/+60
2014-12-09Make fsp_freemsg() behave if passed a NULL pointerStewart Smith1-1/+1
2014-12-09fsp: Avoid NULL dereference in case of invalid class_resp bitsBenjamin Herrenschmidt1-8/+19
2014-12-02elog: Clean up error logging headersAlistair Popple1-1/+1
2014-12-02tce: Use TCE macrosNeelesh Gupta1-14/+14
2014-11-26Merge branch 'update-2.1.1.1'Stewart Smith1-1/+1
2014-11-26FSP: Validate fsp_msg in fsp_queue_msgVasant Hegde1-1/+1