Update the incompatible change into ChangeLog

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6977 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
lgao4 2008-12-10 08:37:12 +00:00
parent fd97c925bb
commit 9916492210

View File

@ -239,7 +239,26 @@ Possible Impacts:
EDK_6886: Non-Compatible: mdkinney
Rename _CR macro in MdePkg\Include\Base.h to BASE_CR macro aligned to MdeLib spec.
Rename _CR macro defined in MdePkg/Include/Base.h to BASE_CR macro aligned to MdeLib spec.
Possible Impacts:
All source codes that depends on _CR macro must be changed to use BASE_CR.
EDK_6935: Non-Compatible: lgao4
In MdePkg/Include/Guid/FileSystemVolumeLabelInfo.h file, to follow UEFI specification.
Rename EFI_FILE_SYSTEM_VOLUME_LABEL_INFO_ID_GUID to EFI_FILE_SYSTEM_VOLUME_LABEL_ID
Rename EFI_FILE_SYSTEM_VOLUME_LABEL_INFO to EFI_FILE_SYSTEM_VOLUME_LABEL.
Possible Impacts:
All source codes that refer to EFI_FILE_SYSTEM_VOLUME_LABEL_INFO_ID_GUID or EFI_FILE_SYSTEM_VOLUME_LABEL_INFO
must be changed to use their definitions from UEFI specification.
EDK_6974: Non-Compatible: lgao4
In MdePkg/Include/Uefi/UefiSpec.h file, to follow UEFI2.1 specification.
Rename struct EFI_KEY_OPTION.KeyOptions to EFI_KEY_OPTION.KeyData
Possible Impacts:
All source codes that refer to EFI_KEY_OPTION.KeyOptions
must be changed to use EFI_KEY_OPTION.KeyData from UEFI specification.