-
Notifications
You must be signed in to change notification settings - Fork 135
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
CryptoPkg: Update generated crypto bin files
Note that due to prior script changes the following breaking/ integration changes need to be performed: - `CryptoDriver.BOOTBLOCK.inc.fdf` is removed (renamed to `CryptoDriver.PEI.inc.fdf`) - `CryptoDriver.DXE.inc.fdf` no longer includes SMM (`DXE_SMM_DRIVER`) modules by default - `CryptoDriver.SMM.inc.fdf` is new and contains SMM modules (`DXE_SMM_DRIVER`) - `CryptoDriver.STANDALONEMM.inc.fdf` is new and contains Standalone MM modules (`MM_STANDALONE`) Signed-off-by: Michael Kubacki <[email protected]>
- Loading branch information
Showing
79 changed files
with
579 additions
and
96 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
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
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
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
6 changes: 3 additions & 3 deletions
6
...Driver/Bin/CryptoDriver.BOOTBLOCK.inc.fdf → ...toPkg/Driver/Bin/CryptoDriver.PEI.inc.fdf
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,48 @@ | ||
# **************************************************************************** | ||
# AUTOGENERATED BY CryptoPkg\Driver\Packaging\generate_cryptodriver.py | ||
# AUTOGENED AS CryptoDriver.SMM.inc.fdf | ||
# DO NOT MODIFY | ||
# GENERATED ON: 2024-01-17 12:19:49.032307 | ||
|
||
# include this in the platform SMM FV | ||
!ifndef SMM_CRYPTO_SERVICES | ||
!error You need to define SMM_CRYPTO_SERVICES | ||
!endif | ||
!if $(SMM_CRYPTO_SERVICES) == TINY_SHA | ||
!if $(TARGET) == DEBUG | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_TINY_SHA_Smm_DEBUG_$(SMM_CRYPTO_ARCH).inf | ||
!endif | ||
!if $(TARGET) == RELEASE | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_TINY_SHA_Smm_RELEASE_$(SMM_CRYPTO_ARCH).inf | ||
!endif | ||
!endif | ||
|
||
!if $(SMM_CRYPTO_SERVICES) == MINIMAL_SHA_SM3 | ||
!if $(TARGET) == DEBUG | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_MINIMAL_SHA_SM3_Smm_DEBUG_$(SMM_CRYPTO_ARCH).inf | ||
!endif | ||
!if $(TARGET) == RELEASE | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_MINIMAL_SHA_SM3_Smm_RELEASE_$(SMM_CRYPTO_ARCH).inf | ||
!endif | ||
!endif | ||
|
||
!if $(SMM_CRYPTO_SERVICES) == SMALL_SHA_RSA | ||
!if $(TARGET) == DEBUG | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_SMALL_SHA_RSA_Smm_DEBUG_$(SMM_CRYPTO_ARCH).inf | ||
!endif | ||
!if $(TARGET) == RELEASE | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_SMALL_SHA_RSA_Smm_RELEASE_$(SMM_CRYPTO_ARCH).inf | ||
!endif | ||
!endif | ||
|
||
!if $(SMM_CRYPTO_SERVICES) == STANDARD | ||
!if $(TARGET) == DEBUG | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_STANDARD_Smm_DEBUG_$(SMM_CRYPTO_ARCH).inf | ||
!endif | ||
!if $(TARGET) == RELEASE | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_STANDARD_Smm_RELEASE_$(SMM_CRYPTO_ARCH).inf | ||
!endif | ||
!endif | ||
|
||
# AUTOGEN ENDS | ||
# **************************************************************************** |
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,48 @@ | ||
# **************************************************************************** | ||
# AUTOGENERATED BY CryptoPkg\Driver\Packaging\generate_cryptodriver.py | ||
# AUTOGENED AS CryptoDriver.STANDALONEMM.inc.fdf | ||
# DO NOT MODIFY | ||
# GENERATED ON: 2024-01-17 12:19:49.033830 | ||
|
||
# include this in the platform STANDALONEMM FV | ||
!ifndef STANDALONEMM_CRYPTO_SERVICES | ||
!error You need to define STANDALONEMM_CRYPTO_SERVICES | ||
!endif | ||
!if $(STANDALONEMM_CRYPTO_SERVICES) == TINY_SHA | ||
!if $(TARGET) == DEBUG | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_TINY_SHA_StandaloneMm_DEBUG_$(STANDALONEMM_CRYPTO_ARCH).inf | ||
!endif | ||
!if $(TARGET) == RELEASE | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_TINY_SHA_StandaloneMm_RELEASE_$(STANDALONEMM_CRYPTO_ARCH).inf | ||
!endif | ||
!endif | ||
|
||
!if $(STANDALONEMM_CRYPTO_SERVICES) == MINIMAL_SHA_SM3 | ||
!if $(TARGET) == DEBUG | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_MINIMAL_SHA_SM3_StandaloneMm_DEBUG_$(STANDALONEMM_CRYPTO_ARCH).inf | ||
!endif | ||
!if $(TARGET) == RELEASE | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_MINIMAL_SHA_SM3_StandaloneMm_RELEASE_$(STANDALONEMM_CRYPTO_ARCH).inf | ||
!endif | ||
!endif | ||
|
||
!if $(STANDALONEMM_CRYPTO_SERVICES) == SMALL_SHA_RSA | ||
!if $(TARGET) == DEBUG | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_SMALL_SHA_RSA_StandaloneMm_DEBUG_$(STANDALONEMM_CRYPTO_ARCH).inf | ||
!endif | ||
!if $(TARGET) == RELEASE | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_SMALL_SHA_RSA_StandaloneMm_RELEASE_$(STANDALONEMM_CRYPTO_ARCH).inf | ||
!endif | ||
!endif | ||
|
||
!if $(STANDALONEMM_CRYPTO_SERVICES) == STANDARD | ||
!if $(TARGET) == DEBUG | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_STANDARD_StandaloneMm_DEBUG_$(STANDALONEMM_CRYPTO_ARCH).inf | ||
!endif | ||
!if $(TARGET) == RELEASE | ||
INF CryptoPkg/Driver/Bin/CryptoDriverBin_STANDARD_StandaloneMm_RELEASE_$(STANDALONEMM_CRYPTO_ARCH).inf | ||
!endif | ||
!endif | ||
|
||
# AUTOGEN ENDS | ||
# **************************************************************************** |
Oops, something went wrong.