From 092bd64568a4373bd7304fd3346c044fac4ba2e6 Mon Sep 17 00:00:00 2001 From: Michael Neuling Date: Thu, 20 Jul 2017 16:22:12 +1000 Subject: [PATCH] phb4: Force verbose EEH logging 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 Acked-by: Russell Currey Signed-off-by: Stewart Smith --- hw/phb4.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/hw/phb4.c b/hw/phb4.c index f2c1f3eff2fc..16304d52ac50 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");