summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.uni
diff options
context:
space:
mode:
authorRuiyu Ni <ruiyu.ni@intel.com>2018-12-01 22:43:28 +0800
committerRuiyu Ni <ruiyu.ni@intel.com>2018-12-10 10:30:13 +0800
commit0176af142ef632c82f37cd3616f0184241f4fcbb (patch)
tree91ff974b417960693d5e60cc4d28db5538354085 /MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.uni
parentf7f94ffe88283e331caff0cab2dee753acbc02d2 (diff)
downloadedk2-0176af142ef632c82f37cd3616f0184241f4fcbb.tar.gz
edk2-0176af142ef632c82f37cd3616f0184241f4fcbb.tar.bz2
edk2-0176af142ef632c82f37cd3616f0184241f4fcbb.zip
MdeModulePkg/PciBus: Shadow option ROM after BARs are programmed
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1376 Today's implementation reuses the 32bit MMIO resource requested by all PCI devices MMIO BARs when shadowing the option ROM. Take a simple example, a system has only one PCI device. It requires 8MB 32bit MMIO and contains a 4MB option ROM. Today's implementation only requests 8MB (max of 4M and 8M) 32bit MMIO from PciHostBridgeResourceAllocation protocol. Let's assume the MMIO range [3GB, 3GB+8MB) is allocated. The 3GB base address is firstly programmed to the option ROM BAR for option ROM shadow. Then the option ROM decoding is turned off and 3GB base address is programmed to the 32bit MMIO BAR. It doesn't cause issues when the device doesn't request too much MMIO. But when the device contains a 64bit MMIO BAR which requests 4GB MMIO and a 4MB option ROM. Let's assume [3GB, 3GB+8MB) 32bit MMIO range is allocated for the option ROM. When the option ROM is being shadowed, 64bit MMIO BAR is programmed to value 0, which means [0, 4GB) MMIO is given to the 64bit BAR. The range overlaps with the option ROM range which may cause the device malfunction (e.g.: option ROM cannot be read out) when the device has two separate decoders: one for MMIO BAR, the other for option ROM. The patch requests dedicated MEM32 resource for Option ROMs and moves the Option ROM shadow logic after all MMIO BARs are programmed. The MMIO BAR setting to 0 when shadowing Option ROM is also skipped because the MMIO BAR already contains the correct value. Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Ruiyu Ni <ruiyu.ni@intel.com> Reviewed-by: Hao Wu <hao.a.wu@intel.com>
Diffstat (limited to 'MdeModulePkg/Bus/Pci/EhciDxe/EhciDxe.uni')
0 files changed, 0 insertions, 0 deletions