summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus
Commit message (Expand)AuthorAgeFilesLines
* 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
* 1. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout ev...erictian2010-02-111-3/+1
* Coding style fix and minor improvements.rsun32010-02-116-47/+47
* when remaining device path is not NULL, check if it's the device managed by b...erictian2010-02-021-2/+5
* Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2010-01-292-6/+5
* Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli242010-01-279-55/+26
* Clean up AtaBus driver to not depend on PI IdeControllerInit Protocol definit...qhuang82010-01-262-11/+10
* Improve coding style in MdeModulePkg.rsun32010-01-1925-639/+634
* Fix some coding style issues in MdeModulePkg.rsun32010-01-155-17/+21
* Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun32010-01-145-19/+19
* 1. Add missing CloseProtocol in case RemainingDevicePath is NULL or EndOfDpdavidhuang2010-01-111-0/+9
* 1. Eliminate RemainingDevicePath Type limitation, let PassThru to check its v...davidhuang2010-01-111-67/+70
* Fix minor coding style issues.qhuang82009-12-312-29/+30
* Remove the hard-code IoAlign in BlockIo.Media; instead, this value should inh...qhuang82009-12-312-1/+2
* Fix bug that that the template does not match fields in structure EFI_BLOCK_I...qhuang82009-12-301-3/+3
* Fix a bug about linked list manipulation in DegradeResource() in PCI bus driver.rsun32009-12-291-2/+5
* Fix a bug in DegradeResource().rsun32009-12-291-15/+16
* Add assertion to ensure the boolean value must be 0 or 1 before the use of ar...qhuang82009-12-251-1/+2
* Fix ICC toolchain build break.rsun32009-12-251-2/+2
* Update resource degrade algorithm in PCI bus driver. (1)If any child device h...rsun32009-12-242-29/+70
* Update PCI bus driver to support non-standard PCI to PCI bridge I/O window al...rsun32009-12-246-6/+46
* 1. Fix bug in some boundary cases to calculate SectorCountExp.qhuang82009-12-241-4/+13
* Add new UEFI driver AtaBusDxe:qhuang82009-12-225-0/+2570
* Enhance SCSI disk module to produce Disk Info protocol on the same Block IO h...qhuang82009-12-223-25/+446