From b67be02118593db45ff6b31ac1b37376fea15b67 Mon Sep 17 00:00:00 2001 From: klu2 Date: Fri, 7 Mar 2008 05:57:02 +0000 Subject: [PATCH] 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 --- MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c | 3 +++ MdeModulePkg/Core/Pei/PeiMain/PeiMain.c | 5 ----- 2 files changed, 3 insertions(+), 5 deletions(-) diff --git a/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c b/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c index f878befaf2..407535408f 100644 --- a/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c +++ b/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c @@ -23,6 +23,9 @@ Revision History #include +// +//CAR is filled with this initial value during SEC phase +// #define INIT_CAR_VALUE 0x5AA55AA5 typedef struct { diff --git a/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c b/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c index 693aa4bfc4..3b1d42e509 100644 --- a/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c +++ b/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c @@ -23,11 +23,6 @@ Revision History #include -// -//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, -- 2.39.2