OvmfPkg: add morlock support
Add dsc + fdf include files to add the MorLock drivers to the build. Add the include files to OVMF build configurations. Signed-off-by: Gerd Hoffmann <kraxel@redhat.com>
This commit is contained in:
committed by
mergify[bot]
parent
10ab1c67c4
commit
b45aff0dc9
10
OvmfPkg/Include/Fdf/MorLock.fdf.inc
Normal file
10
OvmfPkg/Include/Fdf/MorLock.fdf.inc
Normal file
@@ -0,0 +1,10 @@
|
||||
##
|
||||
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
||||
#
|
||||
# MorLock support
|
||||
##
|
||||
|
||||
INF SecurityPkg/Tcg/MemoryOverwriteControl/TcgMor.inf
|
||||
!if $(SMM_REQUIRE) == TRUE
|
||||
INF SecurityPkg/Tcg/MemoryOverwriteRequestControlLock/TcgMorLockSmm.inf
|
||||
!endif
|
Reference in New Issue
Block a user