From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pf1-f196.google.com (mail-pf1-f196.google.com [209.85.210.196]) by mx.groups.io with SMTP id smtpd.web11.37151.1598593918214215847 for ; Thu, 27 Aug 2020 22:51:58 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@corthon-com.20150623.gappssmtp.com header.s=20150623 header.b=OUp8c3uW; spf=none, err=permanent DNS error (domain: corthon.com, ip: 209.85.210.196, mailfrom: bret@corthon.com) Received: by mail-pf1-f196.google.com with SMTP id t185so84070pfd.13 for ; Thu, 27 Aug 2020 22:51:58 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=corthon-com.20150623.gappssmtp.com; s=20150623; h=from:to:cc:subject:date:message-id:in-reply-to:references :mime-version:content-transfer-encoding; bh=DLWcCTtw+xupKG+QIeqkygcyEelZT/ELvMb+vzD5oCk=; b=OUp8c3uWpS6vcRJmEX3TOwohpr+kLnJyuUAM8yZoJRJydeY1XKreyGEKwrvGk668I0 Ug5JE9O4Q0UbqdbIeNE+8ScMF9ul45EJ23H5BdOlZab0SvRPb4lzM1LRLLM56hDLakU2 RqNzNXGkqRrn/vZ29Al3+iKrWclZQdF8XCeOORFnPNpCjLZkjp+VkrXxipH/DUom5kGN P0tcs/P14ofxDZrRa/Pqup2rixG6Fzz93fji7arF2hw34RoQQsHhyRJiHcdV8t5DXXOV z8zMVz46M3dGNbHIcbeDdBu43gX0m7iZLNT8KUY4BkZqiwsLQZsE7SnOY+YhYAiDs/7C dRoA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:from:to:cc:subject:date:message-id:in-reply-to :references:mime-version:content-transfer-encoding; bh=DLWcCTtw+xupKG+QIeqkygcyEelZT/ELvMb+vzD5oCk=; b=W+fuIXAIuMaUeu7iQz+9N4LNOjqDlqSBYZMhZoXicQIQMQC+9RBE4NDPQQjnRQCa3O f6ngT0wyUzxVbeBKtWlojaVyASCWnqnlWLTeekq9EkNecnn/LPXoNni9a8JJ9RA8+VkL /mZRQ7opySAikMvl+eRpYt5nFebezmQKVfEN1BHJiJZS8eHbQ2Hj24f/0IUGIMMcCgiH hSiBY/HxHdYeAFCi1/GpynbeDsF21lFersIqtkP2OsnoIGaZ8rSPb7PlSFHtxzFSlwQT vZtcgv2UEHcadFkUd+eJpjEo0YjFTYgPOc4vt5fe8Qj+mbYYvmXerjsfoW707saRtDZw TBVw== X-Gm-Message-State: AOAM533XV/wPMsdHchDt2LvYLJI2H9UQRV4Vvn4iWTyz0V/53ObuTUU/ /gOtp1F67aeCQWSyAjUGxa19wKphMMxQqM9jCF0= X-Google-Smtp-Source: ABdhPJztbISQnUcoAdI3Srn6DMoUhyKJLCop7cNwQHutT6elTIoEBefuPtk4nN9+JMt6vw1OIPoxBg== X-Received: by 2002:a62:52d6:: with SMTP id g205mr20098422pfb.144.1598593917413; Thu, 27 Aug 2020 22:51:57 -0700 (PDT) Return-Path: Received: from localhost.localdomain (174-21-132-206.tukw.qwest.net. [174.21.132.206]) by smtp.gmail.com with ESMTPSA id fz19sm41802pjb.40.2020.08.27.22.51.56 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Thu, 27 Aug 2020 22:51:56 -0700 (PDT) From: "Bret Barkelew" X-Google-Original-From: Bret Barkelew To: devel@edk2.groups.io Cc: Maurice Ma , Guo Dong , Benjamin You Subject: [PATCH v7 08/14] UefiPayloadPkg: Add VariablePolicy engine to UefiPayloadPkg platform Date: Thu, 27 Aug 2020 22:51:21 -0700 Message-Id: <20200828055127.1610-9-brbarkel@microsoft.com> X-Mailer: git-send-email 2.28.0.windows.1 In-Reply-To: <20200828055127.1610-1-brbarkel@microsoft.com> References: <20200828055127.1610-1-brbarkel@microsoft.com> MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable https://bugzilla.tianocore.org/show_bug.cgi?id=3D2522 Cc: Maurice Ma Cc: Guo Dong Cc: Benjamin You Cc: Bret Barkelew Signed-off-by: Bret Barkelew Reviewed-by: Maurice Ma --- UefiPayloadPkg/UefiPayloadPkgIa32.dsc | 4 ++++ UefiPayloadPkg/UefiPayloadPkgIa32X64.dsc | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/UefiPayloadPkg/UefiPayloadPkgIa32.dsc b/UefiPayloadPkg/UefiPay= loadPkgIa32.dsc index 460da1c504dc..6301e83ab30a 100644 --- a/UefiPayloadPkg/UefiPayloadPkgIa32.dsc +++ b/UefiPayloadPkg/UefiPayloadPkgIa32.dsc @@ -4,6 +4,7 @@ # Provides drivers and definitions to create uefi payload for bootloaders.= =0D #=0D # Copyright (c) 2014 - 2020, Intel Corporation. All rights reserved.
=0D +# Copyright (c) Microsoft Corporation.=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D ##=0D @@ -208,6 +209,8 @@ [LibraryClasses] AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLib= Null.inf=0D TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf=0D VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf=0D + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf=0D + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf=0D =0D [LibraryClasses.IA32.SEC]=0D DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf=0D @@ -257,6 +260,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf=0D MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAll= ocationLib.inf=0D ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/R= untimeDxeReportStatusCodeLib.inf=0D + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf=0D =0D [LibraryClasses.common.UEFI_DRIVER,LibraryClasses.common.UEFI_APPLICATION]= =0D PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf=0D diff --git a/UefiPayloadPkg/UefiPayloadPkgIa32X64.dsc b/UefiPayloadPkg/Uefi= PayloadPkgIa32X64.dsc index 942bc9076634..8cddb94911f7 100644 --- a/UefiPayloadPkg/UefiPayloadPkgIa32X64.dsc +++ b/UefiPayloadPkg/UefiPayloadPkgIa32X64.dsc @@ -4,6 +4,7 @@ # Provides drivers and definitions to create uefi payload for bootloaders.= =0D #=0D # Copyright (c) 2014 - 2020, Intel Corporation. All rights reserved.
=0D +# Copyright (c) Microsoft Corporation.=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D ##=0D @@ -209,6 +210,8 @@ [LibraryClasses] AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLib= Null.inf=0D TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf=0D VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf=0D + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf=0D + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf=0D =0D [LibraryClasses.IA32.SEC]=0D DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf=0D @@ -258,6 +261,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf=0D MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAll= ocationLib.inf=0D ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/R= untimeDxeReportStatusCodeLib.inf=0D + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf=0D =0D [LibraryClasses.common.UEFI_DRIVER,LibraryClasses.common.UEFI_APPLICATION]= =0D PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf=0D --=20 2.28.0.windows.1