audk/MdePkg/Include
cwu11 3681d193ed This check-in fixed the following bugs:
1.	Pci22.h EFI_LEGACY_EXPANSION_ROM_HEADER definition error
(MdePkg\Include\IndustryStandard\Pci22.h; Tools\CCode\Source\Include\IndustryStandard\Pci22.h)
2.	SetVariable() with DataSize=0xffffffff will cause system hang
(EdkModulePkg\Universal\Variable\RuntimeDxe\Variable.c)
3.	Windows XP Pro & XP HOME Fails to Install from Retail CD
(EdkModulePkg\Bus\Pci\Pcibus\Dxe\PciResourceSupport.c)
4.	Pci22.h header file needs to add some recent type
(MdePkg\Include\IndustryStandard\Pci22.h; Tools\CCode\Source\Include\IndustryStandard\Pci22.h)
5.	Fix issues when ODD cannot boot from Sil0680 PCI-IDE controller
(EdkModulePkg\Bus\Pci\PciBus\Dxe\PciOptionromSupport.c;
EdkModulePkg\Bus\Pci\PciBus\Dxe\PciBus.msa;
EdkModulePkg\ EdkModulePkg.spd)


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1900 6f19259b-4bc3-4df7-8a09-765794883524
2006-11-06 04:20:32 +00:00
..
Common 1. In event.c, a function's name is not spelled correctly, a typo. 2006-10-30 07:47:44 +00:00
Dxe Remove BugBug in comments and adjust function header according to code style doc. 2006-07-20 09:08:37 +00:00
Ebc 1. UINTN & INTN issue for EBC architecture: 2006-06-22 06:08:00 +00:00
Guid Move FileInfo.h, FileSystemInfo.h, FileSystemVolumeLabelInfo.h from protocol directory to guid directory, because these three files define the related GUID not protcol. 2006-08-07 09:46:03 +00:00
Ia32 Added two #pragma to disable 4505 & 4206 warnings for MSFT compiler. This is for compiling source files with pre-compiled header file. 2006-09-05 01:43:14 +00:00
IndustryStandard This check-in fixed the following bugs: 2006-11-06 04:20:32 +00:00
Ipf Added two #pragma to disable 4505 & 4206 warnings for MSFT compiler. This is for compiling source files with pre-compiled header file. 2006-09-05 01:43:14 +00:00
Library 1. Add the fix for the following Bugs: 2006-11-03 02:47:43 +00:00
Peim 1. Add the fix for the following Bugs: 2006-11-03 02:47:43 +00:00
Ppi 1. Add the fix for the following Bugs: 2006-11-03 02:47:43 +00:00
Protocol 1. Add the fix for the following Bugs: 2006-11-03 02:47:43 +00:00
Uefi 1. Add the fix for the following Bugs: 2006-11-03 02:47:43 +00:00
x64 Updated EFAPI definition for x64 GCC. Original thinking was to add optional EFIAPI support to standard GCC. New thinking is to support EFIAPI as a seperate processor target. This is to reduce validation risk to the main line GCC. Update the definition and comments to match current thinking. 2006-11-01 18:26:48 +00:00
Base.h Initial import. 2006-04-21 22:54:32 +00:00
Dxe.h Fixed some naming issues and update to the EDK II name. I also fixed an issue with the UEFI library forcing UEFI.h to include Tinao protocols. I make the UEFI library a DXE library so it would get the correct includes. 2006-07-19 12:24:11 +00:00
DxeCore.h DxeCore.h, PeiCis.h and Uefi.h should not include <Protocol/Pcd.h>. If a module need to resolve PCD macro (FixedAtBuild, BinaryPatch or Dynamic), the module should declare that it consume PcdLib library class in MSA file. The Edk II build tool will include "PcdLib.h" in "Autogen.h". 2006-10-10 03:39:55 +00:00
DxeDepex.h Initial import. 2006-04-21 22:54:32 +00:00
PeiCore.h Initial import. 2006-04-21 22:54:32 +00:00
Peim.h Sync up Pcd Library Instances and PCD Driver/PEIM with Pcd spec 0.51 and Mde 0.51 2006-05-26 01:05:31 +00:00
PeimDepex.h Initial import. 2006-04-21 22:54:32 +00:00
PiwgDxe.h Initial import. 2006-04-21 22:54:32 +00:00
PiwgPeim.h Initial import. 2006-04-21 22:54:32 +00:00
Uefi.h DxeCore.h, PeiCis.h and Uefi.h should not include <Protocol/Pcd.h>. If a module need to resolve PCD macro (FixedAtBuild, BinaryPatch or Dynamic), the module should declare that it consume PcdLib library class in MSA file. The Edk II build tool will include "PcdLib.h" in "Autogen.h". 2006-10-10 03:39:55 +00:00