-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[REVERT] Reverts previous commit to update to 2023.2.16, moves to 202…
…3.2.15, corrects extdep, removes duplicate files (#913) ## Description An incorrect assumption was made that the INF's need to be removed from the CryptoPkgDriver because the MU_BASECORE already had duplicate entries and this aligned with previous releases (Now unlisted 2023.2.16). This goes back to the working release (2023.2.15) and updates the extdep accordingly. Further additional (potentially breaking) changes were required to be made to get the crypto package working. See commit 5efeb20 For each item, place an "x" in between `[` and `]` if true. Example: `[x]`. _(you can also check items in the GitHub UI)_ - [X] Impacts functionality? - Simplifies RNG Support expected of platforms - platforms integrating the binaries may have very different levels of support for random number generation, - allow the platform to provide a RNG service for PEI and DXE. - [ ] Impacts security? - [X] Breaking change? - Platforms are expected to provide a source for RNG - See [this change] (microsoft/mu_crypto_release@68c7e29) - Platforms that have a direct dependency on CryptoPkg should now use `$(SHARED_CRYPTO_PATH)` ```inf !include $(SHARED_CRYPTO_PATH)/Driver/Bin/CryptoDriver.inc.dsc ``` - [ ] Includes tests? - [X] Includes documentation? ## How This Was Tested Built on multiple Release/202302 based platforms Booted to Shell ## Integration Instructions Platforms are expected to provide a source for RNG [this change] (microsoft/mu_crypto_release@68c7e29) MU_TIANO_PLATFORMS may be used as an example --------- Signed-off-by: Michael Kubacki <[email protected]> Co-authored-by: Michael Kubacki <[email protected]>
- Loading branch information
Showing
113 changed files
with
121 additions
and
7,307 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
{ | ||
"scope": "global", | ||
"type": "nuget", | ||
"name": "edk2-basecrypto-driver-bin", | ||
"source": "https://pkgs.dev.azure.com/projectmu/mu/_packaging/Mu-Public/nuget/v3/index.json", | ||
"version": "2023.2.15", | ||
"flags": ["set_build_var"], | ||
"var_name": "BLD_*_SHARED_CRYPTO_PATH" | ||
} |
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.