summaryrefslogtreecommitdiff
path: root/EdkModulePkg/Bus
AgeCommit message (Expand)Author
2007-06-25Add some definitions for efi event in Uefi/UefiSpec.h to follow spec.vanjeff
2007-06-051. Merger Tracker 8448: PciHostBridgeEnumerator() error checking could lead t...vanjeff
2007-05-31Rewrite the confusion statement.qhuang8
2007-04-171. Fixed one bug in UpdateDataCheck().vanjeff
2007-04-161. UsbMassStorage: Increase the timeout of USBFloppyRead10 and USBFloppyWrite...qhuang8
2007-04-13Fixed some issues for IA32 architecture platform build.vanjeff
2007-04-121. Added EdkPciIncompatibleDeviceSupportLib in EdkModulePkg, this library is ...vanjeff
2007-04-05To fix xgu3
2007-03-29[Source] Useless assigning statement in ata and atapixgu3
2007-03-211. Removed #ifdef EDK_RELEASE_VERSION from all c files for all modulesvanjeff
2007-03-151. Remove #ifdef _MSC_EXTENSION_ from all source filesvanjeff
2007-03-12Add a lock to protect the critical region in Service APIs for gEfiBlockIoProt...qwang12
2007-03-09The latest IPF boot failure is found and is not caused by this fixing, so che...klu2
2007-03-081. Sync definition of EFI_DEBUG_IMAGE_INFO with UEFI specqhuang8
2007-03-07Fix the issue of Linux cannot boot and reset on IPF.xli24
2007-03-05Assign IDE_BLK_IO_DEV.UdmaMode when detecting the disk hardware support UDMA ...klu2
2007-03-05Removed EFI_SIZE_REDUCTION_APPLIED and SIZE_REDUCTION_ISA_COMBINED because on...vanjeff
2007-03-05Fix case-sensitive build issue for filename in Linuxklu2
2007-03-05Add blank line at end of file to pass GCC build.klu2
2007-03-02In IdeBus driver block I/O read/write interface, it will always try to use UD...klu2
2007-02-281) add && MDE_CPU_EBC guard for MSC specific pragma in Decode.c as EBC C comp...qwang12
2007-02-271) add __MSC_EXTENSIONS__ guard for MSC specific pragma in Decode.cqwang12
2007-02-26Clean up MSA file of the checked in modules which include:qwang12
2007-02-11fix a typo in a commenttgingold
2007-02-02Make EDK Module Package pass Intel IPF compiler with /Ox switch.xli24
2007-01-311. PEI core needs to check image machine typexgu3
2007-01-31Make EdkModulePkg pass Intel IPF compiler with /W4 /WX switches, solving warn...xli24
2007-01-29Further check-in to smooth Intel IPF compiler building.xli24
2007-01-29Fix the build break by removing an unreferenced static function.qhuang8
2007-01-26To fix,xgu3
2007-01-26Make MDE and EdkModule packages avoid all Intel IPF compiler warnings except ...xli24
2007-01-261. Add NULL QH to set as QH header;qhuang8
2007-01-25Remove some unused internal functions.xli24
2007-01-25Partially make EdkModulePkg pass intel IPF compiler with /W4 /WX switched on.xli24
2007-01-23Fixed bug in partition driver:yshang1
2007-01-19Fix component name bugs when input Controller Name is invalidqhuang8
2007-01-16Fix several capitalization issues.bbahnsen
2007-01-15To fix,xgu3
2007-01-12Correct the right bits judgment for get size of OptionROM.klu2
2007-01-12Remove two global variable: mUsbCapabilityLen and mDeviceSpeed and integrate ...klu2
2007-01-12EHCI driver need enable routine and disable Legacy USB klu2
2007-01-12The updating (change the Interrupt Line to 0xFF for unknown setting) is only ...zliu3
2007-01-11AsyncRequestPtr maybe NULL after its callback function is invoke. So Caching ...klu2
2007-01-10IDEBusDriverBindingStart() calls REPORT_STATUS_CODE_WITH_DEVICE_PATH with NUL...xli24
2006-12-30For USB mass storage, READ_FORMAT_CAPACITIES command returns wrong value for ...xli24
2006-12-20Set 0xff to both bridge & non-bridge device in case of unknown device.qhuang8
2006-12-14Merge R8 track #8354: SupportPalette() algorithm incorrect klu2
2006-12-131) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ...qwang12
2006-12-131) Use FeatureFlag PcdPciBusHotplugDeviceSupport to merge LightPciLib.c with ...qwang12
2006-12-12Merge GOP related code from r8->r9. wuyizhong