aboutsummaryrefslogtreecommitdiff
path: root/hw/fsp/fsp-elog-write.c
AgeCommit message (Expand)AuthorFilesLines
2019-07-26SPDX-ify all skiboot codeStewart Smith1-17/+3
2016-10-25errorlog : Modification as per coding guidelines to make the code more legibleMukesh Ojha1-48/+58
2016-08-26FSP/ELOG: Fix elog timeout issueVasant Hegde1-8/+12
2016-08-26FSP/ELOG: Remove redundant elog stateVasant Hegde1-2/+2
2016-07-21FSP/ELOG: Fix OPAL generated elog resend logicVasant Hegde1-5/+0
2016-07-21FSP/ELOG: Fix possible event notifier hangsVasant Hegde1-0/+3
2016-07-21FSP/ELOG: Fix OPAL generated elog event notificationVasant Hegde1-9/+14
2016-06-24fsp-elog: add FWTS annotations for several errorsStewart Smith1-0/+6
2016-06-24fsp-elog-write: display error code from FSP on error writing error logStewart Smith1-1/+1
2015-05-07FSP/ELOG: Remove TCE mapping for host bufferVasant Hegde1-3/+0
2015-05-07FSP/ELOG: Reduce elog write buffer sizeVasant Hegde1-3/+3
2015-05-07FSP/ELOG: Free error log buffer in error pathVasant Hegde1-1/+5
2015-02-26sparse: elog_write_to_host_head_state can be staticCédric Le Goater1-1/+1
2015-02-06Move skiboot internal things from opal.h to opal-api.hStewart Smith1-0/+1
2014-12-10fsp-elog: Add various NULL checksBenjamin Herrenschmidt1-7/+18
2014-10-22fsp/elog: Create a logging frontendAlistair Popple1-194/+7
2014-10-22fsp/elog: Separate the PEL log formatting functionsAlistair Popple1-229/+10
2014-07-25elog: Remove opal prefix from data structures in errorlog.hDeepthi Dharwar1-50/+50
2014-07-25elog: Move error log data structres from opal.h to new file errorlog.hDeepthi Dharwar1-34/+2
2014-07-25elog: Support for re-sending Sapphire pending logs.Deepthi Dharwar1-0/+20
2014-07-25elog: Elog read side framework changes to read Sapphire logs.Deepthi Dharwar1-6/+111
2014-07-25elog: Introduce opal_poller_event for elog time outs.Deepthi Dharwar1-0/+46
2014-07-25elog: Reserve TCE buffer for pushing logs to the hostDeepthi Dharwar1-1/+14
2014-07-25elog: Queue errors to be committed in FSP with timeout value.Deepthi Dharwar1-5/+26
2014-07-25elog: Rename elog_write* to elog_write_to_fspDeepthi Dharwar1-13/+15
2014-07-25elog: Cosmetic elog-opal-read fixes.Deepthi Dharwar1-3/+3
2014-07-25elog: Capture elog size and time out values in struct opal_errorlogDeepthi Dharwar1-3/+3
2014-07-25elog: Fix race conditions in assigning platform log idDeepthi Dharwar1-5/+13
2014-07-02Initial commit of Open Source releaseBenjamin Herrenschmidt1-0/+643