aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp/fsp.c
AgeCommit message (Expand)AuthorFilesLines
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
2014-07-08FSP: Fix state check to trigger link downAnanth N Mavinakayanahalli1-6/+9
2014-07-08fsp: Check for recursion in fsp_sync_msgBenjamin Herrenschmidt1-2/+17
2014-07-08fsp: Make more message asynchronousBenjamin Herrenschmidt1-4/+4
2014-07-08opal: Replace fsp_poll() with a full run of all OPAL pollersBenjamin Herrenschmidt1-12/+5
2014-07-08fsp: Remove unused fields in fsp_msgBenjamin Herrenschmidt1-11/+0
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+2147