Skip to content

Commit

Permalink
ArmVirtPkg: : Add Hash2DxeCrypto to ArmVirtPkg
Browse files Browse the repository at this point in the history
This patch adds Hash2DxeCrypto to ArmVirtPkg. The Hash2DxeCrypto is
used to provide the hashing protocol services.

Cc: Ard Biesheuvel <[email protected]>
Cc: Leif Lindholm <[email protected]>
Cc: Sami Mujawar <[email protected]>
Cc: Gerd Hoffmann <[email protected]>

Signed-off-by: Doug Flick [MSFT] <[email protected]>
  • Loading branch information
Flickdm committed Apr 26, 2024
1 parent 2a0c2e8 commit c0a0193
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
6 changes: 6 additions & 0 deletions ArmVirtPkg/ArmVirtQemu.dsc
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@
ArmMonitorLib|ArmPkg/Library/ArmMonitorLib/ArmMonitorLib.inf
ArmTrngLib|ArmPkg/Library/ArmTrngLib/ArmTrngLib.inf
RngLib|MdeModulePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf
Hash2CryptoLib|SecurityPkg/Library/DxeHash2CryptoLib/DxeHash2CryptoLib.inf

!if $(TPM2_ENABLE) == TRUE
Tpm2CommandLib|SecurityPkg/Library/Tpm2CommandLib/Tpm2CommandLib.inf
Expand Down Expand Up @@ -562,6 +563,11 @@
#
SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf

#
# Hash2 Protocol Support
#
SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf

#
# TPM2 support
#
Expand Down
5 changes: 5 additions & 0 deletions ArmVirtPkg/ArmVirtQemu.fdf
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ READ_LOCK_STATUS = TRUE
#
INF SecurityPkg/RandomNumberGenerator/RngDxe/RngDxe.inf

#
# Hash2 Protocol producer
#
INF SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf

!if $(TPM2_ENABLE) == TRUE
INF MdeModulePkg/Universal/PCD/Pei/Pcd.inf
INF MdeModulePkg/Universal/ResetSystemPei/ResetSystemPei.inf
Expand Down

0 comments on commit c0a0193

Please sign in to comment.