commit | 8e8f22d48798603b1532941b9a396b9e67145ea1 | [log] [tgz] |
---|---|---|
author | Andrew Jeffery <andrew@aj.id.au> | Sat Apr 21 16:39:37 2018 +0930 |
committer | Brad Bishop <bradleyb@fuzziesquirrel.com> | Tue May 01 01:33:10 2018 +0000 |
tree | b28b43a6c1fe98082d8225c09bd92232e6aa83af | |
parent | 8de079015e5ea8dc3883c466afd0d4e0de3c8ac1 [diff] |
witherspoon: Enable phosphor-wdt-on-panic KERNEL_FEATURE This allows the SoC to switch to the alternate BMC flash device when we hit a kernel panic. Tested: Instrumented which chip the system was currently booted from, booted a kernel with a broken root= configuration to trigger a panic, observed the system reboot due to a watchdog event, confirmed the chip used by the reboot was different. Change-Id: I763ebadc3e26cc9e420e2469277970fbde974459 Signed-off-by: Andrew Jeffery <andrew@aj.id.au>
diff --git a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf index db6658f..0b17762 100644 --- a/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf +++ b/meta-openbmc-machines/meta-openpower/meta-ibm/meta-witherspoon/conf/machine/witherspoon.conf
@@ -1,5 +1,6 @@ KMACHINE = "aspeed" KERNEL_DEVICETREE = "${KMACHINE}-bmc-opp-${MACHINE}.dtb" +KERNEL_FEATURES_append = " phosphor-wdt-on-panic" UBOOT_MACHINE = "ast_g5_ncsi_config"