Acidanthera UEFI Development Kit based on EDK II edk2-stable202311
Go to file
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
BaseTools Fixed single module build failure issue 2009-02-19 10:00:25 +00:00
Conf Adding top-level Conf directory for next generation of EDK II build infrastructure tools. 2007-06-20 19:33:23 +00:00
DuetPkg Merge tristan's patch: 2009-02-23 14:05:41 +00:00
EdkCompatibilityPkg 1, Use #if defined() to judge the switching macro such as compiler macro. 2009-02-23 06:09:44 +00:00
EdkShellBinPkg Retiring the ANT/JAVA build and removing the older EDK II files that were required ANT/JAVA. 2008-12-31 17:20:38 +00:00
EdkShellPkg Fixed file path case 2009-02-17 03:15:37 +00:00
FatBinPkg remove the unused msa/npsd files 2008-09-20 06:18:16 +00:00
IntelFrameworkModulePkg retire gEfiFirmwareVolumeDispatcherProtocolGuid as its original design is used to signify such FV need to be dispatched or not. 2009-02-23 05:48:49 +00:00
IntelFrameworkPkg Add the missing definitions in framework Pci Host bridge specification. 2009-02-19 08:36:23 +00:00
MdeModulePkg Update the PCD comments for PcdFrameworkHiiCompatibilitySupport. 2009-02-23 13:53:29 +00:00
MdePkg Update to fix several ECC warning 2009-02-23 07:04:55 +00:00
Nt32Pkg Fix the wrong fix in last check in 2009-02-23 05:26:04 +00:00
OptionRomPkg Add comments in DSC files to explain the function and design of components section. 2009-02-10 08:58:47 +00:00
UnixPkg Update to pass build 2009-02-23 04:01:59 +00:00
BuildNotes.txt Updated BuildNotes.txt according to new packages name: 2007-06-20 05:35:00 +00:00
BuildNotes2.txt updating the doc 2008-09-25 23:13:48 +00:00
edksetup.bat Removed Java/Ant specific content from the setup scripts. 2008-12-31 16:57:24 +00:00
edksetup.sh Removed Java/Ant specific content from the setup scripts. 2008-12-31 16:57:24 +00:00