diff options
author | Michael Neuling <mikey@neuling.org> | 2017-11-13 13:43:07 +1100 |
---|---|---|
committer | Stewart Smith <stewart@linux.vnet.ibm.com> | 2017-11-13 23:46:52 -0600 |
commit | 560eb231d6bf36442cb467b6d63e2c5342c34dd8 (patch) | |
tree | 8ea800214144d6786a83e4b9c5bce56ba7be9bd9 /hw | |
parent | 02f82a27eab8d1fb6ad440b74588c1cba3b32b5a (diff) | |
download | blackbird-skiboot-560eb231d6bf36442cb467b6d63e2c5342c34dd8.tar.gz blackbird-skiboot-560eb231d6bf36442cb467b6d63e2c5342c34dd8.zip |
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>
Diffstat (limited to 'hw')
-rw-r--r-- | hw/phb4.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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); |