summaryrefslogtreecommitdiff
path: root/IntelFrameworkPkg
diff options
context:
space:
mode:
authorqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-16 09:51:06 +0000
committerqwang12 <qwang12@6f19259b-4bc3-4df7-8a09-765794883524>2008-05-16 09:51:06 +0000
commit6ee6927825fa80398a5117d0f9dd61e2f4dd96cb (patch)
treed9b6b2957486f088d8f02fcbb4273633d5abceb7 /IntelFrameworkPkg
parent3d02e416fd0947c26fc844d386bc4f230998e813 (diff)
downloadedk2-platforms-6ee6927825fa80398a5117d0f9dd61e2f4dd96cb.tar.xz
Update ChangeLog.txt
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@5217 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkPkg')
-rw-r--r--IntelFrameworkPkg/ChangeLog.txt22
1 files changed, 22 insertions, 0 deletions
diff --git a/IntelFrameworkPkg/ChangeLog.txt b/IntelFrameworkPkg/ChangeLog.txt
index 6f2171e503..08d46cebd2 100644
--- a/IntelFrameworkPkg/ChangeLog.txt
+++ b/IntelFrameworkPkg/ChangeLog.txt
@@ -46,3 +46,25 @@ EDK_4853: Non-Compatible: qwang12
Possible Impacts:
1) Modules that may reference this structure.
+
+==========================================================================================
+EDK_5216: Non-Compatible: qwang12
+
+ PI spec defines some definitions that same name with those in Framework Specification.
+ Change those in Framework Specifications by adding "FRAMEWORK_" prefix so that these two
+ header file can be included in the same module (for example a thunk driver).
+
+ EFI_FV_ATTRIBUTES
+ EFI_FV_GET_ATTRIBUTES
+ EFI_FV_SET_ATTRIBUTES
+ EFI_FV_READ_FILE
+ EFI_FV_READ_SECTION
+ EFI_FV_WRITE_POLICY
+ EFI_FV_UNRELIABLE_WRITE
+ EFI_FV_RELIABLE_WRITE
+ EFI_FV_WRITE_FILE_DATA
+ EFI_FV_WRITE_FILE
+ EFI_FV_GET_NEXT_FILE
+
+ Possible Impacts:
+ 1) Modules that may reference this definitions need to be updated.