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> |
Joel Stanley | 0b31494 | 2020-01-02 18:37:13 +1100 | [diff] [blame] | 3 | Date: Wed, 9 Oct 2019 19:34:29 +0530 |
Joel Stanley | 503b8d6 | 2020-01-20 12:11:01 +1000 | [diff] [blame] | 4 | Subject: [PATCH 2/3] powerpc/configs: add FADump awareness to |
Joel Stanley | 0b31494 | 2020-01-02 18:37:13 +1100 | [diff] [blame] | 5 | skiroot_defconfig |
Joel Stanley | 2d7d343 | 2019-10-09 16:55:26 +1030 | [diff] [blame] | 6 | |
| 7 | FADump is supported on PowerNV platform. To fulfill this support, the |
| 8 | petitboot kernel must be FADump aware. Enable config PRESERVE_FA_DUMP |
| 9 | to make the petitboot kernel FADump aware. |
| 10 | |
| 11 | Signed-off-by: Hari Bathini <hbathini@linux.ibm.com> |
Joel Stanley | 0b31494 | 2020-01-02 18:37:13 +1100 | [diff] [blame] | 12 | Signed-off-by: Michael Ellerman <mpe@ellerman.id.au> |
| 13 | Link: https://lore.kernel.org/r/157062986936.23016.10146169203560084401.stgit@hbathini.in.ibm.com |
| 14 | (cherry picked from commit aaa351504449c4babb80753c72920e4b25fbd8a9) |
Joel Stanley | 2d7d343 | 2019-10-09 16:55:26 +1030 | [diff] [blame] | 15 | Signed-off-by: Joel Stanley <joel@jms.id.au> |
| 16 | --- |
| 17 | arch/powerpc/configs/skiroot_defconfig | 1 + |
| 18 | 1 file changed, 1 insertion(+) |
| 19 | |
| 20 | diff --git a/arch/powerpc/configs/skiroot_defconfig b/arch/powerpc/configs/skiroot_defconfig |
Joel Stanley | 0b31494 | 2020-01-02 18:37:13 +1100 | [diff] [blame] | 21 | index 1253482a67c0..1e18454083ff 100644 |
Joel Stanley | 2d7d343 | 2019-10-09 16:55:26 +1030 | [diff] [blame] | 22 | --- a/arch/powerpc/configs/skiroot_defconfig |
| 23 | +++ b/arch/powerpc/configs/skiroot_defconfig |
| 24 | @@ -46,6 +46,7 @@ CONFIG_CPU_FREQ_DEFAULT_GOV_ONDEMAND=y |
| 25 | CONFIG_CPU_IDLE=y |
| 26 | CONFIG_HZ_100=y |
| 27 | CONFIG_KEXEC=y |
| 28 | +CONFIG_PRESERVE_FA_DUMP=y |
| 29 | CONFIG_IRQ_ALL_CPUS=y |
| 30 | CONFIG_NUMA=y |
| 31 | # CONFIG_COMPACTION is not set |