summaryrefslogtreecommitdiffstats
path: root/hw/lpc-mbox.c
diff options
context:
space:
mode:
authorFrederic Barrat <fbarrat@linux.vnet.ibm.com>2017-01-03 18:38:22 +0100
committerStewart Smith <stewart@linux.vnet.ibm.com>2017-03-02 18:24:40 +1100
commit95c59d192376a4360278393da5df53e21ae3fc72 (patch)
tree350553b209d78738fe1e1d7fb41ebd9c8c9b2247 /hw/lpc-mbox.c
parente812fd6053b92e8fae658b8731cc96c12f65270c (diff)
downloadblackbird-skiboot-95c59d192376a4360278393da5df53e21ae3fc72.tar.gz
blackbird-skiboot-95c59d192376a4360278393da5df53e21ae3fc72.zip
phb4: Fix TVE encoding for start address
>From the phb4 spec, when encoding the TVE, the pci start address bits 49:24 are encoded in bits TVE[52:53]||[0:23]. The mask to select bits 47:24 is incorrectly set. It should be 0xffffff000000, shifted left by 16, i.e. 0xffffff << 40 Signed-off-by: Frederic Barrat <fbarrat@linux.vnet.ibm.com> Reviewed-By: Alistair Popple <alistair@popple.id.au> Signed-off-by: Stewart Smith <stewart@linux.vnet.ibm.com>
Diffstat (limited to 'hw/lpc-mbox.c')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud