microsoft / mu_basecore

Project Mu BaseCore
https://microsoft.github.io/mu/
Other
242 stars 124 forks source link

CryptoPkg: Updating Shared Crypto Bin to version 2023.12.2. #1075

Closed apop5 closed 2 months ago

apop5 commented 2 months ago

Description

Previous version v2023.11.3 did not contain PDB information, which was causing some problems in a platform which needed PDB information.

v2023.12.1 includes PDB information.

How This Was Tested

Ran mu_tiano_platforms with changes and verified boot.

Integration Instructions

After this update, platforms are required to supply gEfiRngPpiGuid in the Pei phase, and gEfiRngProtocolGuid in the Dxe phase. Common implementations are available:

SecurityPkg\RandomNumberGenerator\RngPei\RngPei.inf SecurityPkg\RandomNumberGenerator\RngDxe\RngDxe.inf