summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-28MdeModulePkg PCI Bus Driver: Add more checks before dispatching an EFI PCI Op...rsun31-11/+30
2011-09-23error handling enhancement for possible null pointer dereferencevanjeff2-10/+18
2011-09-23Roll back r12434.vanjeff2-18/+10
2011-09-23error handling enhancement for possible null pointer dereferenceerictian2-10/+18
2011-09-21Coding style refinement.erictian2-1/+4
2011-09-18Clean up the private GUID definition in module Level.lgao48-45/+24
2011-09-141) remove wrong global variable usage because it will bring data corrupt if t...erictian11-1047/+1315
2011-09-13MdeModulePkg/UsbBusDxe: Removed unused variableoliviermartin1-2/+0
2011-09-07Media detection logic is enhanced to be more robust.erictian1-70/+86
2011-09-01Remove, correct and refine some debug messages.lzeng143-26/+8
2011-08-25Fixed build error reported by ICC and GCCerictian4-23/+19
2011-08-25Error handling refinement at UsbIoResetPort() to avoid device state machine g...erictian1-12/+10
2011-08-24Remove CONST modifier to be spec complianceerictian2-12/+12
2011-08-23Enabling usb3.0 XHCI support.erictian15-84/+8041
2011-08-17Remove the blank line. lgao41-2/+1
2011-08-08Add non null assertion before using the bridge instance.niruiyu1-0/+6
2011-08-04Print resource allocation/bar programming when PciBus driver does PCI BUS enu...niruiyu6-288/+324
2011-07-06Fix the comments to follow UEFI Spec regarding how to check an EFI_HANDLE is ...niruiyu22-40/+40
2011-07-05Return the correct status at the last of UnregisterAtaDevice.li-elvin1-1/+1
2011-06-30Fix a potential memory free failure bug in AtaAtapiPassThruerictian1-7/+9
2011-06-27MdeModulePkg: Add IdeBusPei driverjljusten3-0/+3008
2011-06-27MdeModulePkg: Add PEI USB drivers and related PPIsjljusten30-0/+15070
2011-06-20Fix potential null pointer dereferenceerictian1-6/+6
2011-06-20Fix EFI Option ROM being loaded twice unconditionally.niruiyu1-15/+1
2011-06-14fix file name lowercase/uppercase inconsistent issue.erictian1-2/+2
2011-06-14fix file name lowercase/uppercase inconsistent issue.erictian1-0/+0
2011-06-14fix file name lowercase/uppercase inconsistent issue.erictian1-0/+0
2011-06-14ScsiBus/ScsiDisk enhancement for no_media state.erictian4-273/+367
2011-06-13Produce DiskInfo for usb mass storage deviceerictian13-46/+351
2011-06-04Fix X64 clang warnings.andrewfish1-1/+1
2011-06-02Fix the issue when checking the value of KeyDescriptor->Modifier to see if it...vanjeff1-1/+1
2011-05-30Update code to pass packaging tool.lzeng141-2/+0
2011-05-26Add more status code in drivers.li-elvin6-4/+18