summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Bus/Pci
AgeCommit message (Expand)AuthorFilesLines
2008-12-12Add description to .inf files.gikidy3-6/+15
2008-12-06Change _CR() to BASE_CR() to follow naming conventionmdkinney1-1/+1
2008-12-04Typo correctedjji41-1/+1
2008-12-041)Global variables have been moved backward ahead of functions.jji42-1/+9
2008-12-03Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and revie...gikidy3-7/+1
2008-12-03Global variables have been moved backward ahead of functions.jji412-291/+462
2008-11-27Add the AND of all architectural protocols for this special DXE_RUNTIME driver.qhuang81-0/+13
2008-11-111, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu21-0/+1
2008-11-05Remove over specific Guidklu21-6/+0
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42-16/+1
2008-10-27Make use of correct format String:qwang122-2/+2
2008-09-04clean up the un-suitable ';' location when declaring the functions.vanjeff10-132/+66
2008-08-30The driver and library in MdePkg, MdeModulePkg and Nt32Pkg that don't depend ...lgao43-3/+3
2008-08-25remove the unused msa files in MdeModulePkg.lgao43-261/+0
2008-08-18Update some module INF files in MdeModulePkg to "UEFI_DRIVER"qhuang82-2/+2
2008-07-28modify coding style to pass ecc tooleric_tian1-5/+0
2008-07-09modify coding styleeric_tian1-12/+2
2008-07-09modify coding style to pass ecc tool and provide comments that complied with ...eric_tian13-846/+673
2008-07-08modify coding style to pass ecc tool and provide comments that complied with ...eric_tian13-818/+638
2008-07-02Make USB Stack code pass ECC tool check.eric_tian2-2/+2
2008-06-30Boolean values and variable type BOOLEAN should not use explicit comparisons ...qwang121-2/+2
2008-06-25[Description]:vanjeff5-13/+19
2008-05-27Add #ifndef statement for header file.qhuang81-0/+6
2008-05-06Rename the confusing PCD.qhuang84-4/+4
2008-04-17[Description]:qhuang86-4/+16
2008-04-09apply for doxgen format.vanjeff5-1294/+919
2008-04-08Fix warnings generated by gcc for ia32 builds:jljusten1-1/+1
2008-03-14[Description]:lgao42-2/+7
2008-02-26edk2/MdeModulePkg/Bus/Pci/UhciDxe/ComponentName.c:jljusten1-1/+1
2008-02-131. Added EFI_MEDIA_CHANGED and EFI_INVALID_PARAMETER returns in UsbMassReadBl...vanjeff12-526/+160
2008-01-24fixed comments problem.vanjeff1-2/+2
2008-01-231. Remove USB HC Protocol installing from Uhci module. It only installs USB2 ...vanjeff5-770/+233
2007-11-28Fixed potential issues to release resources when error occurs.vanjeff3-30/+46
2007-11-20Remove Atapi Pass Thru driver in MdeModulePkg. This module is only used for t...qhuang85-3700/+0
2007-11-13Remove gEfiNetworkInterfaceIdentifierProtocolGuid reference from code base. O...vanjeff5-105/+21
2007-10-25Save original PCI attributes in start() function and restore it in Stop() for...vanjeff9-268/+328
2007-10-15Remove the special logic on EFI_PCI_DEVICE_ENABLE in PciBus driver. And updat...lgao43-18/+66
2007-10-11Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent static unicod...qhuang83-3/+3
2007-10-10Changed to pass the build with Visual Studio 2005jwang361-1/+1
2007-10-09Add compiler hint of "GLOBAL_REMOVE_IF_UNREFERENCED" to prevent component nam...qhuang83-12/+12
2007-10-08Support ICC build .yshang12-2/+2
2007-10-08Fixed unexpected timeout in Usb MassStorage Driver.yshang17-69/+108
2007-09-30Update to support to produce Component Name and & Component Name 2 protocol ...qhuang89-291/+787
2007-09-201. Set the Target array to zero before fill the target id.qhuang82-107/+408
2007-09-19Update Mde/MdeModulePkg to support ICC build for IA32/X64.yshang12-2/+2
2007-08-301. Fixed one bug in Undi driver. vanjeff1-47/+47
2007-08-30Fix a bug that parentheses do not place correctly in UNDI driver.xli241-1/+1
2007-08-271. Sync Tcp4 protocol definitions to match UEFI 2.1vanjeff2-4/+0
2007-08-27Make MdeModulePkg GCC clean.qwang121-2/+0
2007-08-07Import UndiRuntimeDxe.yshang17-0/+7711