summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Bus
AgeCommit message (Expand)AuthorFilesLines
2007-06-25Add some definitions for efi event in Uefi/UefiSpec.h to follow spec.vanjeff15-1223/+1223
2007-06-051. Merger Tracker 8448: PciHostBridgeEnumerator() error checking could lead t...vanjeff3-22/+13
2007-05-31Rewrite the confusion statement.qhuang81-24/+16
2007-04-171. Fixed one bug in UpdateDataCheck().vanjeff2-18/+24
2007-04-161. UsbMassStorage: Increase the timeout of USBFloppyRead10 and USBFloppyWrite...qhuang82-6/+7
2007-04-13Fixed some issues for IA32 architecture platform build.vanjeff1-19/+6
2007-04-121. Added EdkPciIncompatibleDeviceSupportLib in EdkModulePkg, this library is ...vanjeff12-407/+1386
2007-04-05To fix xgu31-2/+3
2007-03-29[Source] Useless assigning statement in ata and atapixgu32-3/+1
2007-03-211. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modulesvanjeff2-144/+20
2007-03-151. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff2-32/+10
2007-03-12Add a lock to protect the critical region in Service APIs for gEfiBlockIoProt...qwang123-36/+103
2007-03-09The latest IPF boot failure is found and is not caused by this fixing, so che...klu25-1066/+206
2007-03-081. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI specqhuang81-11/+1
2007-03-07Fix the issue of Linux cannot boot and reset on IPF.xli245-201/+1061
2007-03-05Assign IDE_BLK_IO_DEV.UdmaMode when detecting the disk hardware support UDMA ...klu21-1/+5
2007-03-05Removed EFI_SIZE_REDUCTION_APPLIED and SIZE_REDUCTION_ISA_COMBINED because on...vanjeff2-26/+13
2007-03-05Fix case-sensitive build issue for filename in Linuxklu23-3/+3
2007-03-05Add blank line at end of file to pass GCC build.klu21-1/+1
2007-03-02In IdeBus driver block I/O read/write interface, it will always try to use UD...klu24-1061/+197
2007-02-281) add && MDE_CPU_EBC guard for MSC specific pragma in Decode.c as EBC C comp...qwang121-2/+12
2007-02-271) add __MSC_EXTENSIONS__ guard for MSC specific pragma in Decode.cqwang122-2/+4
2007-02-26Clean up MSA file of the checked in modules which include:qwang1214-81/+26
2007-02-11fix a typo in a commenttgingold1-1/+1
2007-02-02Make EDK Module Package pass Intel IPF compiler with /Ox switch.xli241-1/+1
2007-01-311. PEI core needs to check image machine typexgu32-7/+7
2007-01-31Make EdkModulePkg pass Intel IPF compiler with /W4 /WX switches, solving warn...xli2449-1331/+1236
2007-01-29Further check-in to smooth Intel IPF compiler building.xli247-75/+147
2007-01-29Fix the build break by removing an unreferenced static function.qhuang81-32/+0
2007-01-26To fix,xgu33-3/+219
2007-01-26Make MDE and EdkModule packages avoid all Intel IPF compiler warnings except ...xli245-55/+49
2007-01-261. Add NULL QH to set as QH header;qhuang816-1880/+1985
2007-01-25Remove some unused internal functions.xli243-367/+0
2007-01-25Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.xli2429-136/+98
2007-01-23Fixed bug in partition driver:yshang11-8/+12
2007-01-19Fix component name bugs when input Controller Name is invalidqhuang822-27/+86
2007-01-16Fix several capitalization issues.bbahnsen2-3/+3
2007-01-15To fix,xgu32-4/+11
2007-01-12Correct the right bits judgment for get size of OptionROM.klu21-5/+6
2007-01-12Remove two global variable: mUsbCapabilityLen and mDeviceSpeed and integrate ...klu24-16/+15
2007-01-12EHCI driver need enable routine and disable Legacy USB klu25-0/+263
2007-01-12The updating (change the Interrupt Line to 0xFF for unknown setting) is only ...zliu31-27/+32
2007-01-11AsyncRequestPtr maybe NULL after its callback function is invoke. So Caching ...klu21-2/+4
2007-01-10IDEBusDriverBindingStart() calls REPORT_STATUS_CODE_WITH_DEVICE_PATH with NUL...xli241-3/+7
2006-12-30For USB mass storage, READ_FORMAT_CAPACITIES command returns wrong value for ...xli242-6/+6
2006-12-20Set 0xff to both bridge & non-bridge device in case of unknown device.qhuang81-28/+30
2006-12-14Merge R8 track #8354: SupportPalette() algorithm incorrect klu21-6/+2
2006-12-131) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ...qwang121-881/+0
2006-12-131) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ...qwang125-59/+709
2006-12-12Merge GOP related code from r8->r9. wuyizhong1-1/+14