diff options
author | Michael Neuling <mikey@neuling.org> | 2017-07-20 16:22:12 +1000 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-07-25 15:42:30 +1000 |
commit | 092bd64568a4373bd7304fd3346c044fac4ba2e6 (patch) | |
tree | 3d9179e0c0b70edc34e15bd56c8e209b0603c030 /hw | |
parent | ddfe0ef0d336a82696dddf99ffd4a11ecdf1023f (diff) | |
download | skiboot-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>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/phb4.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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"); |