[Skiboot] [PATCH] mpipl: Disable fast-reboot during post MPIPL boot

Vasant Hegde hegdevasant at linux.vnet.ibm.com
Thu Feb 6 04:15:45 AEDT 2020


Otherwise device tree will continue to have `mpipl-boot` and kernel may
think its MPIPL boot.

Signed-off-by: Vasant Hegde <hegdevasant at linux.vnet.ibm.com>
---
 core/opal-dump.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/core/opal-dump.c b/core/opal-dump.c
index 9b71c6468..4d7527f67 100644
--- a/core/opal-dump.c
+++ b/core/opal-dump.c
@@ -532,6 +532,8 @@ void opal_mpipl_init(void)
 	mpipl_metadata = (void *)(DUMP_METADATA_AREA_BASE);
 
 	if (dt_find_property(dump_node, "mpipl-boot")) {
+		disable_fast_reboot("MPIPL Boot");
+
 		post_mpipl_get_preserved_tags();
 		post_mpipl_get_opal_data();
 		post_mpipl_arch_regs_data();
-- 
2.21.1



More information about the Skiboot mailing list