summaryrefslogtreecommitdiffstats
path: root/EdkModulePkg/Bus
Commit message (Expand)AuthorAgeFilesLines
* Add some definitions for efi event in Uefi/UefiSpec.h to follow spec.vanjeff2007-06-2515-1223/+1223
* 1. Merger Tracker 8448: PciHostBridgeEnumerator() error checking could lead t...vanjeff2007-06-053-22/+13
* Rewrite the confusion statement.qhuang82007-05-311-24/+16
* 1. Fixed one bug in UpdateDataCheck().vanjeff2007-04-172-18/+24
* 1. UsbMassStorage: Increase the timeout of USBFloppyRead10 and USBFloppyWrite...qhuang82007-04-162-6/+7
* Fixed some issues for IA32 architecture platform build.vanjeff2007-04-131-19/+6
* 1. Added EdkPciIncompatibleDeviceSupportLib in EdkModulePkg, this library is ...vanjeff2007-04-1212-407/+1386
* To fix xgu32007-04-051-2/+3
* [Source] Useless assigning statement in ata and atapixgu32007-03-292-3/+1
* 1. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modulesvanjeff2007-03-212-144/+20
* 1. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff2007-03-152-32/+10
* Add a lock to protect the critical region in Service APIs for gEfiBlockIoProt...qwang122007-03-123-36/+103
* The latest IPF boot failure is found and is not caused by this fixing, so che...klu22007-03-095-1066/+206
* 1. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI specqhuang82007-03-081-11/+1
* Fix the issue of Linux cannot boot and reset on IPF.xli242007-03-075-201/+1061
* Assign IDE_BLK_IO_DEV.UdmaMode when detecting the disk hardware support UDMA ...klu22007-03-051-1/+5
* Removed EFI_SIZE_REDUCTION_APPLIED and SIZE_REDUCTION_ISA_COMBINED because on...vanjeff2007-03-052-26/+13
* Fix case-sensitive build issue for filename in Linuxklu22007-03-053-3/+3
* Add blank line at end of file to pass GCC build.klu22007-03-051-1/+1
* In IdeBus driver block I/O read/write interface, it will always try to use UD...klu22007-03-024-1061/+197
* 1) add && MDE_CPU_EBC guard for MSC specific pragma in Decode.c as EBC C comp...qwang122007-02-281-2/+12
* 1) add __MSC_EXTENSIONS__ guard for MSC specific pragma in Decode.cqwang122007-02-272-2/+4
* Clean up MSA file of the checked in modules which include:qwang122007-02-2614-81/+26
* fix a typo in a commenttgingold2007-02-111-1/+1
* Make EDK Module Package pass Intel IPF compiler with /Ox switch.xli242007-02-021-1/+1
* 1. PEI core needs to check image machine typexgu32007-01-312-7/+7
* Make EdkModulePkg pass Intel IPF compiler with /W4 /WX switches, solving warn...xli242007-01-3149-1331/+1236
* Further check-in to smooth Intel IPF compiler building.xli242007-01-297-75/+147
* Fix the build break by removing an unreferenced static function.qhuang82007-01-291-32/+0
* To fix,xgu32007-01-263-3/+219
* Make MDE and EdkModule packages avoid all Intel IPF compiler warnings except ...xli242007-01-265-55/+49
* 1. Add NULL QH to set as QH header;qhuang82007-01-2616-1880/+1985
* Remove some unused internal functions.xli242007-01-253-367/+0
* Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.xli242007-01-2529-136/+98
* Fixed bug in partition driver:yshang12007-01-231-8/+12
* Fix component name bugs when input Controller Name is invalidqhuang82007-01-1922-27/+86
* Fix several capitalization issues.bbahnsen2007-01-162-3/+3
* To fix,xgu32007-01-152-4/+11
* Correct the right bits judgment for get size of OptionROM.klu22007-01-121-5/+6
* Remove two global variable: mUsbCapabilityLen and mDeviceSpeed and integrate ...klu22007-01-124-16/+15
* EHCI driver need enable routine and disable Legacy USB klu22007-01-125-0/+263
* The updating (change the Interrupt Line to 0xFF for unknown setting) is only ...zliu32007-01-121-27/+32
* AsyncRequestPtr maybe NULL after its callback function is invoke. So Caching ...klu22007-01-111-2/+4
* IDEBusDriverBindingStart() calls REPORT_STATUS_CODE_WITH_DEVICE_PATH with NUL...xli242007-01-101-3/+7
* For USB mass storage, READ_FORMAT_CAPACITIES command returns wrong value for ...xli242006-12-302-6/+6
* Set 0xff to both bridge & non-bridge device in case of unknown device.qhuang82006-12-201-28/+30
* Merge R8 track #8354: SupportPalette() algorithm incorrect klu22006-12-141-6/+2
* 1) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ...qwang122006-12-131-881/+0
* 1) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ...qwang122006-12-135-59/+709
* Merge GOP related code from r8->r9. wuyizhong2006-12-121-1/+14