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

Michael Neuling mikey at neuling.org
Thu Jul 20 16:22:12 AEST 2017


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 */
+	verbose_eeh = 1;
 	if (verbose_eeh)
 		prlog(PR_INFO, "PHB4: Verbose EEH enabled\n");
 
-- 
2.11.0



More information about the Skiboot mailing list