Skip to content

Commit

Permalink
phb4: Force verbose EEH logging
Browse files Browse the repository at this point in the history
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@neuling.org>
Acked-by: Russell Currey <ruscur@russell.cc>
Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
  • Loading branch information
mikey authored and stewartsmith committed Jul 25, 2017
1 parent ddfe0ef commit 092bd64
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions hw/phb4.c
Expand Up @@ -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 */
verbose_eeh = 1;
if (verbose_eeh)
prlog(PR_INFO, "PHB4: Verbose EEH enabled\n");

Expand Down

0 comments on commit 092bd64

Please sign in to comment.