]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Bus
MdeModulePkg: Add match2 opcode support in SetupBrowserDxe and sample code in DriverS...
[mirror_edk2.git] / MdeModulePkg / Bus /
2012-12-25 erictianMdeMdeModulePkg/Ehci: Add logic to dispatch OHCI driver...
2012-12-25 erictianMdeMdeModulePkg/Xhci: Fix a wrong conditional judgment...
2012-11-14 erictianMdeModulePkg/AtaAtapiPassThru: fix buffer overflow...
2012-11-09 erictianMdeModulePkg/AtaAtapiPassThru: valid ports transverse...
2012-11-02 li-elvinUpdate comments for functions UhciAllocateDev, EhcCreat...
2012-11-01 erictianMdeModulePkg: eliminate all implicit library dependenci...
2012-10-31 erictianMdeModulePkg/AtaBusDxe: remove a redundant error check
2012-10-31 li-elvinFix build failure.
2012-10-30 li-elvinAdd missing status code in several modules.
2012-10-18 niruiyuUse %lx to print UINT64 value instead of %x.
2012-10-16 ydong10Fix code potential errors.
2012-10-11 lzeng14Add missing braces around initializer.
2012-10-10 erictianMdeModulePkg/UsbBusDxe: Timing tunning for better boot...
2012-09-19 qianouyangAdd TperReset Logic By using MOR bit - Remove the unnec...
2012-09-12 qianouyangAdd Tper Reset Logic by using MOR bit.
2012-09-07 niruiyuCache the state whether the ROM image contains EFI...
2012-08-28 rsun3Fix comparisons of enumerated types which may cause...
2012-08-23 niruiyuFix the bug in PciBus driver to correct parse the 64bit...
2012-08-22 erictianMdeModulePkg/AtaAtapiPassThru: Move error check behind...
2012-07-30 niruiyuChange the type of NotifyHandle from EFI_HANDLE to...
2012-06-25 erictianMdeMdeModulePkg/Usb: Eliminated the use of Set_Idle...
2012-06-18 erictianMdeMoMdeMdeModulePkg/EhciPei: By default power on all...
2012-06-18 erictianMdeMdeModulePkg/Usb: Coding style alignment
2012-06-14 erictianMdeMdeModulePkg/Usb: Fixed a build error in UsbMouseDxe...
2012-06-13 erictianMdeModulePkg/UsbMouse: Get HID descriptor from the...
2012-05-29 erictianMdeModulePkg/Ata: Clear PxCmd.SUD bit when the port...
2012-05-29 erictianMdeModulePkg/Ata: Use a new Pcd named "PcdAtaSmartEnabl...
2012-05-24 niruiyuRemove the check of signature because the code which...
2012-05-14 erictianMdeModulePkg/UsbMassStorage: Add 16 byte SCSI cmds...
2012-05-02 erictianMdeModulePkg: Fix EHCI module build warning reported...
2012-04-28 erictianMdeModulePkg: Enlarge timeout value to wait set_address...
2012-04-28 erictianMdeModulePkg: Skip to manage usb debug port in EDKII...
2012-04-12 rsun3MdeModulePkg PciBusDxe and DuetPkg PciBusNoEnumerationD...
2012-04-10 erictianMdeModulePkg: Fix build warning on Xhci driver with...
2012-03-30 erictianMdeModulePkg/UsbBusDxe:Correct typos in usb debug message
2012-03-27 erictianMdeModulePkg/XhciDxe: Event Ring traverse algorithm...
2012-03-16 qianouyangIntroduce tow non-blocking task lists to AtaBus. One...
2012-03-14 rsun3Improve robustness when scanning PCI Option ROM.
2012-03-07 erictianMdeModulePkg: add support for ORICO PEUS3-2P card
2012-03-06 erictianMdeModulePkg: When media_change happens at Partition...
2012-02-01 rsun3MdeModulePkg PciBusDxe: Add typecast to eliminate possi...
2012-01-31 rsun3MdeModulePkg PciBusDxe: Follow the P2P Bridge spec...
2011-12-22 rsun3MdeModulePkg PCI Bus Driver: Remove the workaround...
2011-12-21 erictianMdeModulePkg: Fix a bug in GetNextTargetLun()/GetNextTa...
2011-12-12 erictianMdeModulePkg: Fix a bug that UnregisterAtaDev() will...
2011-11-28 lgao4Update code to pass build on VS2008 with /Od compiler...
2011-11-25 lzeng14Allocate aligned buffer to satisfy the IoAlign requirem...
2011-11-25 erictianMdeModulePkg: The patch eliminates two assumptions
2011-11-16 erictianMdeModulePkg: Enable port power if port power control...
2011-11-15 qianouyangIn AtaAtapiPassThru driver
2011-11-15 erictianCorrect AtaAtapiPassThru module packaging info.
2011-11-09 lzeng14Remove some useless functions for EhciPei driver.
2011-11-03 erictianMdeModulePkg: ATA performance tuning.
2011-10-31 jljustenMdeModulePkg: Remove variables that are set, but not...
2011-10-31 rsun3Fix compiler warnings.
2011-10-28 rsun3MdeModulePkg PciBusDxe: The PCI Bus Driver is updated...
2011-10-25 niruiyuChange the SimpleTextInEx implementation to return...
2011-10-19 erictianIf the data buffer described by InDataBuffer/OutDataBuf...
2011-10-18 rsun3MdeModulePkg PciBusDxe: Allows PCI device drivers to...
2011-09-30 qianouyang1. Add Partial Keystroke Support in UsbKb drivers....
2011-09-29 erictianremove unnecessary retry logic from usb mass storage...
2011-09-28 rsun3MdeModulePkg PCI Bus Driver: Add more checks before...
2011-09-23 vanjefferror handling enhancement for possible null pointer...
2011-09-23 vanjeffRoll back r12434.
2011-09-23 erictianerror handling enhancement for possible null pointer...
2011-09-21 erictianCoding style refinement.
2011-09-18 lgao4Clean up the private GUID definition in module Level.
2011-09-14 erictian1) remove wrong global variable usage because it will...
2011-09-13 oliviermartinMdeModulePkg/UsbBusDxe: Removed unused variable
2011-09-07 erictianMedia detection logic is enhanced to be more robust.
2011-09-01 lzeng14Remove, correct and refine some debug messages.
2011-08-25 erictianFixed build error reported by ICC and GCC
2011-08-25 erictianError handling refinement at UsbIoResetPort() to avoid...
2011-08-24 erictianRemove CONST modifier to be spec compliance
2011-08-23 erictianEnabling usb3.0 XHCI support.
2011-08-17 lgao4Remove the blank line.
2011-08-08 niruiyuAdd non null assertion before using the bridge instance.
2011-08-04 niruiyuPrint resource allocation/bar programming when PciBus...
2011-07-06 niruiyuFix the comments to follow UEFI Spec regarding how...
2011-07-05 li-elvinReturn the correct status at the last of UnregisterAtaD...
2011-06-30 erictianFix a potential memory free failure bug in AtaAtapiPassThru
2011-06-27 jljustenMdeModulePkg: Add IdeBusPei driver
2011-06-27 jljustenMdeModulePkg: Add PEI USB drivers and related PPIs
2011-06-20 erictianFix potential null pointer dereference
2011-06-20 niruiyuFix EFI Option ROM being loaded twice unconditionally.
2011-06-14 erictianfix file name lowercase/uppercase inconsistent issue.
2011-06-14 erictianfix file name lowercase/uppercase inconsistent issue.
2011-06-14 erictianfix file name lowercase/uppercase inconsistent issue.
2011-06-14 erictianScsiBus/ScsiDisk enhancement for no_media state.
2011-06-13 erictianProduce DiskInfo for usb mass storage device
2011-06-04 andrewfishFix X64 clang warnings.
2011-06-02 vanjeffFix the issue when checking the value of KeyDescriptor...
2011-05-30 lzeng14Update code to pass packaging tool.
2011-05-26 li-elvinAdd more status code in drivers.
2011-05-23 niruiyuChange Partition/ScsiDxe driver to produce Block IO...
2011-05-19 erictianfix memory leak at AccessAtaDevice() of AtaBus.
2011-05-19 qianouyangUpdate the function's descriptions (which is in AtaBus...
2011-05-16 vanjeffUpdate USB keyboard driver to return scan code for...
2011-05-06 qianouyangAdd Pointer check for NULL before referring it and...
2011-05-04 hhuan131. Enabled SSP(StorageSecurityCommandProtocol) for...
next