[OpenPower-Firmware] [PATCH 1/2] configs: add FADump support

Mahesh Salgaonkar mahesh at linux.vnet.ibm.com
Thu Oct 3 18:53:45 AEST 2019


From: Hari Bathini <hbathini at linux.ibm.com>

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>
---
 openpower/configs/linux/skiroot_defconfig |    1 +
 1 file changed, 1 insertion(+)

diff --git a/openpower/configs/linux/skiroot_defconfig b/openpower/configs/linux/skiroot_defconfig
index 7c6c1a11..7f27567c 100644
--- a/openpower/configs/linux/skiroot_defconfig
+++ b/openpower/configs/linux/skiroot_defconfig
@@ -302,3 +302,4 @@ CONFIG_WQ_WATCHDOG=y
 # CONFIG_FTRACE is not set
 # CONFIG_RUNTIME_TESTING_MENU is not set
 CONFIG_XMON=y
+CONFIG_PRESERVE_FA_DUMP=y



More information about the OpenPower-Firmware mailing list