summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus
AgeCommit message (Expand)AuthorFilesLines
2010-02-28update Ehci driver to distinct pci memory address and host addresserictian6-53/+86
2010-02-241. Correct File header to ## @filelgao412-44/+44
2010-02-20add more comments for gEfiMdeModulePkgTokenSpaceGuid.PcdTurnOffUsbLegacySupport.niruiyu1-1/+1
2010-02-111. free those inserted NsKeyNode resource when releasing SetKeyBoardLayout ev...erictian1-3/+1
2010-02-11Coding style fix and minor improvements.rsun36-47/+47
2010-02-02when remaining device path is not NULL, check if it's the device managed by b...erictian1-2/+5
2010-01-29Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections...mdkinney2-6/+5
2010-01-27Remove reference to PCDs of status code value. Use macros introduced in PI1.2...xli249-55/+26
2010-01-26Clean up AtaBus driver to not depend on PI IdeControllerInit Protocol definit...qhuang82-11/+10
2010-01-19Improve coding style in MdeModulePkg.rsun325-639/+634
2010-01-15Fix some coding style issues in MdeModulePkg.rsun35-17/+21
2010-01-14Fix the issue in MdeModulePkg that mismatch between PCD type and the PCD Lib ...rsun35-19/+19
2010-01-111. Add missing CloseProtocol in case RemainingDevicePath is NULL or EndOfDpdavidhuang1-0/+9
2010-01-111. Eliminate RemainingDevicePath Type limitation, let PassThru to check its v...davidhuang1-67/+70
2009-12-31Fix minor coding style issues.qhuang82-29/+30
2009-12-31Remove the hard-code IoAlign in BlockIo.Media; instead, this value should inh...qhuang82-1/+2
2009-12-30Fix bug that that the template does not match fields in structure EFI_BLOCK_I...qhuang81-3/+3
2009-12-29Fix a bug about linked list manipulation in DegradeResource() in PCI bus driver.rsun31-2/+5
2009-12-29Fix a bug in DegradeResource().rsun31-15/+16
2009-12-25Add assertion to ensure the boolean value must be 0 or 1 before the use of ar...qhuang81-1/+2
2009-12-25Fix ICC toolchain build break.rsun31-2/+2
2009-12-24Update resource degrade algorithm in PCI bus driver. (1)If any child device h...rsun32-29/+70
2009-12-24Update PCI bus driver to support non-standard PCI to PCI bridge I/O window al...rsun36-6/+46
2009-12-241. Fix bug in some boundary cases to calculate SectorCountExp.qhuang81-4/+13
2009-12-22Add new UEFI driver AtaBusDxe:qhuang85-0/+2570
2009-12-22Enhance SCSI disk module to produce Disk Info protocol on the same Block IO h...qhuang83-25/+446
2009-12-16add error handling on usb related modules.eric_tian8-16/+90
2009-12-10Tempoprary removal of this ASSERT as it crashes the BeagleBoard. We can put i...AJFISH1-1/+4
2009-10-26Set Handle to NULL when creating a new handle.vanjeff1-0/+1
2009-10-201. Impl PI 1.2 PCI part. Major changes include:davidhuang31-0/+18127
2009-10-14MdeModule EhciDxe: Fix compiler warning for IA32 architecture.jljusten1-1/+1
2009-10-14update code to eliminate the wrong assumption that pci address is equal to ho...eric_tian6-32/+126
2009-10-05MdeModulePkg-UsbBusDxe: Add work around for slower USB hubs/devicesjljusten1-3/+6
2009-09-30For the data region which will be touched by Pci Bus Master, we should alloca...eric_tian2-2/+2
2009-09-151. updated PCI/AGP Devices to check RemainingDevicePath in Supported() and St...vanjeff1-1/+1
2009-09-14updated the Bus Driver that is able to create all or one of its child handles...vanjeff3-54/+132
2009-09-14In various archs, Processor memory address may not be same with Pci memory ad...eric_tian7-71/+195
2009-08-24free allocated memory in error handler.eric_tian2-0/+9
2009-08-19add error handler in return places.eric_tian1-16/+51
2009-08-19modify the incorrect timeout value definitions in Usb drivereric_tian3-5/+5
2009-08-11add comments to clarify the enhancement on EHCI driver, which is guaranteed t...eric_tian2-3/+27
2009-07-24code cleanup:eric_tian8-60/+42
2009-07-23Adding a segment code to make sure that the EHCI controller get attached to t...eric_tian1-6/+113
2009-07-23Fixed a bug that the system hangs with an assert in DiskIo.c that is division...rsun31-2/+8
2009-07-03remove UndiRuntimeDxe from MdeModulePkg to OptionRomPkgvanjeff6-7179/+0
2009-06-29Update the SCSI Disk Driver to not mount drives on physical only SCSI channelsgikidy3-38/+179
2009-06-26Enhance error handle of BuildDevicePath for it is possible to receive other e...gikidy1-1/+1
2009-06-24remove the self-implementation on checksum() in this module by using BaseLib.eric_tian3-39/+6
2009-06-11The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated k...gikidy1-1/+1
2009-05-20Update USB Mass Storage driver to declare its dependency on the BaseLibmdkinney2-0/+2