summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus
Commit message (Expand)AuthorAgeFilesLines
* Update USB keyboard driver to return scan code for Pause key.vanjeff2011-05-161-12/+5
* Add Pointer check for NULL before referring it and remove unnecessary pointer...qianouyang2011-05-061-1/+1
* 1. Enabled SSP(StorageSecurityCommandProtocol) for ATA devices.hhuan132011-05-044-13/+622
* Add BlockIO2 Protocol.qianouyang2011-05-0310-959/+2231
* Change BlockIo drivers to return EFI_NO_MEDIA or EFI_MEDIA_CHANGED even the B...niruiyu2011-04-253-63/+71
* Fix the USB keyboard driver to call hotkey callback even no one is calling Re...niruiyu2011-04-194-397/+300
* Update some progress codes name per the PI Spec, 1.2 Errata B. vanjeff2011-03-112-4/+4
* fix null DevicePath issue.erictian2011-03-101-0/+3
* fix a invalid pointer conversion when builing 32bit image.erictian2011-03-082-16/+22
* when timeout is 0, infinite loop on the timeout request to follow UEFI specerictian2011-03-042-10/+32
* 1. fix AtaPassThru.PassThru() sct failureerictian2011-01-063-34/+91
* Use REPORT_STATUS_CODExxx() macros directly.mdkinney2011-01-031-36/+76
* Clean ISA_IO/ISA_IO_16 and VGA_IO/VGA_IO_16 attribute usage in PCI bus driver...rsun32010-12-284-53/+79
* 1. update MatchUsbWwid() to check Vendor Id, Product Id and Interface Number. xdu22010-12-243-19/+48
* Add special treatment for EFI_PCI_IO_ATTRIBUTE_EMBEDDED_DEVICE and EFI_PCI_IO...rsun32010-12-142-0/+10
* Update the PCI bus driver to correctly set the EFI_PCI_IO_ATTRIBUTE_EMBEDDED_...rsun32010-12-144-0/+17
* EHCI Controllers with a CapLen of 0 are ignored.erictian2010-11-261-0/+8
* The PCI HotPlug Init Protocol returns a list of Root HPC, but it is possible ...rsun32010-11-223-3/+6
* Fix bug: The lower 2 bits of Width and stripped, Count will always be multipl...vanjeff2010-11-121-7/+7
* Fix ICC build break.rsun32010-11-101-7/+7
* Some existing PCI adapters with UEFI option ROMs make unaligned requests thro...rsun32010-11-092-0/+138
* Per the UEFI spec, if a PCI controller is a P2P bridge, then the I/O, Memory ...rsun32010-11-081-2/+2
* S.M.A.R.T feature enableerictian2010-10-282-0/+376
* return EFI_DEVICE_ERROR if the Status value is not EFI_SUCCESS.erictian2010-10-194-6/+20
* set the interface of usb hid device to boot protocol if it's not in such case.erictian2010-10-182-2/+2
* fix 32bit build warningerictian2010-10-142-14/+14
* DuetPkg, MdeModulePkg: Fix several enum comparionsjljusten2010-10-131-1/+1
* remove additional space from comments and pass ICC/GCC44 builderictian2010-09-305-1124/+1114
* add native ide/ahci drivererictian2010-09-298-0/+8805
* Refine code to make code run safely.ydong102010-09-162-6/+6
* Refine soma code to make code run safely.ydong102010-09-157-16/+16
* Fill AtaDeviceHeader field in ATA command blockqhuang82010-09-021-0/+1
* Change the check condition for 16 byte command, when HDD size is > 2TB, use 1...li-elvin2010-08-232-48/+53
* clear the correct BAR register. Because for P2P device, only register from 0x...niruiyu2010-08-181-2/+8
* According to SCSI spec, ANSI version is 3 bits, so 0x7 should be used to get ...li-elvin2010-08-042-5/+5
* Update AtaBus module to use Uefi.h as the master header file as it is a pure ...qhuang82010-07-261-1/+1
* Return from ProgramBar() after VF BARs are programmed.rsun32010-07-131-1/+2
* Fix bugs in the PCI bus driver to support SR-IOV.rsun32010-07-136-228/+289
* Change MaxBlock to HEX value to avoid GCC build failure.li-elvin2010-06-041-4/+4
* If SCSI version support Read/Write (16) command, use both commands to access ...li-elvin2010-05-282-41/+244
* Update UHCI and ECHI drivers to both Stop and Reset the host controller at Ex...mdkinney2010-05-072-5/+7
* Fix bug in PciHostBridgeEnumerator().mdkinney2010-05-071-1/+1
* raise TPL to TPL_CALLBACK level at DriverBindingStart() for all usb-related m...erictian2010-05-054-7/+31
* Update the copyright notice formathhtian2010-04-24112-224/+224
* Use SimpleTextInEx.Reset to initialize correctly KeyToggleStatue and KeyShift...erictian2010-04-191-4/+4
* Fix compile break on IA32 arch.lgao42010-03-202-2/+2
* Fix a bug that usb keybarod can not work well when it is inserted at a usb 2....erictian2010-03-198-142/+122
* fix ia32 build error.erictian2010-03-171-2/+2
* The ATA alignment_logic_in_phy_blocks field doesn’t directly report the low...erictian2010-03-171-1/+2
* Minor comment fix.rsun32010-03-102-2/+2