microsoft / mu_basecore

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

[Cherry-Pick] Updating Shared Crypto Bin to version 2023.12.2. #1079

Closed apop5 closed 1 month 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.2 includes PDB information.

How This Was Tested

N/A

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