]> git.proxmox.com Git - mirror_edk2.git/history - MdeModulePkg/Bus
Clean up DEC files:
[mirror_edk2.git] / MdeModulePkg / Bus /
2011-05-06 qianouyangAdd Pointer check for NULL before referring it and...
2011-05-04 hhuan131. Enabled SSP(StorageSecurityCommandProtocol) for...
2011-05-03 qianouyangAdd BlockIO2 Protocol.
2011-04-25 niruiyuChange BlockIo drivers to return EFI_NO_MEDIA or EFI_ME...
2011-04-19 niruiyuFix the USB keyboard driver to call hotkey callback...
2011-03-11 vanjeffUpdate some progress codes name per the PI Spec, 1...
2011-03-10 erictianfix null DevicePath issue.
2011-03-08 erictianfix a invalid pointer conversion when builing 32bit...
2011-03-04 erictianwhen timeout is 0, infinite loop on the timeout request...
2011-01-06 erictian1. fix AtaPassThru.PassThru() sct failure
2011-01-03 mdkinneyUse REPORT_STATUS_CODExxx() macros directly.
2010-12-28 rsun3Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute...
2010-12-24 xdu21. update MatchUsbWwid() to check Vendor Id, Product...
2010-12-14 rsun3Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED...
2010-12-14 rsun3Update the PCI bus driver to correctly set the EFI_PCI_...
2010-11-26 erictianEHCI Controllers with a CapLen of 0 are ignored.
2010-11-22 rsun3The PCI HotPlug Init Protocol returns a list of Root...
2010-11-12 vanjeffFix bug: The lower 2 bits of Width and stripped, Count...
2010-11-10 rsun3Fix ICC build break.
2010-11-09 rsun3Some existing PCI adapters with UEFI option ROMs make...
2010-11-08 rsun3Per the UEFI spec, if a PCI controller is a P2P bridge...
2010-10-28 erictianS.M.A.R.T feature enable
2010-10-19 erictianreturn EFI_DEVICE_ERROR if the Status value is not...
2010-10-18 erictianset the interface of usb hid device to boot protocol...
2010-10-14 erictianfix 32bit build warning
2010-10-13 jljustenDuetPkg, MdeModulePkg: Fix several enum comparions
2010-09-30 erictianremove additional space from comments and pass ICC...
2010-09-29 erictianadd native ide/ahci driver
2010-09-16 ydong10Refine code to make code run safely.
2010-09-15 ydong10Refine soma code to make code run safely.
2010-09-02 qhuang8Fill AtaDeviceHeader field in ATA command block
2010-08-23 li-elvinChange the check condition for 16 byte command, when...
2010-08-18 niruiyuclear the correct BAR register. Because for P2P device...
2010-08-04 li-elvinAccording to SCSI spec, ANSI version is 3 bits, so...
2010-07-26 qhuang8Update AtaBus module to use Uefi.h as the master header...
2010-07-13 rsun3Return from ProgramBar() after VF BARs are programmed.
2010-07-13 rsun3Fix bugs in the PCI bus driver to support SR-IOV.
2010-06-04 li-elvinChange MaxBlock to HEX value to avoid GCC build failure.
2010-05-28 li-elvinIf SCSI version support Read/Write (16) command, use...
2010-05-07 mdkinneyUpdate UHCI and ECHI drivers to both Stop and Reset...
2010-05-07 mdkinneyFix bug in PciHostBridgeEnumerator().
2010-05-05 erictianraise TPL to TPL_CALLBACK level at DriverBindingStart...
2010-04-24 hhtianUpdate the copyright notice format
2010-04-19 erictianUse SimpleTextInEx.Reset to initialize correctly KeyTog...
2010-03-20 lgao4Fix compile break on IA32 arch.
2010-03-19 erictianFix a bug that usb keybarod can not work well when...
2010-03-17 erictianfix ia32 build error.
2010-03-17 erictianThe ATA alignment_logic_in_phy_blocks field doesn’t...
2010-03-10 rsun3Minor comment fix.
2010-03-05 lgao4Add a blank line in the end of file.
2010-03-05 erictianfix build error
2010-03-05 erictianroll back the parameter check of AsyncInterruptTransfer...
2010-03-04 andrewfishAdd an EHCI register dump function for debug. Not hooke...
2010-03-04 erictianuniform the sw and hw expression to avoid confusing...
2010-03-03 rsun3Minor bug fix and robustness check improvement.
2010-02-28 erictianupdate Ehci driver to distinct pci memory address and...
2010-02-24 lgao41. Correct File header to ## @file
2010-02-20 niruiyuadd more comments for gEfiMdeModulePkgTokenSpaceGuid...
2010-02-11 erictian1. free those inserted NsKeyNode resource when releasin...
2010-02-11 rsun3Coding style fix and minor improvements.
2010-02-02 erictianwhen remaining device path is not NULL, check if it...
2010-01-29 mdkinneyRemove unnecessary use of FixedPcdxxx() functions and...
2010-01-27 xli24Remove reference to PCDs of status code value. Use...
2010-01-26 qhuang8Clean up AtaBus driver to not depend on PI IdeControlle...
2010-01-19 rsun3Improve coding style in MdeModulePkg.
2010-01-15 rsun3Fix some coding style issues in MdeModulePkg.
2010-01-14 rsun3Fix the issue in MdeModulePkg that mismatch between...
2010-01-11 davidhuang1. Add missing CloseProtocol in case RemainingDevicePat...
2010-01-11 davidhuang1. Eliminate RemainingDevicePath Type limitation, let...
2009-12-31 qhuang8Fix minor coding style issues.
2009-12-31 qhuang8Remove the hard-code IoAlign in BlockIo.Media; instead...
2009-12-30 qhuang8Fix bug that that the template does not match fields...
2009-12-29 rsun3Fix a bug about linked list manipulation in DegradeReso...
2009-12-29 rsun3Fix a bug in DegradeResource().
2009-12-25 qhuang8Add assertion to ensure the boolean value must be 0...
2009-12-25 rsun3Fix ICC toolchain build break.
2009-12-24 rsun3Update resource degrade algorithm in PCI bus driver...
2009-12-24 rsun3Update PCI bus driver to support non-standard PCI to...
2009-12-24 qhuang81. Fix bug in some boundary cases to calculate SectorCo...
2009-12-22 qhuang8Add new UEFI driver AtaBusDxe:
2009-12-22 qhuang8Enhance SCSI disk module to produce Disk Info protocol...
2009-12-16 eric_tianadd error handling on usb related modules.
2009-12-10 AJFISHTempoprary removal of this ASSERT as it crashes the...
2009-10-26 vanjeffSet Handle to NULL when creating a new handle.
2009-10-20 davidhuang1. Impl PI 1.2 PCI part. Major changes include:
2009-10-14 jljustenMdeModule EhciDxe: Fix compiler warning for IA32 archit...
2009-10-14 eric_tianupdate code to eliminate the wrong assumption that...
2009-10-05 jljustenMdeModulePkg-UsbBusDxe: Add work around for slower...
2009-09-30 eric_tianFor the data region which will be touched by Pci Bus...
2009-09-15 vanjeff1. updated PCI/AGP Devices to check RemainingDevicePath...
2009-09-14 vanjeffupdated the Bus Driver that is able to create all or...
2009-09-14 eric_tianIn various archs, Processor memory address may not...
2009-08-24 eric_tianfree allocated memory in error handler.
2009-08-19 eric_tianadd error handler in return places.
2009-08-19 eric_tianmodify the incorrect timeout value definitions in Usb...
2009-08-11 eric_tianadd comments to clarify the enhancement on EHCI driver...
2009-07-24 eric_tiancode cleanup:
2009-07-23 eric_tianAdding a segment code to make sure that the EHCI contro...
2009-07-23 rsun3Fixed a bug that the system hangs with an assert in...
2009-07-03 vanjeffremove UndiRuntimeDxe from MdeModulePkg to OptionRomPkg
next