-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
generate_cryptodriver: Add useful versioning to shared crypto binaries (
#105) ## Description Updates the ver section to reflect version info available depending on the build type. 1. Removes hardcoded "1.0" in FFS Version string 2. Uses the EDK2 crypto version (binary compat) version for all builds. 3. Uses the EDK2 crypto version + Major.Minor.Patch for pipeline (release) builds. - Local Build: `"{EDK2_CRYPTO_VER}"` - CI Build: `"{EDK2_CRYPTO_VER}.{MAJOR}.{MINOR}.{PATCH}"` - [ ] Impacts functionality? - [ ] Impacts security? - [ ] Breaking change? - [ ] Includes tests? - [ ] Includes documentation? ## How This Was Tested - Generate crypto driver - Local build and bundle - Integrate into platform and check VER section in FFS ## Integration Instructions N/A - VER in Shared Crypto FFS will no longer be hardcoded to `1.0` Signed-off-by: Michael Kubacki <[email protected]>
- Loading branch information
Showing
4 changed files
with
80 additions
and
10 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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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 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