aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp/fsp.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-10-30fsp: Allow loading initramfs resourcesJeremy Kerr1-0/+4
2014-10-30platform: add a platform hook for loading external resourcesJeremy Kerr1-0/+48
2014-10-15Perhaps we shouldn't prerror() about the presence of an FSP. perhaps.Stewart Smith1-1/+2
2014-10-15Make FSP a lot less verbose by setting log priorityStewart Smith1-54/+63
2014-10-15FSP buffer allocation messages can be PR_DEBUG.Stewart Smith1-4/+4
2014-10-08use prlog(PR_INSANE in hw/fsp/fsp.c in place of DBG ifdefStewart Smith1-8/+6
2014-08-13dpo: Move the FSP async messagae handling into a separate fileAnshuman Khandual1-47/+0
2014-08-08lock: Fix races when setting in_con_lockBenjamin Herrenschmidt1-0/+8
2014-08-08FSP: Make mbx error messages more verboseAnanth N Mavinakayanahalli1-5/+6
2014-07-30epow: Enable Environment and Power Warning support in FSP machinesAnshuman Khandual1-5/+0
2014-07-25DPO: Add support for Delayed Power Off sequence on FSP machinesAnshuman Khandual1-0/+48
2014-07-25FSP: Trigger HIR on more DISR indicationsAnanth N Mavinakayanahalli1-4/+10
2014-07-25FSP: Reset DISR's RR complete for 'protocol' completionAnanth N Mavinakayanahalli1-0/+3
2014-07-25FSP/PSI: Drive FSP reset on HIRAnanth N Mavinakayanahalli1-10/+4
2014-07-25FSP: Rework the R/R state machineAnanth N Mavinakayanahalli1-13/+42
2014-07-25FSP/PSI: Start/stop PSI link polling in psi.cAnanth N Mavinakayanahalli1-6/+0
2014-07-25FSP: Fix hdes trackingAnanth N Mavinakayanahalli1-1/+1
2014-07-21fsp: [BZ113133] Don't commit error log for FSP with FSP lock heldMamatha Inamdar1-5/+11
2014-07-13FSP: Do not reset FSP if Debug in Progress is setAnanth N Mavinakayanahalli1-0/+7
2014-07-13opal: poller re-entrancy try #3Benjamin Herrenschmidt1-16/+2