audk/DuetPkg/PciRootBridgeNoEnumerationDxe
klu2 1d0cab2ec2 Merge tristan's patch:
while compiling with GCC I have found two issues in PcatPciRootBridge.c:

* when vendor id is read, the code read 2 * 2 bytes into a buffer of 2 bytes.
  The 'buffer overflow' crashed efi.

* when pci configuration header is read, the code read by chunks of 4 bytes,
  but the buffer is aligned on 2 bytes.  According to the compilation options,
  the reads may fail (and the failure is ignored).


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7602 6f19259b-4bc3-4df7-8a09-765794883524
2009-02-23 14:05:41 +00:00
..
Ia32 Clean up to update the reference of the these macros: 2008-12-16 15:31:52 +00:00
Ipf Patch to remove STATIC modifier. This is on longer recommended by EFI Framework coding style. All duplicated symbols has been renamed accordingly. 2008-10-30 06:17:19 +00:00
X64 Clean up to update the reference of the these macros: 2008-12-16 15:31:52 +00:00
DeviceIo.c Fix ICC building issue for DuetPkg 2008-11-27 04:37:39 +00:00
DeviceIo.h Clean up to update the reference of the these macros: 2008-12-16 15:31:52 +00:00
PcatPciRootBridge.c Merge tristan's patch: 2009-02-23 14:05:41 +00:00
PcatPciRootBridge.h Clean up to update the reference of the these macros: 2008-12-16 15:31:52 +00:00
PcatPciRootBridgeDevicePath.c clean up PciRootBridgeNoEnumerationDxe: 2009-02-03 00:57:22 +00:00
PcatPciRootBridgeIo.c For PollMem or PollIo, EFI_SUCESS should be returned when paramter Delay == 0. 2009-01-14 02:08:14 +00:00
PciRootBridgeNoEnumeration.inf Changing source filename to match name changing. 2008-09-27 03:13:37 +00:00