summaryrefslogtreecommitdiff
path: root/MdePkg/ChangeLog.txt
diff options
context:
space:
mode:
authorqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-11-09 05:10:55 +0000
committerqhuang8 <qhuang8@6f19259b-4bc3-4df7-8a09-765794883524>2009-11-09 05:10:55 +0000
commit5bd462695ad465bbcd46e5732cc7a34c4ee2f56a (patch)
tree184161aef7af7d4d210f2c1fabb7d66e1a688974 /MdePkg/ChangeLog.txt
parent7992c0b02d4bb4d166b118c63a38f98b7933bd97 (diff)
downloadedk2-platforms-5bd462695ad465bbcd46e5732cc7a34c4ee2f56a.tar.xz
Add new protocol definition of FVB2 defined in PI1.2 and change GUID value of FVB to be that of FVB2.
This is a source level compatible change, but not binary level. We might need to rebuild some old binary modules to work with newer version of MdePkg. git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@9394 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/ChangeLog.txt')
-rw-r--r--MdePkg/ChangeLog.txt11
1 files changed, 11 insertions, 0 deletions
diff --git a/MdePkg/ChangeLog.txt b/MdePkg/ChangeLog.txt
index 3fa958d920..38f056ca41 100644
--- a/MdePkg/ChangeLog.txt
+++ b/MdePkg/ChangeLog.txt
@@ -315,3 +315,14 @@ EDK_9385: Non-Compatible: xli24
Possible impacts:
Platforms which uses the default value of PCD (not overriding in DSC) would get updated report status code value for setting virtual address map.
+
+EDK_9394: Non-Compatible: qhuang8
+
+ GUID value of EFI_FIRMWARE_VOLUME_BLOCK_PROTOCOL_GUID and gEfiFirmwareVolumeBlockProtocolGuid has been changed to
+ that of EFI_FIRMWARE_VOLUME_BLOCK2_PROTOCOL_GUID defined in PI 1.2 spec.
+
+
+Possible impacts:
+ This is a source level compatible change, but not binary level. We might need to rebuild some old binary modules to work with newer version of MdePkg.
+
+