summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-17 05:16:15 +0000
committerklu2 <klu2@6f19259b-4bc3-4df7-8a09-765794883524>2007-09-17 05:16:15 +0000
commit6a9d345a335f6ffa1c61a2d050621351526c9321 (patch)
treeffb72459b309b5f22a0ea2b745aa91e6797f5d6f
parentc18099186c2e318323df7ad21879fd1a102db38f (diff)
downloadedk2-6a9d345a335f6ffa1c61a2d050621351526c9321.zip
edk2-6a9d345a335f6ffa1c61a2d050621351526c9321.tar.gz
edk2-6a9d345a335f6ffa1c61a2d050621351526c9321.tar.bz2
Add PI incompatible change into ChangeLog.txt for MdePkg and MdeModulePkg
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@3873 6f19259b-4bc3-4df7-8a09-765794883524
-rw-r--r--MdeModulePkg/ChangeLog.txt17
-rw-r--r--MdePkg/ChangeLog.txt15
2 files changed, 31 insertions, 1 deletions
diff --git a/MdeModulePkg/ChangeLog.txt b/MdeModulePkg/ChangeLog.txt
index 9f335e8..466a70a 100644
--- a/MdeModulePkg/ChangeLog.txt
+++ b/MdeModulePkg/ChangeLog.txt
@@ -60,7 +60,22 @@ EDK_3773: Non-Compatible: qwang12
And the package dependency should also be changed if needed due to this protocol
GUID change.
-
+==========================================================================================
+EDK_3871: Non-Compatible: klu2
+
+ Class_PIEnable[1]: Use new entry point for PeiCore defined in PI specification.
+
+ Code Change:
+ 1) PeiMain module use PeiCoreEntryPoint library class but *not* original OldPeiCoreEntryPoint.
+ 2) The memory service in PeiMain module get CAR base and size from parameter of PeiCore's
+ Entry point directly but *not* computed from stack's base.
+
+ Possible Impacts:
+ 1) Platform should select MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf for
+ PeiMain module.
+ 2) The SecCore module should provide parameters for new entry point defined in
+ MdePkg\Include\Library\PeiCoreEntryPoint.h
+
==========================================================================================
EDK_3866: Compatible: qhuang8
diff --git a/MdePkg/ChangeLog.txt b/MdePkg/ChangeLog.txt
index 2cba62a..6694105 100644
--- a/MdePkg/ChangeLog.txt
+++ b/MdePkg/ChangeLog.txt
@@ -35,6 +35,21 @@ EDK_0000: Compatible: owner
Code Change :
1) BaseTools\Bin\Win32\build.exe
+
+==========================================================================================
+EDK_3871: Non-Compatible: klu2
+
+ Class_PIEnable[1]: Use new entry point for PeiCore defined in PI specification.
+
+ Code Change:
+ 1) Remove the definition and library instance for OldPeiCoreEntryPoinLib
+
+ Possible Impacts:
+ 1) Platform should select MdePkg/Library/PeiCoreEntryPoint/PeiCoreEntryPoint.inf for
+ PeiMain module.
+ 2) The SecCore module should provide parameters for new entry point defined in
+ MdePkg\Include\Library\PeiCoreEntryPoint.h
+
!!!!!!!!!!!!!!!!!! End of Notes !!!!!!!!!!!!!!!!!!
##########################################################################################