From 1f379c76414da7209dbd4dbf855d2927074398c8 Mon Sep 17 00:00:00 2001 From: Ian Munsie Date: Mon, 23 May 2016 19:04:26 +1000 Subject: phb3: Mask off FIR bit indicating link speed change on p8+ This FIR bit is informational and should not take the system down. Signed-off-by: Ian Munsie Signed-off-by: Stewart Smith --- hw/phb3.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hw/phb3.c b/hw/phb3.c index ab9d117..5a6b3aa 100644 --- a/hw/phb3.c +++ b/hw/phb3.c @@ -4178,7 +4178,7 @@ static void phb3_init_hw(struct phb3 *p, bool first_init) out_be64(p->regs + PHB_OUT_ERR_IRQ_ENABLE, 0x600c42fc042080f0); out_be64(p->regs + PHB_INA_ERR_IRQ_ENABLE, 0xc000a3a901826020); out_be64(p->regs + PHB_INB_ERR_IRQ_ENABLE, 0x0000600000800070); - out_be64(p->regs + PHB_LEM_ERROR_MASK, 0x42498e327f502eae); + out_be64(p->regs + PHB_LEM_ERROR_MASK, 0x42498e367f502eae); /* * Init_141 - Enable DMA address speculation -- cgit v1.1