Re: [PATCH v5 02/10] ArmVirtPkg: add SecureBootVariableLib class resolution
Sunny Wang
Looks good to me.
toggle quoted messageShow quoted text
Reviewed-by: Sunny Wang <sunny.wang@...>
-----Original Message-----
From: Grzegorz Bernacki <gjb@...> Sent: Thursday, July 1, 2021 5:18 PM To: devel@edk2.groups.io Cc: leif@...; ardb+tianocore@...; Samer El-Haj-Mahmoud <Samer.El-Haj-Mahmoud@...>; Sunny Wang <Sunny.Wang@...>; mw@...; upstream@...; jiewen.yao@...; jian.j.wang@...; min.m.xu@...; lersek@...; Sami Mujawar <Sami.Mujawar@...>; afish@...; ray.ni@...; jordan.l.justen@...; rebecca@...; grehan@...; Thomas Abraham <thomas.abraham@...>; chasel.chiu@...; nathaniel.l.desimone@...; gaoliming@...; eric.dong@...; michael.d.kinney@...; zailiang.sun@...; yi.qian@...; graeme@...; rad@...; pete@...; Grzegorz Bernacki <gjb@...> Subject: [PATCH v5 02/10] ArmVirtPkg: add SecureBootVariableLib class resolution The edk2 patch SecurityPkg: Create library for setting Secure Boot variables. moves generic functions from SecureBootConfigDxe and places them into SecureBootVariableLib. This patch adds SecureBootVariableLib mapping for ArmVirtPkg platform. Signed-off-by: Grzegorz Bernacki <gjb@...> --- ArmVirtPkg/ArmVirt.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc index d9abadbe70..11c1f53537 100644 --- a/ArmVirtPkg/ArmVirt.dsc.inc +++ b/ArmVirtPkg/ArmVirt.dsc.inc @@ -168,6 +168,7 @@ # !if $(SECURE_BOOT_ENABLE) == TRUE AuthVariableLib|SecurityPkg/Library/AuthVariableLib/AuthVariableLib.inf + SecureBootVariableLib|SecurityPkg/Library/SecureBootVariableLib/SecureBootVariableLib.inf # re-use the UserPhysicalPresent() dummy implementation from the ovmf tree PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf -- 2.25.1 IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the intended recipient, please notify the sender immediately and do not disclose the contents to any other person, use it for any purpose, or store or copy the information in any medium. Thank you.
|
|