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

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Tue Mar 10 02:44:02 AEDT 2020


On 3/5/20 12:22 PM, Oliver O'Halloran 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>

Reviewed-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>

-Vasant



More information about the Skiboot mailing list