Skip to content

Commit 1199114

Browse files
author
Doug Flick
committed
ArmVirtPkg: : Add Hash2DxeCrypto to ArmVirtPkg
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]>
1 parent 8c2d94c commit 1199114

File tree

3 files changed

+15
-0
lines changed

3 files changed

+15
-0
lines changed

ArmVirtPkg/ArmVirtQemu.dsc

+5
Original file line numberDiff line numberDiff line change
@@ -554,6 +554,11 @@
554554
MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
555555
MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
556556

557+
#
558+
# Hash2 Protocol Support
559+
#
560+
SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
561+
557562
#
558563
# TPM2 support
559564
#

ArmVirtPkg/ArmVirtQemuFvMain.fdf.inc

+5
Original file line numberDiff line numberDiff line change
@@ -177,6 +177,11 @@ READ_LOCK_STATUS = TRUE
177177
INF MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
178178
INF MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
179179

180+
#
181+
# Hash2 Protocol producer
182+
#
183+
INF SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
184+
180185
#
181186
# TPM2 support
182187
#

ArmVirtPkg/ArmVirtQemuKernel.dsc

+5
Original file line numberDiff line numberDiff line change
@@ -461,6 +461,11 @@
461461
MdeModulePkg/Bus/Usb/UsbKbDxe/UsbKbDxe.inf
462462
MdeModulePkg/Bus/Usb/UsbMassStorageDxe/UsbMassStorageDxe.inf
463463

464+
#
465+
# Hash2 Protocol Support
466+
#
467+
SecurityPkg/Hash2DxeCrypto/Hash2DxeCrypto.inf
468+
464469
#
465470
# ACPI Support
466471
#

0 commit comments

Comments
 (0)