summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add a blank line in the end of file.lgao42010-03-051-1/+1
* fix build errorerictian2010-03-051-1/+1
* roll back the parameter check of AsyncInterruptTransfer() and SyncInterruptTr...erictian2010-03-051-4/+2
* Add an EHCI register dump function for debug. Not hooked in any place...andrewfish2010-03-042-0/+41
* uniform the sw and hw expression to avoid confusing. it does not effect hw fu...erictian2010-03-042-3/+8
* Minor bug fix and robustness check improvement.rsun32010-03-031-4/+7
* update Ehci driver to distinct pci memory address and host addresserictian2010-02-286-53/+86
* 1. Correct File header to ## @filelgao42010-02-2412-44/+44
* add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport.niruiyu2010-02-201-1/+1