blob: 29837119733ad8515489eefd08508d2d7801aa68 [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 Stanleyd7fd58d2019-10-23 12:30:37 +11004Subject: [PATCH 5/8] 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