summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus
Commit message (Expand)AuthorAgeFilesLines
* 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
* add error handling on usb related modules.eric_tian2009-12-168-16/+90
* Tempoprary removal of this ASSERT as it crashes the BeagleBoard. We can put i...AJFISH2009-12-101-1/+4
* Set Handle to NULL when creating a new handle.vanjeff2009-10-261-0/+1
* 1. Impl PI 1.2 PCI part. Major changes include:davidhuang2009-10-2031-0/+18127
* MdeModule EhciDxe: Fix compiler warning for IA32 architecture.jljusten2009-10-141-1/+1
* update code to eliminate the wrong assumption that pci address is equal to ho...eric_tian2009-10-146-32/+126
* MdeModulePkg-UsbBusDxe: Add work around for slower USB hubs/devicesjljusten2009-10-051-3/+6
* For the data region which will be touched by Pci Bus Master, we should alloca...eric_tian2009-09-302-2/+2
* 1. updated PCI/AGP Devices to check RemainingDevicePath in Supported() and St...vanjeff2009-09-151-1/+1
* updated the Bus Driver that is able to create all or one of its child handles...vanjeff2009-09-143-54/+132
* In various archs, Processor memory address may not be same with Pci memory ad...eric_tian2009-09-147-71/+195
* free allocated memory in error handler.eric_tian2009-08-242-0/+9