summaryrefslogtreecommitdiff
path: root/MdePkg/ChangeLog.txt
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-17 08:52:53 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-10-17 08:52:53 +0000
commit1abe8b51082d8712f37d2e1156acf2278e05663e (patch)
tree9162543e4cd3dc29d13a811d3ff037796c04c9ee /MdePkg/ChangeLog.txt
parent1b641bb8eedacb9ad0b4a89d4b275db9488553f1 (diff)
downloadedk2-platforms-1abe8b51082d8712f37d2e1156acf2278e05663e.tar.xz
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6130 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/ChangeLog.txt')
-rw-r--r--MdePkg/ChangeLog.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/MdePkg/ChangeLog.txt b/MdePkg/ChangeLog.txt
index d7b523ee92..30d8b0be4b 100644
--- a/MdePkg/ChangeLog.txt
+++ b/MdePkg/ChangeLog.txt
@@ -188,3 +188,11 @@ Possible Impacts:
<Uefi.h> is removed from the Protocol/PPI/GUID/Libary header file. If the module can build before the update but failed after the update
because of some undefined basic data type such as "EFI_GUID", module developer should include the module type header file accordingly.
+EDK_6129: Non-Compatible: qwang12
+
+Base on PI spec, GetPeiServicesTablePointer in PeiServicesTablePointer library is updated to return CONST EFI_PEI_SERVICES**. This is a incompatible changes. All file that reference this must be updated.
+
+Possible Impacts:
+ Customer's module that reference GetPeiServicesTablePointer in PeiServicesTablePointer library may need to updated. Otherwise
+ a build break (mismatch of data type) may occur.
+