mirror of https://github.com/acidanthera/audk.git
Update directory/file names for status code PEIM.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@8187 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
parent
d5aea10cc3
commit
85eb579424
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "PeiStatusCode.h"
|
#include "StatusCodePei.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Worker function to create one memory status code GUID'ed HOB,
|
Worker function to create one memory status code GUID'ed HOB,
|
||||||
|
|
|
@ -11,7 +11,7 @@
|
||||||
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "PeiStatusCode.h"
|
#include "StatusCodePei.h"
|
||||||
|
|
||||||
/**
|
/**
|
||||||
Convert status code value and extended data to readable ASCII string, send string to serial I/O device.
|
Convert status code value and extended data to readable ASCII string, send string to serial I/O device.
|
||||||
|
|
|
@ -12,7 +12,7 @@
|
||||||
|
|
||||||
**/
|
**/
|
||||||
|
|
||||||
#include "PeiStatusCode.h"
|
#include "StatusCodePei.h"
|
||||||
|
|
||||||
EFI_PEI_PROGRESS_CODE_PPI mStatusCodePpi = {
|
EFI_PEI_PROGRESS_CODE_PPI mStatusCodePpi = {
|
||||||
ReportDispatcher
|
ReportDispatcher
|
|
@ -29,10 +29,10 @@
|
||||||
#
|
#
|
||||||
|
|
||||||
[Sources.common]
|
[Sources.common]
|
||||||
PeiStatusCode.c
|
StatusCodePei.c
|
||||||
|
StatusCodePei.h
|
||||||
MemoryStausCodeWorker.c
|
MemoryStausCodeWorker.c
|
||||||
SerialStatusCodeWorker.c
|
SerialStatusCodeWorker.c
|
||||||
PeiStatusCode.h
|
|
||||||
|
|
||||||
|
|
||||||
[Packages]
|
[Packages]
|
||||||
|
@ -54,11 +54,11 @@
|
||||||
|
|
||||||
|
|
||||||
[Guids]
|
[Guids]
|
||||||
gMemoryStatusCodeRecordGuid # SOMETIMES_CONSUMED
|
gMemoryStatusCodeRecordGuid ## SOMETIMES_CONSUMES ## HOB
|
||||||
|
|
||||||
|
|
||||||
[Ppis]
|
[Ppis]
|
||||||
gEfiPeiStatusCodePpiGuid # PPI ALWAYS_CONSUMED
|
gEfiPeiStatusCodePpiGuid ## PRODUCES
|
||||||
|
|
||||||
|
|
||||||
[FeaturePcd.common]
|
[FeaturePcd.common]
|
Loading…
Reference in New Issue