]> git.proxmox.com Git - mirror_edk2.git/commit - SecurityPkg/SecurityPkg.dsc
SecurityPkg: Create library for enrolling Secure Boot variables.
authorGrzegorz Bernacki <gjb@semihalf.com>
Mon, 2 Aug 2021 10:46:24 +0000 (12:46 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 3 Aug 2021 07:26:41 +0000 (07:26 +0000)
commit9732659698ed070f23f9aeaeff9a0d040f7fe49a
tree1d849319420e24e884a9fac97adf3816f957f8a8
parentbb806a6e88fb9744412f1698fb534429b14c93e0
SecurityPkg: Create library for enrolling Secure Boot variables.

This commits add library, which consist functions to
enrolll Secure Boot keys and initialize Secure Boot
default variables. Some of the functions was moved
 from SecureBootConfigImpl.c file.

Signed-off-by: Grzegorz Bernacki <gjb@semihalf.com>
Reviewed-by: Sunny Wang <sunny.wang@arm.com>
Reviewed-by: Jiewen Yao <Jiewen.yao@intel.com>
SecurityPkg/Include/Library/SecureBootVariableProvisionLib.h [new file with mode: 0644]
SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.c [new file with mode: 0644]
SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.inf [new file with mode: 0644]
SecurityPkg/Library/SecureBootVariableProvisionLib/SecureBootVariableProvisionLib.uni [new file with mode: 0644]
SecurityPkg/SecurityPkg.dec
SecurityPkg/SecurityPkg.dsc