UDK2017 IntelFrameworkModulePkg Notes
- LzmaDecompressLib: Update LZMA to new 16.04 version.
- AcpiS3SaveDxe: Consume PcdAcpiS3Enable to control the code.
- LegacyBiosDxe: Get SIO data from SIO interface.
- Replace UnicodeStrToAsciiStr/AsciiStrToUnicodeStr with UnicodeStrToAsciiStrS/AsciiStrToUnicodeStrS.
- KeyboardDxe: Execute key notify function at TPL_CALLBACK.
- CpuIoDxe: Modify CpuIoDxe to support new IoLib library.
- BdsDxe: Use EfiEventEmptyFunction from UefiLib.
- AcpiS3SaveDxe: Remove S3Ready() functional code.
- Remove the following Protocol/PCDs and use the ones defined in MdeModulePkg.
gEfiPs2PolicyProtocolGuid
PcdPs2KbdExtendedVerification
PcdPs2MouseExtendedVerification
PcdFastPS2Detection
- LegacyBiosDxe: Fix legacy serial redirection bug.
- IdeBusDxe: Fix undefined behavior in signed left shift.