summaryrefslogtreecommitdiff
path: root/DuetPkg/PciBusNoEnumerationDxe
AgeCommit message (Expand)AuthorFilesLines
2018-12-06DuetPkg: Remove DuetPkgShenglei Zhang22-7753/+0
2016-11-15DuetPkg: Fix typos in commentsGary Lin1-1/+1
2016-02-26DuetPkg-PciBusNoEnumerationDxe: Fix stack overflowLee Leahy1-7/+8
2015-10-06DuetPkg: exit pci function loops early if device is not multi-functionJoseph Shifflett1-0/+8
2014-09-01Fix VS2013 build failure.Ruiyu Ni1-3/+4
2014-05-19Change PciIo::GetBarAttributes() to return unsupported for a unsupported bar ...Ruiyu Ni1-91/+74
2012-08-28Fix comparisons of enumerated types which may cause warnings for some compilers.rsun31-11/+11
2012-08-23Fix the bug in PciBusNoEnumerationDxe driver to correct parse the 64bit BAR.niruiyu1-11/+2
2012-04-12MdeModulePkg PciBusDxe and DuetPkg PciBusNoEnumerationDxe: Update ResetPowerM...rsun31-13/+32
2012-03-14Improve robustness when scanning PCI Option ROM.rsun32-25/+68
2010-10-13DuetPkg, MdeModulePkg: Fix several enum comparionsjljusten1-1/+1
2010-06-05fix X64 build brokenklu21-0/+1
2010-04-28Update the copyright notice formathhtian22-44/+44
2010-02-26DuetPkg: Fix build break caused by EFI_SPECIFICATION_VERSION usagejljusten1-118/+0
2010-02-25Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu21-2/+0
2010-02-241. Correct File header to ## @filelgao41-3/+3
2009-12-12Fix a obvious bug for judge whether the PPB support ISAklu21-1/+1
2009-08-21Detab in DuetPkgqhuang82-18/+18
2009-08-12add correct [Depex] section.vanjeff1-2/+2
2009-07-13remove work around, since we had added return value check.vanjeff1-9/+2
2009-06-15Corrected bad declaration.gikidy1-1/+1
2009-06-05Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg mdkinney2-3/+2
2009-05-21Terminate the Capability List traversal if the Capability Pointer is less tha...mdkinney1-5/+1
2009-02-05Update DUET PCI Bus Driver to use PeCoffLib instead of parsing the PE/COFF im...mdkinney3-8/+13
2009-02-05Fix minor coding style issue.qhuang81-1/+1
2008-12-16Clean up to update the reference of the these macros:qhuang82-2/+2
2008-12-091. added functions header for MACROS in PCI22.h.vanjeff1-0/+1
2008-11-27Pass ICC building.klu22-6/+4
2008-11-27Fix ICC building issue for DuetPkgklu22-7/+7
2008-11-23Fix warning generated by GCC compiler.jljusten1-0/+2
2008-11-23Fix warning generated by GCC. This warning could have been resolvedjljusten1-1/+1
2008-11-111, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu21-2/+2
2008-10-30Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji45-10/+11
2008-10-30Fix bug walking list of ACPI descriptors searching for bus ranges.mdkinney3-10/+10
2008-10-27Use Pci.h instead of Pci23.hmdkinney1-1/+1
2008-10-27Fix duplicate symbol in this driver.mdkinney1-2/+2
2008-10-27git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6240 6f1...vanjeff3-5/+5
2008-08-27Fix issue that wrong use Guid and Protocol.klu21-1/+3
2008-08-13Fix build issue in linux environment.eric_tian13-13/+14
2008-05-05Add PciBusNoEnumeration module klu222-0/+7828