[Skiboot] [PATCH 02/10] phb4: Force verbose EEH logging

Russell Currey ruscur at russell.cc
Thu Jul 20 16:32:37 AEST 2017


On Thu, 2017-07-20 at 16:22 +1000, Michael Neuling wrote:
> Force verbose EEH. This is a heavy handed and we should turn if off
> later as things stabilise, but is useful for now.
> 
> Signed-off-by: Michael Neuling <mikey at neuling.org>
> ---
>  hw/phb4.c | 2 ++
>  1 file changed, 2 insertions(+)
> 
> diff --git a/hw/phb4.c b/hw/phb4.c
> index f2c1f3eff2..16304d52ac 100644
> --- a/hw/phb4.c
> +++ b/hw/phb4.c
> @@ -4565,6 +4565,8 @@ void probe_phb4(void)
>  	struct dt_node *np;
>  
>  	verbose_eeh = nvram_query_eq("pci-eeh-verbose", "true");
> +	/* REMOVEME: force this for now until we stabalise PCIe */

It's "stabilise" :D

This is a good idea, though.

Acked-by: Russell Currey <ruscur at russell.cc>

> +	verbose_eeh = 1;
>  	if (verbose_eeh)
>  		prlog(PR_INFO, "PHB4: Verbose EEH enabled\n");
>  



More information about the Skiboot mailing list