summaryrefslogtreecommitdiffstats
path: root/MdeModulePkg/Bus
Commit message (Expand)AuthorAgeFilesLines
* 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
* add error handler in return places.eric_tian2009-08-191-16/+51
* modify the incorrect timeout value definitions in Usb drivereric_tian2009-08-193-5/+5
* add comments to clarify the enhancement on EHCI driver, which is guaranteed t...eric_tian2009-08-112-3/+27
* code cleanup:eric_tian2009-07-248-60/+42
* Adding a segment code to make sure that the EHCI controller get attached to t...eric_tian2009-07-231-6/+113
* Fixed a bug that the system hangs with an assert in DiskIo.c that is division...rsun32009-07-231-2/+8
* remove UndiRuntimeDxe from MdeModulePkg to OptionRomPkgvanjeff2009-07-036-7179/+0
* Update the SCSI Disk Driver to not mount drives on physical only SCSI channelsgikidy2009-06-293-38/+179
* Enhance error handle of BuildDevicePath for it is possible to receive other e...gikidy2009-06-261-1/+1
* remove the self-implementation on checksum() in this module by using BaseLib.eric_tian2009-06-243-39/+6
* The USB keyboard driver use too high TPL event (Notify) to a ckeck repeated k...gikidy2009-06-111-1/+1
* Update USB Mass Storage driver to declare its dependency on the BaseLibmdkinney2009-05-202-0/+2
* Fix a bug in the SCSI Bus driver due to which some SCSI devices can not be di...rsun32009-05-191-1/+1
* Replace references to RFC 3066 with RFC 4646. gikidy2009-04-3017-36/+36
* Changed ID into Id.vanjeff2009-04-201-2/+2
* HII Library Class interface refine.rsun32009-04-141-8/+8
* Fix various 'EFIAPI' inconsistencies found while building MdeModulePkg.jljusten2009-04-105-3/+8
* fixed DMA not be stopped issue when gBS->ExitBootServices called.vanjeff2009-04-106-2/+121
* Install default keyboard layout package in USB keyboard driver.qhuang82009-04-105-142/+230
* return value not follow spec.vanjeff2009-04-071-2/+4
* Remove bypass of F11 and F12.jji42009-04-031-4/+1