[OpenPower-Firmware] [PATCH 1/2] configs: add FADump support

Hari Bathini hbathini at linux.ibm.com
Mon Oct 7 18:50:05 AEDT 2019



On 03/10/19 2:23 PM, Mahesh Salgaonkar wrote:
> From: Hari Bathini <hbathini at linux.ibm.com>
> 
> FADump is supported on PowerNV platform. To fulfill this support, the
> petitboot kernel must be FADump aware. Enable config PRESERVE_FA_DUMP
> to make the petitboot kernel FADump aware.
> 
> Signed-off-by: Hari Bathini <hbathini at linux.ibm.com>
> ---
>  openpower/configs/linux/skiroot_defconfig |    1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/openpower/configs/linux/skiroot_defconfig b/openpower/configs/linux/skiroot_defconfig
> index 7c6c1a11..7f27567c 100644
> --- a/openpower/configs/linux/skiroot_defconfig
> +++ b/openpower/configs/linux/skiroot_defconfig
> @@ -302,3 +302,4 @@ CONFIG_WQ_WATCHDOG=y
>  # CONFIG_FTRACE is not set
>  # CONFIG_RUNTIME_TESTING_MENU is not set
>  CONFIG_XMON=y
> +CONFIG_PRESERVE_FA_DUMP=y
> 

Hi Joel,

Will post the patches based on v5.3 stable. Should I retain or drop this patch?
I mean, how to get the config PRESERVE_FA_DUMP option enabled in petitboot kernel?

Thanks
Hari



More information about the OpenPower-Firmware mailing list