audk/UnixPkg
mdkinney b088ba369e 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the IntelFrameworkModulePkg. This GUID is not defined in the Framework Specifications, so it is part of the implementation. This GUID is used to pass DEBUG() information to the Status Code Protocol and PPI. This GUID is now defined in IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h. The GUID definition was also moved from the DEC file in the IntelFrameworkPkg to the IntelFrameworkModulePkg.
2) Move data structure use to pass DEBUG() info to Status Code Protocol and Status Code PPI from IntelFrameworkModulePkg.Include/DebugInfo.h into the new GUID file IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h

3) Delete IntelFrameworkModulePkg/Include/DebugInfo.h because all the content is now in IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h

Module Impacts
==============
1) Modules that currently use #include <DebugInfo.h> must be updated to #include <Guid/StatusCodeDataTypeDebug.h>.  
2) Modules that currently use #include <Guid/StatusCodeDataTypeId.h> and don't #include <DebugInfo.h> will have to add #include <Guid/StatusCodeDataTypeDebug.h>.


git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8434 6f19259b-4bc3-4df7-8a09-765794883524
2009-06-01 21:19:53 +00:00
..
BootModePei Fix entry point prototype. 2008-12-03 06:15:10 +00:00
CpuRuntimeDxe change ISO 639-2 language codes to RFC 4646 codes in .UNI files 2009-05-25 09:57:27 +00:00
FvbServicesRuntimeDxe Fix the wrong Revision number. According to PI spec 1.0, this field should be set to 2. 2009-03-19 08:28:47 +00:00
Include Remove PeiPeCoffLoader.h and gPeiPeCoffLoaderGuid, and Add PeCoffExtraActionLib class and instances. 2009-03-05 09:20:08 +00:00
Library 1) Move gEfiStatusCodeDataTypeDebugGuid from the IntelFrameworkPkg to the IntelFrameworkModulePkg. This GUID is not defined in the Framework Specifications, so it is part of the implementation. This GUID is used to pass DEBUG() information to the Status Code Protocol and PPI. This GUID is now defined in IntelFrameworkModulePkg/Include/Guid/StatusCodeDataTypeDebug.h. The GUID definition was also moved from the DEC file in the IntelFrameworkPkg to the IntelFrameworkModulePkg. 2009-06-01 21:19:53 +00:00
MetronomeDxe remove all obsolete msa files from UnixPkg 2008-08-26 09:22:15 +00:00
MiscSubClassPlatformDxe change ISO 639-2 language codes to RFC 4646 codes in .UNI files 2009-05-25 09:57:27 +00:00
RealTimeClockRuntimeDxe 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:14:35 +00:00
ResetRuntimeDxe Fix the prototype inconsitency issue. 2009-01-14 13:41:12 +00:00
Sec This checkin addresses the compatibility issue of passing arguments of type VA_LIST between components. The type VA_LIST is mapped onto the compiler specific implementation of varargs. As a result, modules build with different compilers may not use the same VA_LIST structure. The solution to this issue is to define a new type called BASE_LIST that is a compiler independent method of passing varargs between modules. 2009-05-30 23:55:11 +00:00
TimerDxe remove all obsolete msa files from UnixPkg 2008-08-26 09:22:15 +00:00
UnixAutoScanPei Remove BaseMemoryTest PPI and related producers and consumers. 2009-02-23 02:39:20 +00:00
UnixBlockIoDxe Clean up to update the reference of the these macros: 2008-12-16 15:32:09 +00:00
UnixBusDriverDxe Clean up to update the reference of the these macros: 2008-12-16 15:32:09 +00:00
UnixConsoleDxe Fix build break 2008-12-30 04:26:53 +00:00
UnixFirmwareVolumePei Fix entry point prototype. 2008-12-03 06:20:14 +00:00
UnixFlashMapPei Remove unused guid 2009-02-24 11:59:11 +00:00
UnixSerialIoDxe Clean up to update the reference of the these macros: 2008-12-16 15:32:09 +00:00
UnixSimpleFileSystemDxe Clean up to update the reference of the these macros: 2008-12-16 15:32:09 +00:00
UnixThunkDxe Add DevicePathLib reference, for these macros have been moved to DevicePathLib 2008-11-13 07:45:26 +00:00
UnixThunkPpiToProtocolPei Fix entry point prototype. 2008-12-03 06:20:14 +00:00
UnixUgaDxe Clean up to update the reference of the these macros: 2008-12-16 15:32:09 +00:00
UnixPkg.dec Update Unix platform to use dynamic HII pcd to save console output mode. 2009-02-23 03:20:54 +00:00
UnixPkg.dsc 1. Assign BDS timeout PCD value. 2009-05-08 07:51:03 +00:00
UnixPkg.fdf Update DSC&FDF files according to update of status code PEIM. 2009-04-27 09:16:55 +00:00