1) Move EFI_DEBUG_INFO structure to IntelFrameworkModule/Include/DebugInfo.h header file.
2) Move BaseReportStatusCodeLib, PeiDxeDebugLibReportStatusCode, DxeReportStatusCodeLibFramework,PeiReportStatusCodeLib to IntelFrameworkModulePkg git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3601 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
@ -14,6 +14,7 @@
|
||||
**/
|
||||
|
||||
#include "DxeStatusCode.h"
|
||||
#include "DebugInfo.h"
|
||||
|
||||
STATIC
|
||||
EFI_SERIAL_IO_PROTOCOL *mSerialIoProtocol;
|
||||
|
@ -16,6 +16,7 @@
|
||||
**/
|
||||
|
||||
#include "PeiStatusCode.h"
|
||||
#include "DebugInfo.h"
|
||||
|
||||
/**
|
||||
Convert status code value and extended data to readable ASCII string, send string to serial I/O device.
|
||||
|
Reference in New Issue
Block a user