summaryrefslogtreecommitdiffstats
path: root/DuetPkg/PciBusNoEnumerationDxe
Commit message (Expand)AuthorAgeFilesLines
* DuetPkg: Fix typos in commentsGary Lin2016-11-151-1/+1
* DuetPkg-PciBusNoEnumerationDxe: Fix stack overflowLee Leahy2016-02-261-7/+8
* DuetPkg: exit pci function loops early if device is not multi-functionJoseph Shifflett2015-10-061-0/+8
* Fix VS2013 build failure.Ruiyu Ni2014-09-011-3/+4
* Change PciIo::GetBarAttributes() to return unsupported for a unsupported bar ...Ruiyu Ni2014-05-191-91/+74
* Fix comparisons of enumerated types which may cause warnings for some compilers.rsun32012-08-281-11/+11
* Fix the bug in PciBusNoEnumerationDxe driver to correct parse the 64bit BAR.niruiyu2012-08-231-11/+2
* MdeModulePkg PciBusDxe and DuetPkg PciBusNoEnumerationDxe: Update ResetPowerM...rsun32012-04-121-13/+32
* Improve robustness when scanning PCI Option ROM.rsun32012-03-142-25/+68
* DuetPkg, MdeModulePkg: Fix several enum comparionsjljusten2010-10-131-1/+1
* fix X64 build brokenklu22010-06-051-0/+1
* Update the copyright notice formathhtian2010-04-2822-44/+44
* DuetPkg: Fix build break caused by EFI_SPECIFICATION_VERSION usagejljusten2010-02-261-118/+0
* Clean up EFI_SPECIFICATION_VERSION and PI_SPECIFICATION_VERSION.klu22010-02-251-2/+0
* 1. Correct File header to ## @filelgao42010-02-241-3/+3
* Fix a obvious bug for judge whether the PPB support ISAklu22009-12-121-1/+1
* Detab in DuetPkgqhuang82009-08-212-18/+18
* add correct [Depex] section.vanjeff2009-08-121-2/+2
* remove work around, since we had added return value check.vanjeff2009-07-131-9/+2
* Corrected bad declaration.gikidy2009-06-151-1/+1
* Move gEfiPciOptionRomTableGuid from IntelFrameworkModulePkg to the DuetPkg mdkinney2009-06-052-3/+2
* Terminate the Capability List traversal if the Capability Pointer is less tha...mdkinney2009-05-211-5/+1
* Update DUET PCI Bus Driver to use PeCoffLib instead of parsing the PE/COFF im...mdkinney2009-02-053-8/+13
* Fix minor coding style issue.qhuang82009-02-051-1/+1
* Clean up to update the reference of the these macros:qhuang82008-12-162-2/+2
* 1. added functions header for MACROS in PCI22.h.vanjeff2008-12-091-0/+1
* Pass ICC building.klu22008-11-272-6/+4
* Fix ICC building issue for DuetPkgklu22008-11-272-7/+7
* Fix warning generated by GCC compiler.jljusten2008-11-231-0/+2
* Fix warning generated by GCC. This warning could have been resolvedjljusten2008-11-231-1/+1
* 1, Add <Library/DevicePathLib.h> for all source that use device path utility ...klu22008-11-111-2/+2
* Patch to remove STATIC modifier. This is on longer recommended by EFI Framewo...jji42008-10-305-10/+11
* Fix bug walking list of ACPI descriptors searching for bus ranges.mdkinney2008-10-303-10/+10
* Use Pci.h instead of Pci23.hmdkinney2008-10-271-1/+1
* Fix duplicate symbol in this driver.mdkinney2008-10-271-2/+2
* git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6240 6f1...vanjeff2008-10-273-5/+5
* Fix issue that wrong use Guid and Protocol.klu22008-08-271-1/+3
* Fix build issue in linux environment.eric_tian2008-08-1313-13/+14
* Add PciBusNoEnumeration module klu22008-05-0522-0/+7828