summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus
Commit message (Expand)AuthorAgeFilesLines
* Add TperReset Logic By using MOR bit - Remove the unnecessary parameter. qianouyang2012-09-191-13/+9
* Add Tper Reset Logic by using MOR bit.qianouyang2012-09-123-1/+244
* Cache the state whether the ROM image contains EFI Option ROM when loading th...niruiyu2012-09-074-74/+16
* Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32012-08-281-11/+11
* Fix the bug in PciBus driver to correct parse the 64bit BAR.niruiyu2012-08-231-16/+2
* MdeModulePkg/AtaAtapiPassThru: Move error check behind the place that SetupFI...erictian2012-08-221-7/+11
* Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2012-07-302-10/+8
* MdeMdeModulePkg/Usb: Eliminated the use of Set_Idle request on usb modules.erictian2012-06-253-57/+0
* MdeMoMdeMdeModulePkg/EhciPei: By default power on all root ports of EHCI host...erictian2012-06-181-1/+24
* MdeMdeModulePkg/Usb: Coding style alignmenterictian2012-06-182-4/+4
* MdeMdeModulePkg/Usb: Fixed a build error in UsbMouseDxe and UsbMouseAbsoluteP...erictian2012-06-142-4/+4
* MdeModulePkg/UsbMouse: Get HID descriptor from the return of Get_Desc(Configu...erictian2012-06-134-34/+186
* MdeModulePkg/Ata: Clear PxCmd.SUD bit when the port has no device presented a...erictian2012-05-291-0/+3
* MdeModulePkg/Ata: Use a new Pcd named "PcdAtaSmartEnable" to control if enabl...erictian2012-05-293-5/+8
* Remove the check of signature because the code which looks for the input Noti...niruiyu2012-05-241-5/+1
* MdeModulePkg/UsbMassStorage: Add 16 byte SCSI cmds support if the last LBA ca...erictian2012-05-144-7/+295
* MdeModulePkg: Fix EHCI module build warning reported by VS2005 tool chain.erictian2012-05-021-2/+2
* MdeModulePkg: Enlarge timeout value to wait set_address request success for l...erictian2012-04-281-3/+3
* MdeModulePkg: Skip to manage usb debug port in EDKII EHCI driver if it's used...erictian2012-04-284-5/+224
* MdeModulePkg PciBusDxe and DuetPkg PciBusNoEnumerationDxe: Update ResetPowerM...rsun32012-04-121-12/+32
* MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain.erictian2012-04-101-1/+2
* MdeModulePkg/UsbBusDxe:Correct typos in usb debug messageerictian2012-03-301-2/+2
* MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian2012-03-277-2279/+2338
* Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang2012-03-166-468/+580
* Improve robustness when scanning PCI Option ROM.rsun32012-03-141-23/+47
* MdeModulePkg: add support for ORICO PEUS3-2P carderictian2012-03-075-56/+53
* MdeModulePkg: When media_change happens at Partition.Start(), the lower drive...erictian2012-03-061-1/+5
* MdeModulePkg PciBusDxe: Add typecast to eliminate possible "loss of precision...rsun32012-02-011-2/+2
* MdeModulePkg PciBusDxe: Follow the P2P Bridge spec to detect if a P2P bridge ...rsun32012-01-311-4/+15
* MdeModulePkg PCI Bus Driver: Remove the workaround for the EFI_PCI_IO_ATTRIBU...rsun32011-12-221-18/+0
* MdeModulePkg: Fix a bug in GetNextTargetLun()/GetNextTarget() when two cdroms...erictian2011-12-211-2/+4
* MdeModulePkg: Fix a bug that UnregisterAtaDev() will return error when SSP pr...erictian2011-12-121-1/+1
* Update code to pass build on VS2008 with /Od compiler option.lgao42011-11-282-7/+7
* Allocate aligned buffer to satisfy the IoAlign requirement of high level prot...lzeng142011-11-253-48/+182
* MdeModulePkg: The patch eliminates two assumptionserictian2011-11-257-402/+1049
* MdeModulePkg: Enable port power if port power control feature is supported by...erictian2011-11-163-8/+29
* In AtaAtapiPassThru driverqianouyang2011-11-152-156/+157
* Correct AtaAtapiPassThru module packaging info.erictian2011-11-151-1/+1
* Remove some useless functions for EhciPei driver.lzeng142011-11-092-501/+1
* MdeModulePkg: ATA performance tuning.erictian2011-11-036-334/+341
* MdeModulePkg: Remove variables that are set, but not usedjljusten2011-10-317-36/+15
* Fix compiler warnings.rsun32011-10-311-2/+2
* MdeModulePkg PciBusDxe: The PCI Bus Driver is updated to support multiple PC...rsun32011-10-284-23/+168
* Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu2011-10-252-12/+12
* If the data buffer described by InDataBuffer/OutDataBuffer and InTransferLeng...erictian2011-10-191-2/+2
* MdeModulePkg PciBusDxe: Allows PCI device drivers to set the EFI_PCI_IO_ATTRI...rsun32011-10-182-4/+8
* 1. Add Partial Keystroke Support in UsbKb drivers. See the Uefi2.3.1a chapter...qianouyang2011-09-303-84/+130
* remove unnecessary retry logic from usb mass storage driver.erictian2011-09-293-44/+48
* MdeModulePkg PCI Bus Driver: Add more checks before dispatching an EFI PCI Op...rsun32011-09-281-11/+30
* error handling enhancement for possible null pointer dereferencevanjeff2011-09-232-10/+18