]> git.proxmox.com Git - mirror_edk2.git/commit
MdeModulePkg/PciBus: return CPU address for GetBarAttributes
authorHeyi Guo <heyi.guo@linaro.org>
Thu, 8 Feb 2018 03:13:27 +0000 (11:13 +0800)
committerArd Biesheuvel <ard.biesheuvel@linaro.org>
Thu, 15 Mar 2018 08:26:06 +0000 (08:26 +0000)
commitdc080d3b61e570e7a3163fc24afa6f8388d0c0bf
tree21e7e88aedd32da4f9d2c5c7179f9334b1421815
parentc03860d052335be405d45d9b6bb19de0d4693951
MdeModulePkg/PciBus: return CPU address for GetBarAttributes

According to UEFI spec 2.7, PciIo->GetBarAttributes should return host
address (CPU view ddress) rather than device address (PCI view
address), and
device address = host address + address translation offset,
so we subtract translation from device address before returning.

Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Heyi Guo <heyi.guo@linaro.org>
Signed-off-by: Yi Li <phoenix.liyi@huawei.com>
Reviewed-by: Ni Ruiyu <ruiyu.ni@intel.com>
Reviewed-by: Ard Biesheuvel <ard.biesheuvel@linaro.org>
MdeModulePkg/Bus/Pci/PciBusDxe/PciIo.c