blob: 5223dd3f37cefc5c7e1d51e41c9fbaec5fbaa2c8 [file] [log] [blame]
Joel Stanley2d7d3432019-10-09 16:55:26 +10301From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
2From: Hari Bathini <hbathini@linux.ibm.com>
3Date: Wed, 9 Oct 2019 10:45:41 +0530
Joel Stanleya9726d12019-10-15 13:24:18 +10304Subject: [PATCH 5/7] powerpc/configs: add FADump support in petitboot kernel
Joel Stanley2d7d3432019-10-09 16:55:26 +10305
6FADump is supported on PowerNV platform. To fulfill this support, the
7petitboot kernel must be FADump aware. Enable config PRESERVE_FA_DUMP
8to make the petitboot kernel FADump aware.
9
10Signed-off-by: Hari Bathini <hbathini@linux.ibm.com>
11Signed-off-by: Joel Stanley <joel@jms.id.au>
12---
13 arch/powerpc/configs/skiroot_defconfig | 1 +
14 1 file changed, 1 insertion(+)
15
16diff --git a/arch/powerpc/configs/skiroot_defconfig b/arch/powerpc/configs/skiroot_defconfig
17index 557b530b2f70..7a1f0cc62c67 100644
18--- a/arch/powerpc/configs/skiroot_defconfig
19+++ b/arch/powerpc/configs/skiroot_defconfig
20@@ -46,6 +46,7 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y
21 CONFIG_CPU_IDLE=y
22 CONFIG_HZ_100=y
23 CONFIG_KEXEC=y
24+CONFIG_PRESERVE_FA_DUMP=y
25 CONFIG_IRQ_ALL_CPUS=y
26 CONFIG_NUMA=y
27 # CONFIG_COMPACTION is not set