summaryrefslogtreecommitdiff
path: root/MdeModulePkg/Core/Pei
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-07 05:57:02 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2008-03-07 05:57:02 +0000
commitb67be02118593db45ff6b31ac1b37376fea15b67 (patch)
treedacf2ef0b856947817d97a4cd863c9a362b907f3 /MdeModulePkg/Core/Pei
parent9935f927a2412b066e4c538ab9face2fbc4897a3 (diff)
downloadedk2-b67be02118593db45ff6b31ac1b37376fea15b67.zip
edk2-b67be02118593db45ff6b31ac1b37376fea15b67.tar.gz
edk2-b67be02118593db45ff6b31ac1b37376fea15b67.tar.bz2
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
Diffstat (limited to 'MdeModulePkg/Core/Pei')
-rw-r--r--MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c3
-rw-r--r--MdeModulePkg/Core/Pei/PeiMain/PeiMain.c5
2 files changed, 3 insertions, 5 deletions
diff --git a/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c b/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
index f878bef..4075354 100644
--- a/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
+++ b/MdeModulePkg/Core/Pei/Dispatcher/Dispatcher.c
@@ -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 {
diff --git a/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c b/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c
index 693aa4b..3b1d42e 100644
--- a/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c
+++ b/MdeModulePkg/Core/Pei/PeiMain/PeiMain.c
@@ -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,