[Skiboot] [PATCH V5 00/10] opal/errorlog : Generalizes error log read/write routines and adds write to host support for BMC systems

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Tue Aug 30 21:57:45 AEST 2016


On 08/21/2016 02:17 PM, Mukesh Ojha wrote:
> Currently, in the process of committing an error to FSP from OPAL, log info
> is first internally converted to PEL format and then pushed to the FSP.
> All the errors reported by OPAL are logged to FSP, if for some reason(say
> FSP is down) OPAL is not able to log its error to FSP with in a particular
> time, then it sends the log to the host directly. So, All the errors logs
> (FSP + OPAL) are pushed up to host platform by the FSP.
>
> This patchset improves current error log infrastructure by splitting
> existing FSP specific error log read/write routines into common and
> hardware(FSP) specific routines. This would make the way easier in
> enabling the error log writing to host support for BMC based platforms.
>
> It involves movement of some functions from FSP specific fsp-elog-write.c
> and fsp-elog-read.c files to core/errorlog.c . Introduction of platform
> hooks for elog info, ack, read and resend pending logs.

Can you please rebase on top of master and resend patchset?

-Vasant



More information about the Skiboot mailing list