X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=MdePkg%2FChangeLog.txt;h=11ee2e40c1ccb7b2bc1eceab56222e6c608a3b4b;hp=d1a1db5ee7c2d062384790284b47592c18c8fe91;hb=3a0d56608f54c88f55986fbd1c729028f6aa7e16;hpb=08105cf70fd577d50e3f1936b000fedea2b69302 diff --git a/MdePkg/ChangeLog.txt b/MdePkg/ChangeLog.txt index d1a1db5ee7..11ee2e40c1 100644 --- a/MdePkg/ChangeLog.txt +++ b/MdePkg/ChangeLog.txt @@ -206,6 +206,17 @@ Possible Impacts: Customer's module that reference SafeFreePool need to updated. Otherwise a build break may occur. +EDK_6455-6460: Non-Compatible: klu2 + 1. Clean up device path protocol header file, move device path utility macros to MdePkg\Include\DevicePathLib.h. + 2. I remove "Efi" prefix for this utility function macro name. + 3. The upacked device path type is removed. Should use device path utility macro to access structure's member. + +Possible Impacts: + 1. Customer's module that access device path node's structure need use DevicePathLib + 2. Should not use unpacked type device path node, this type is retired. + 3. If want to access private member in device path node, customer module need DuplicateDevicePath() at first to + make sure node is in alignment. + EDK_6496-6519: Non-Compatible: qhuang8 A bundle of library class/instance renames, moves and merges: @@ -237,10 +248,51 @@ Possible Impacts: EFI_TIMER_PERIOD_MICROSECONDS(X), EFI_TIMER_PERIOD_MILLISECONDS(X) and EFI_TIMER_PERIOD_SECONDS(X) for managing Timer Events. Especailly, EFI_SCSI_STALL_SECONDS(a) is simply replaced by EFI_TIMER_PERIOD_SECONDS(a) -EDK_6857: Non-Compatible: qwang12 +EDK_6886: Non-Compatible: mdkinney + + 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 - Rename PCD name of PcdDefaultTerminalType to PcdUartDefaultTerminalType based on Mde + 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 DSC files that reference PcdDefaultTerminalType. + 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. + +EDK_7057: Non-Compatible: qhuang8 + Retired the following macros defined in MdePkg/Include/Uefi/UefiBaseType.h: + EFI_SIGNATURE_16, EFI_SIGNATURE_32, EFI_SIGNATURE_64, EFI_FIELD_OFFSET, EFI_MAX_BIT & EFI_MAX_ADDRESS + +Possible impacts: + All EDKII native source code needs to update to use the equivelent macros (without "EFI_" prefix except for + EFI_FIELD_OFFSET) defined in MdePkg\Include\Base.h and MdePkg\Include\$(ARCH)\ProcessorBinding.h: + EFI_SIGNATURE_16 -> SIGNATURE_16 + EFI_SIGNATURE_32 -> SIGNATURE_32 + EFI_SIGNATURE_64 -> SIGNATURE_64 + EFI_FIELD_OFFSET -> OFFSET_OF + EFI_MAX_BIT -> MAX_BIT + EFI_MAX_ADDRESS -> MAX_ADDRESS + +EDK_7467: Non-Compatible: qhuang8 + Remove the macro value TIME_OUT defined in MdePkg/Include/Uefi/UefiUsbLib.h and replace it with a new PCD entry: + gEfiMdePkgTokenSpaceGuid.PcdUsbTransferTimeoutValue +Possible impacts: + All modules depending on macro TIME_OUT in MdePkg/Include/Uefi/UefiUsbLib.h should use PcdGet32 (PcdUsbTransferTimeoutValue) + for the USB transaction, include "PcdLib" in INF [LibraryClasses] section and add "#include " in module + source. \ No newline at end of file