summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Bus/Pci
AgeCommit message (Expand)AuthorFilesLines
2008-12-31Retiring the ANT/JAVA build and removing the older EDK II packages that requi...lhauch69-67418/+0
2007-06-25Add some definitions for efi event in Uefi/UefiSpec.h to follow spec.vanjeff9-731/+731
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-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-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...qwang121-8/+35
2007-03-09The latest IPF boot failure is found and is not caused by this fixing, so che...klu25-1066/+206
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:qwang125-39/+12
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...xli2421-889/+835
2007-01-29Further check-in to smooth Intel IPF compiler building.xli247-75/+147
2007-01-261. Add NULL QH to set as QH header;qhuang87-1209/+1451
2007-01-25Remove some unused internal functions.xli243-367/+0
2007-01-25Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.xli2421-90/+82
2007-01-19Fix component name bugs when input Controller Name is invalidqhuang810-16/+44
2007-01-16Fix several capitalization issues.bbahnsen1-2/+2
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-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
2006-11-13Add comments for all file tagged with "ToolCode="DUMMY"".klu23-15/+17
2006-11-06This check-in fixed the following bugs:cwu112-6/+62
2006-11-02Change #define bit(a) 1 << (a)jtang121-1/+1
2006-10-23Follow up tracker EDKT285.yshang11-4/+4
2006-10-22Make sure all DMA related buffer allocation through PCI IO interface, not all...jtang121-48/+52
2006-10-16Fix a bug by the check-in of 1738, which programs SATA interrupt line wrongly...mikewuping1-3/+2
2006-10-13Removed GLOBAL_REMOVE_IF_UNREFENRENCED because it will cause compiler failure.jwang361-2/+2
2006-10-131. Add the GLOBAL_REMOVE_IF_UNREFERENCED to globe variables which are used on...dtang24-35/+47