X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=IntelFrameworkPkg%2FChangeLog.txt;h=08d46cebd25866ab1bf14c0bdd9f8d9534b2b135;hb=914826ba1dc3f03b2a3a88842ba7e41923231258;hp=6f2171e503927f59a98b2d5b2ebebab0780851ec;hpb=dce23de2f16fe603c4a464c19d1fe6db68e3a6da;p=mirror_edk2.git 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.