In various archs, Processor memory address may not be same with Pci memory address...
commit4bd4a2f730d4d931b1ed5d6fa47a2fb9d5b24db0
authortian, feng <eric_tian@tianocore.org>
Mon, 14 Sep 2009 05:26:09 +0000 (14 05:26 +0000)
committertian, feng <eric_tian@tianocore.org>
Mon, 14 Sep 2009 05:26:09 +0000 (14 05:26 +0000)
treef251e2b2bc50850fdfcdddbc2295e5e1e12a246a
parentdbfa63ba2d8df3545f15d04f27709982edf2c93e
In various archs, Processor memory address may not be same with Pci memory address. For usb host controller, we should use pci memory address to initialize framelist register and all address field in QH/TD.
MdeModulePkg/Bus/Pci/UhciDxe/Uhci.c
MdeModulePkg/Bus/Pci/UhciDxe/Uhci.h
MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.c
MdeModulePkg/Bus/Pci/UhciDxe/UhciQueue.h
MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.c
MdeModulePkg/Bus/Pci/UhciDxe/UhciSched.h
MdeModulePkg/Bus/Usb/UsbBusDxe/UsbEnumer.c