Add comment for initialization value of CAR

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@4806 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
klu2 2008-03-07 05:57:02 +00:00
parent 9935f927a2
commit b67be02118
2 changed files with 3 additions and 5 deletions

View File

@ -23,6 +23,9 @@ Revision History
#include <PeiMain.h>
//
//CAR is filled with this initial value during SEC phase
//
#define INIT_CAR_VALUE 0x5AA55AA5
typedef struct {

View File

@ -23,11 +23,6 @@ Revision History
#include <PeiMain.h>
//
//CAR is filled with this initial value during SEC phase
//
#define INIT_CAR_VALUE 0x5AA55AA5
static EFI_PEI_PPI_DESCRIPTOR mMemoryDiscoveredPpi = {
(EFI_PEI_PPI_DESCRIPTOR_PPI | EFI_PEI_PPI_DESCRIPTOR_TERMINATE_LIST),
&gEfiPeiMemoryDiscoveredPpiGuid,