[OpenPower-Firmware] [PATCH 4/4] powerpc/configs: add FADump support in petitboot kernel
Joel Stanley
joel at jms.id.au
Wed Oct 9 17:07:05 AEDT 2019
On Wed, 9 Oct 2019 at 05:15, Hari Bathini <hbathini at linux.ibm.com> wrote:
>
> 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>
Thanks. I have merged your changes.
Please send this patch upstream to linuxppc-dev for inclusion.
> ---
> arch/powerpc/configs/skiroot_defconfig | 1 +
> 1 file changed, 1 insertion(+)
>
> diff --git a/arch/powerpc/configs/skiroot_defconfig b/arch/powerpc/configs/skiroot_defconfig
> index 557b530..7a1f0cc 100644
> --- a/arch/powerpc/configs/skiroot_defconfig
> +++ b/arch/powerpc/configs/skiroot_defconfig
> @@ -46,6 +46,7 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
> CONFIG_CPU_IDLE=y
> CONFIG_HZ_100=y
> CONFIG_KEXEC=y
> +CONFIG_PRESERVE_FA_DUMP=y
> CONFIG_IRQ_ALL_CPUS=y
> CONFIG_NUMA=y
> # CONFIG_COMPACTION is not set
>
More information about the OpenPower-Firmware
mailing list