Skip to content

Commit

Permalink
mpipl: Disable fast-reboot during post MPIPL boot
Browse files Browse the repository at this point in the history
Otherwise device tree will continue to have `mpipl-boot` and kernel may
think its MPIPL boot.

Signed-off-by: Vasant Hegde <hegdevasant@linux.vnet.ibm.com>
Reviewed-by: Stewart Smith <stewart@flamingspork.com>
Signed-off-by: Oliver O'Halloran <oohall@gmail.com>
  • Loading branch information
Vasant Hegde authored and oohal committed Feb 12, 2020
1 parent 457f963 commit b858aef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions core/opal-dump.c
Expand Up @@ -529,6 +529,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();
Expand Down

0 comments on commit b858aef

Please sign in to comment.