aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Neuling <mikey@neuling.org>2017-11-13 13:43:07 +1100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-11-14 00:42:55 -0600
commitb239ebf0ef9b9af79593db18029080565139a426 (patch)
treeaa71e6bfd55316b2137f85a320a5c21ee57e667c
parent46c41629bb43ec894fc1dc20502b252e15c24818 (diff)
downloadskiboot-b239ebf0ef9b9af79593db18029080565139a426.zip
skiboot-b239ebf0ef9b9af79593db18029080565139a426.tar.gz
skiboot-b239ebf0ef9b9af79593db18029080565139a426.tar.bz2
phb4: Update inits
New init value from HW folks for the fence enable register. This clears bit 17 (CFG Write Error CA or UR response) and bit 22 (MMIO Write DAT_ERR Indication) and sets bit 21 (MMIO CFG Pending Error) Signed-off-by: Michael Neuling <mikey@neuling.org> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com> (cherry picked from commit 560eb231d6bf36442cb467b6d63e2c5342c34dd8) Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
-rw-r--r--hw/phb4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/phb4.c b/hw/phb4.c
index a537efe..3e55993 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -4232,7 +4232,7 @@ static void phb4_init_errors(struct phb4 *p)
out_be64(p->regs + 0x0d08, 0x0000000000000000ull);
out_be64(p->regs + 0x0d18, 0xffffff0fffffffffull);
out_be64(p->regs + 0x0d28, 0x0000400a00000000ull);
- out_be64(p->regs + 0x0d30, 0xdff7fb01f7ddfff0ull); /* XXX CAPI has diff. value */
+ out_be64(p->regs + 0x0d30, 0xdff7bd01f7ddfff0ull); /* XXX CAPI has diff. value */
out_be64(p->regs + 0x0d40, 0x0000000000000000ull);
out_be64(p->regs + 0x0d48, 0x0000000000000000ull);
out_be64(p->regs + 0x0d50, 0x0000000000000000ull);