summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus
AgeCommit message (Expand)AuthorFilesLines
2012-10-11Add missing braces around initializer.lzeng141-4/+8
2012-10-10MdeModulePkg/UsbBusDxe: Timing tunning for better boot performance.erictian3-8/+13
2012-09-19Add TperReset Logic By using MOR bit - Remove the unnecessary parameter. qianouyang1-13/+9
2012-09-12Add Tper Reset Logic by using MOR bit.qianouyang3-1/+244
2012-09-07Cache the state whether the ROM image contains EFI Option ROM when loading th...niruiyu4-74/+16
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun31-11/+11
2012-08-23Fix the bug in PciBus driver to correct parse the 64bit BAR.niruiyu1-16/+2
2012-08-22MdeModulePkg/AtaAtapiPassThru: Move error check behind the place that SetupFI...erictian1-7/+11
2012-07-30Change the type of NotifyHandle from EFI_HANDLE to VOID * for SimpleTextInEx ...niruiyu2-10/+8
2012-06-25MdeMdeModulePkg/Usb: Eliminated the use of Set_Idle request on usb modules.erictian3-57/+0
2012-06-18MdeMoMdeMdeModulePkg/EhciPei: By default power on all root ports of EHCI host...erictian1-1/+24
2012-06-18MdeMdeModulePkg/Usb: Coding style alignmenterictian2-4/+4
2012-06-14MdeMdeModulePkg/Usb: Fixed a build error in UsbMouseDxe and UsbMouseAbsoluteP...erictian2-4/+4
2012-06-13MdeModulePkg/UsbMouse: Get HID descriptor from the return of Get_Desc(Configu...erictian4-34/+186
2012-05-29MdeModulePkg/Ata: Clear PxCmd.SUD bit when the port has no device presented a...erictian1-0/+3
2012-05-29MdeModulePkg/Ata: Use a new Pcd named "PcdAtaSmartEnable" to control if enabl...erictian3-5/+8
2012-05-24Remove the check of signature because the code which looks for the input Noti...niruiyu1-5/+1
2012-05-14MdeModulePkg/UsbMassStorage: Add 16 byte SCSI cmds support if the last LBA ca...erictian4-7/+295
2012-05-02MdeModulePkg: Fix EHCI module build warning reported by VS2005 tool chain.erictian1-2/+2
2012-04-28MdeModulePkg: Enlarge timeout value to wait set_address request success for l...erictian1-3/+3
2012-04-28MdeModulePkg: Skip to manage usb debug port in EDKII EHCI driver if it's used...erictian4-5/+224
2012-04-12MdeModulePkg PciBusDxe and DuetPkg PciBusNoEnumerationDxe: Update ResetPowerM...rsun31-12/+32
2012-04-10MdeModulePkg: Fix build warning on Xhci driver with XCode 32 tool chain.erictian1-1/+2
2012-03-30MdeModulePkg/UsbBusDxe:Correct typos in usb debug messageerictian1-2/+2
2012-03-27MdeModulePkg/XhciDxe: Event Ring traverse algorithm enhancement to avoid that...erictian7-2279/+2338
2012-03-16Introduce tow non-blocking task lists to AtaBus. One maintains the sub-task w...qianouyang6-468/+580
2012-03-14Improve robustness when scanning PCI Option ROM.rsun31-23/+47
2012-03-07MdeModulePkg: add support for ORICO PEUS3-2P carderictian5-56/+53
2012-03-06MdeModulePkg: When media_change happens at Partition.Start(), the lower drive...erictian1-1/+5
2012-02-01MdeModulePkg PciBusDxe: Add typecast to eliminate possible "loss of precision...rsun31-2/+2
2012-01-31MdeModulePkg PciBusDxe: Follow the P2P Bridge spec to detect if a P2P bridge ...rsun31-4/+15
2011-12-22MdeModulePkg PCI Bus Driver: Remove the workaround for the EFI_PCI_IO_ATTRIBU...rsun31-18/+0
2011-12-21MdeModulePkg: Fix a bug in GetNextTargetLun()/GetNextTarget() when two cdroms...erictian1-2/+4
2011-12-12MdeModulePkg: Fix a bug that UnregisterAtaDev() will return error when SSP pr...erictian1-1/+1
2011-11-28Update code to pass build on VS2008 with /Od compiler option.lgao42-7/+7
2011-11-25Allocate aligned buffer to satisfy the IoAlign requirement of high level prot...lzeng143-48/+182
2011-11-25MdeModulePkg: The patch eliminates two assumptionserictian7-402/+1049
2011-11-16MdeModulePkg: Enable port power if port power control feature is supported by...erictian3-8/+29
2011-11-15In AtaAtapiPassThru driverqianouyang2-156/+157
2011-11-15Correct AtaAtapiPassThru module packaging info.erictian1-1/+1
2011-11-09Remove some useless functions for EhciPei driver.lzeng142-501/+1
2011-11-03MdeModulePkg: ATA performance tuning.erictian6-334/+341
2011-10-31MdeModulePkg: Remove variables that are set, but not usedjljusten7-36/+15
2011-10-31Fix compiler warnings.rsun31-2/+2
2011-10-28MdeModulePkg PciBusDxe: The PCI Bus Driver is updated to support multiple PC...rsun34-23/+168
2011-10-25Change the SimpleTextInEx implementation to return CTRL+C when CTRL and C are...niruiyu2-12/+12
2011-10-19If the data buffer described by InDataBuffer/OutDataBuffer and InTransferLeng...erictian1-2/+2
2011-10-18MdeModulePkg PciBusDxe: Allows PCI device drivers to set the EFI_PCI_IO_ATTRI...rsun32-4/+8
2011-09-301. Add Partial Keystroke Support in UsbKb drivers. See the Uefi2.3.1a chapter...qianouyang3-84/+130
2011-09-29remove unnecessary retry logic from usb mass storage driver.erictian3-44/+48