]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/ChangeLog.txt
correct a operation mistake
[mirror_edk2.git] / MdePkg / ChangeLog.txt
index 6a00b542139c085907420bc9e6e969706a090b64..1b01b6cdeb611cf26b2889892f21f170bf8a3a10 100644 (file)
@@ -206,6 +206,17 @@ Possible Impacts:
                        Customer's module that reference SafeFreePool need to updated. Otherwise\r
                        a build break may occur.\r
                        \r
+EDK_6455-6460:  Non-Compatible: klu2\r
+    1. Clean up device path protocol header file, move device path utility macros to MdePkg\Include\DevicePathLib.h.\r
+    2. I remove "Efi" prefix for this utility function macro name. \r
+    3. The upacked device path type is removed. Should use device path utility macro to access structure's member.\r
+\r
+Possible Impacts:\r
+    1. Customer's module that access device path node's structure need use DevicePathLib\r
+    2. Should not use unpacked type device path node, this type is retired.\r
+    3. If want to access private member in device path node, customer module need DuplicateDevicePath() at first to \r
+       make sure node is in alignment.\r
+              \r
 EDK_6496-6519:  Non-Compatible: qhuang8\r
 \r
        A bundle of library class/instance renames, moves and merges:\r
@@ -235,4 +246,31 @@ EDK_6565:  Non-Compatible: qhuang8
 Possible Impacts:\r
        Modules depending on UefiScsiLib for these macros should update the source to use new UefiLib macros\r
        EFI_TIMER_PERIOD_MICROSECONDS(X), EFI_TIMER_PERIOD_MILLISECONDS(X) and EFI_TIMER_PERIOD_SECONDS(X) for managing Timer Events.\r
-       Especailly, EFI_SCSI_STALL_SECONDS(a) is simply replaced by EFI_TIMER_PERIOD_SECONDS(a)
\ No newline at end of file
+       Especailly, EFI_SCSI_STALL_SECONDS(a) is simply replaced by EFI_TIMER_PERIOD_SECONDS(a)\r
+\r
+EDK_6886:  Non-Compatible: mdkinney\r
+       \r
+       Rename _CR macro defined in MdePkg/Include/Base.h to BASE_CR macro aligned to MdeLib spec.\r
+\r
+Possible Impacts:\r
+       All source codes that depends on _CR macro must be changed to use BASE_CR.      \r
+\r
+EDK_6935:  Non-Compatible: lgao4\r
+       \r
+       In MdePkg/Include/Guid/FileSystemVolumeLabelInfo.h file, to follow UEFI specification.\r
+       Rename EFI_FILE_SYSTEM_VOLUME_LABEL_INFO_ID_GUID to EFI_FILE_SYSTEM_VOLUME_LABEL_ID\r
+       Rename EFI_FILE_SYSTEM_VOLUME_LABEL_INFO to EFI_FILE_SYSTEM_VOLUME_LABEL.\r
+\r
+Possible Impacts:\r
+       All source codes that refer to EFI_FILE_SYSTEM_VOLUME_LABEL_INFO_ID_GUID or EFI_FILE_SYSTEM_VOLUME_LABEL_INFO\r
+       must be changed to use their definitions from UEFI specification.       \r
+\r
+EDK_6974:  Non-Compatible: lgao4\r
+       \r
+       In MdePkg/Include/Uefi/UefiSpec.h file, to follow UEFI2.1 specification.\r
+       Rename struct EFI_KEY_OPTION.KeyOptions to EFI_KEY_OPTION.KeyData\r
+\r
+Possible Impacts:\r
+       All source codes that refer to EFI_KEY_OPTION.KeyOptions\r
+       must be changed to use EFI_KEY_OPTION.KeyData from UEFI specification.  \r
+\r