[Skiboot] [PATCH v2 4/5] phb4: Enable EEH for MMIO

Russell Currey ruscur at russell.cc
Wed Apr 19 15:14:07 AEST 2017


Now that fence detection is implemented, EEH for MMIO can be turned on.

Signed-off-by: Russell Currey <ruscur at russell.cc>
---
 hw/phb4.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/hw/phb4.c b/hw/phb4.c
index e865d0d2..5b2bf851 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -2839,7 +2839,6 @@ static void phb4_init_hw(struct phb4 *p, bool first_init)
 	/* Init_16 - PHB Control */
 	out_be64(p->regs + PHB_CTRLR,
 		 PHB_CTRLR_IRQ_PGSZ_64K |
-		 PHB_CTRLR_MMIO_EEH_DISABLE | /* EEH disable for now ! */
 		 SETFIELD(PHB_CTRLR_TVT_ADDR_SEL, 0ull, TVT_2_PER_PE));
 
 	/* Init_17..40 - Architected IODA3 inits */
-- 
2.12.2



More information about the Skiboot mailing list