Add a Pcd to define the maximum number of performance log entries during PEI phase.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@1398 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
qhuang8
2006-08-29 01:52:19 +00:00
parent a3420902ba
commit 6ffd3b0cd2
6 changed files with 22 additions and 7 deletions

View File

@@ -33,10 +33,6 @@ Abstract:
//
#define PEI_PERFORMANCE_STRING_SIZE 8
#define PEI_PERFORMANCE_STRING_LENGTH (PEI_PERFORMANCE_STRING_SIZE - 1)
//
// Bugbug: This macro will be replaced by a binary patchable PCD entry in EdkModulePkg
//
#define MAX_PEI_PERFORMANCE_LOG_ENTRIES 28
typedef struct {
EFI_PHYSICAL_ADDRESS Handle;