]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/ChangeLog.txt
Correct minor comments
[mirror_edk2.git] / MdePkg / ChangeLog.txt
index 6a00b542139c085907420bc9e6e969706a090b64..86cb910fb3b38a25ae3fa88f4ea38147f42b00b0 100644 (file)
@@ -235,4 +235,11 @@ 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 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