Joel Stanley | 2d7d343 | 2019-10-09 16:55:26 +1030 | [diff] [blame] | 1 | From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 |
| 2 | From: Hari Bathini <hbathini@linux.ibm.com> |
| 3 | Date: Wed, 9 Oct 2019 10:45:41 +0530 |
Joel Stanley | d7fd58d | 2019-10-23 12:30:37 +1100 | [diff] [blame] | 4 | Subject: [PATCH 5/8] powerpc/configs: add FADump support in petitboot kernel |
Joel Stanley | 2d7d343 | 2019-10-09 16:55:26 +1030 | [diff] [blame] | 5 | |
| 6 | FADump is supported on PowerNV platform. To fulfill this support, the |
| 7 | petitboot kernel must be FADump aware. Enable config PRESERVE_FA_DUMP |
| 8 | to make the petitboot kernel FADump aware. |
| 9 | |
| 10 | Signed-off-by: Hari Bathini <hbathini@linux.ibm.com> |
| 11 | Signed-off-by: Joel Stanley <joel@jms.id.au> |
| 12 | --- |
| 13 | arch/powerpc/configs/skiroot_defconfig | 1 + |
| 14 | 1 file changed, 1 insertion(+) |
| 15 | |
| 16 | diff --git a/arch/powerpc/configs/skiroot_defconfig b/arch/powerpc/configs/skiroot_defconfig |
| 17 | index 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 |