aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2017-07-20 16:22:12 +1000
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-07-25 15:42:30 +1000
commit092bd64568a4373bd7304fd3346c044fac4ba2e6 (patch)
tree3d9179e0c0b70edc34e15bd56c8e209b0603c030
parentddfe0ef0d336a82696dddf99ffd4a11ecdf1023f (diff)
downloadskiboot-092bd64568a4373bd7304fd3346c044fac4ba2e6.zip
skiboot-092bd64568a4373bd7304fd3346c044fac4ba2e6.tar.gz
skiboot-092bd64568a4373bd7304fd3346c044fac4ba2e6.tar.bz2
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 <mikey@neuling.org> Acked-by: Russell Currey <ruscur@russell.cc> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--hw/phb4.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/hw/phb4.c b/hw/phb4.c
index f2c1f3e..16304d5 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");