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-13 23:46:52 -0600
commit560eb231d6bf36442cb467b6d63e2c5342c34dd8 (patch)
tree8ea800214144d6786a83e4b9c5bce56ba7be9bd9
parent02f82a27eab8d1fb6ad440b74588c1cba3b32b5a (diff)
downloadskiboot-560eb231d6bf36442cb467b6d63e2c5342c34dd8.zip
skiboot-560eb231d6bf36442cb467b6d63e2c5342c34dd8.tar.gz
skiboot-560eb231d6bf36442cb467b6d63e2c5342c34dd8.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>
-rw-r--r--hw/phb4.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/phb4.c b/hw/phb4.c
index 4f10db3..ac474ce 100644
--- a/hw/phb4.c
+++ b/hw/phb4.c
@@ -4263,7 +4263,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);