[Skiboot] [PATCH] hw/fsp: Fix GENERIC_FAILURE mailbox status code

Oliver O'Halloran oohall at gmail.com
Mon Mar 30 17:32:55 AEDT 2020


On Thu, Mar 5, 2020 at 5:52 PM Oliver O'Halloran <oohall at gmail.com> wrote:
>
> The 0xEF return code is used to tell the hypervisor that the FSP was not
> able to replicate an NVRAM write to the secondary FSP. The GENERIC_FAILURE
> is using this code instead of the correct 0xFE code which indicates a
> generic error condition.
>
> We already have a FSP_STATUS_GENERIC_ERROR for 0xFE so convert the
> existing users of FSP_STATUS_GENERIC_FAILURE to use GENERIC_ERROR
> and remove the duplicate.
>
> Cc: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
> Signed-off-by: Oliver O'Halloran <oohall at gmail.com>

Merged as b776bb0fa86b31873007c7e4f677dfb7a70e54d2


More information about the Skiboot mailing list