Skip to content

edk2-stable202005

Compare
Choose a tag to compare
@lgao4 lgao4 released this 03 Jun 08:34
· 4941 commits to master since this release

Release Date 2020-06-03

New Features

Bugzilla List

Update Notes

  1. The brotli source code is accessed through submodule way. So anybody updates to the latest edk2 should type ‘git submodule update –init’ to checkout submodule brotli.
  2. BaseCryptoLib MD4, ARC4, TDES, AES ECB MODE, HMAC MD5, HMAC SHA1 API have been deprecated. The consumer that use above functions should remove the related code and return unsupported status.
  3. SecurityPkg Tcg2PhysicalPresenceLib library class removes two macros
    TCG2_BIOS_TPM_MANAGEMENT_FLAG_DEFAULT and TCG2_BIOS_STORAGE_MANAGEMENT_FLAG_DEFAULT. The consumer code should use gEfiSecurityPkgTokenSpaceGuid.PcdTcg2PhysicalPresenceFlags to get the default flags.