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

Stewart Smith stewart at flamingspork.com
Thu Feb 6 04:44:49 AEDT 2020


> On 5 Feb 2020, at 09:16, Vasant Hegde <hegdevasant at linux.vnet.ibm.com> wrote:
> 
> 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();

Yeah, makes a lot of sense

Reviewed-by: Stewart Smith <stewart at flamingspork.com>

> -- 
> 2.21.1
> 
> _______________________________________________
> Skiboot mailing list
> Skiboot at lists.ozlabs.org
> https://lists.ozlabs.org/listinfo/skiboot



More information about the Skiboot mailing list