Drop non-shared crypto from QemuQ35Pkg and QemuSbsaPkg #835
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Moving forward the OpenSSL submodule will no longer be present in
CryptoPkg
and the only option to integrate crypto into the platformwill be shared crypto (via the binary crypto ext dep).
The option to enable/disable shared crypto is removed since disabling
it is no longer an option.
Notes:
Integrates newly available
AARCH64
PEI and Standalone MM shared crypto binaries.The
BaseCryptLibUnitTest
EFI shell test is removed since it depends onfunctions not present in the PPI/Protocol instances of
BaseCryptLib
andthe crypto releases should have the tests run before the release is made.
Runtime DXE crypto is not currently available. It is only needed at this time for
the non-SMM instance of
QemuQ35Pkg
(VariableRuntimeDxe
). Since this is not theprimary target for
QemuQ35Pkg
, the Runtime DXE binary will be updated in thefuture to unblock Mu Basecore updates in Mu Tiano Platforms.
Updates these submodules to the following release points:
MU_BASECORE
: v2023020013.1.0Common/MU_TIANO
: v2023020000.2.0Features/MM_SUPV
: v8.1.8flow, or firmware?
validation improvement, ...
in build or boot behavior?
a function in a new library class in a pre-existing module, ...
outside direct code modifications (and comments)?
on an a separate Web page, ...
How This Was Tested
QemuQ35Pkg
andQemuSbsaPkg
CI build and boot.Integration Instructions