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

Russell Currey ruscur at russell.cc
Mon Apr 10 11:57:36 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 2b2d2ab7..7a212809 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -2824,7 +2824,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.1



More information about the Skiboot mailing list