X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=IntelFrameworkPkg%2FChangeLog.txt;h=3044ada56e31bcc9a3f8188c9721bf341ce9dac1;hp=2cba62a2509a88a89aed009b2f57f502f04a5d9c;hb=3a0d56608f54c88f55986fbd1c729028f6aa7e16;hpb=1b7f7985bdea35070e889de439e7bdc2a4539357 diff --git a/IntelFrameworkPkg/ChangeLog.txt b/IntelFrameworkPkg/ChangeLog.txt index 2cba62a250..3044ada56e 100644 --- a/IntelFrameworkPkg/ChangeLog.txt +++ b/IntelFrameworkPkg/ChangeLog.txt @@ -38,5 +38,41 @@ EDK_0000: Compatible: owner !!!!!!!!!!!!!!!!!! End of Notes !!!!!!!!!!!!!!!!!! ########################################################################################## +========================================================================================== +EDK_4853: Non-Compatible: qwang12 + + remove the definition of EFI_DISPATCH_OPROM_TABLE from IntelFrameworkPkg\Include\Framework\Legacy16.h + as it is not defined in any Intel Framework spec. + 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. +EDK_8583: Non-Compatible: lgao4 + Retire the following framework HII opcodes, which are not defined in FrameworkHii specification. + #define FRAMEWORK_EFI_IFR_TRUE_OP 0x27 + #define FRAMEWORK_EFI_IFR_FALSE_OP 0x28 + #define FRAMEWORK_EFI_IFR_GT_OP 0x29 + #define FRAMEWORK_EFI_IFR_GE_OP 0x2A + #define FRAMEWORK_EFI_IFR_OEM_DEFINED_OP 0x2B + \ No newline at end of file