From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-pg1-f196.google.com (mail-pg1-f196.google.com [209.85.215.196]) by mx.groups.io with SMTP id smtpd.web11.8411.1591167576507528240 for ; Tue, 02 Jun 2020 23:59:36 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@corthon-com.20150623.gappssmtp.com header.s=20150623 header.b=qZrG9maP; spf=none, err=permanent DNS error (domain: corthon.com, ip: 209.85.215.196, mailfrom: bret@corthon.com) Received: by mail-pg1-f196.google.com with SMTP id m1so1148981pgk.1 for ; Tue, 02 Jun 2020 23:59:36 -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=ai3IxCqfFnB8plcZfg2kp2YLHvzcB5VQSh5NglzBHD4=; b=qZrG9maPAHg6cEgBLeMeweOz/ObZXBQ7bGtKOD/Ypm7B6c00DBhlcMvQUXjgsNECz4 M8xjPUHQtTzfOKYdTxXl5KAwemlX7ewqUGSo0V8Yxm5Yw3hQJENFISO4nhwkgUzYpXne 8257Fu7acJyHoyX3apTAfy8L7wsmdNLkKj6S0DVbDq1+Z/NjusLhDoQfP/Z/R2I3bA7m 9TnlEkp2GwAuR6ezXtftOFK1s7FUn5VnOYJOrUOv0g6ZUdOSrrl4Twm96naWOzs+o99s HqywptXQIg8P1neXTbbrB2w9YA9WqXywRtwJYkLHdu70Xlj5EnVXf2dHYmKT5Y+/AVxT JWEw== 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=ai3IxCqfFnB8plcZfg2kp2YLHvzcB5VQSh5NglzBHD4=; b=JEL96dv7VC2zGyomfhoYtPFv9OOz1w8ZwKt07VFQ2UT0VO9/zd0Lb4TiQSUlopbN+z PBjH2NMBHlGh6Tmnq2MdKATolbKuDlVf6hA44zv9r6AsWav0FY0XeTdOwPjNNSHvZJni Letl9TYxflNWnoPrSUaPrATvBST8hVGqyzzpiVs9nvIm3hSi9hHqLvOTOP5VsBa04BvQ yol1LZMaRbHAaBuz0WcPjSLWub4uLPwcVvgCVMWjdrtbAs4ta5xSRR9ojncxcK4eA+PD HZXNOMQcoCknUB3X9o10EBsVHLTAJqU6zQvUnGGXO+MQCPqjSq4DR6W8yDAm7mDfk/X+ eOSw== X-Gm-Message-State: AOAM533/SshOx+PEK9tHxGUPqG4OVM0qksEcmlWSTEE3tFQiUAv5z5BW OkB7pfXyKe2+gHTdiya0wBf48ZXIxEI= X-Google-Smtp-Source: ABdhPJyeZUsu13CxBo1tTUqDsDjixApqYBVW4dsMfrLtuuaLTwNt+Xfpw+oSXzZCCshpRgxUAK48jg== X-Received: by 2002:a62:1512:: with SMTP id 18mr14231681pfv.34.1591167575852; Tue, 02 Jun 2020 23:59:35 -0700 (PDT) Return-Path: Received: from localhost.localdomain ([71.212.144.72]) by smtp.gmail.com with ESMTPSA id y6sm1262003pjn.37.2020.06.02.23.59.35 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 02 Jun 2020 23:59:35 -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 v5 08/14] UefiPayloadPkg: Add VariablePolicy engine to UefiPayloadPkg platform Date: Tue, 2 Jun 2020 23:58:04 -0700 Message-Id: <20200603065810.806-9-brbarkel@microsoft.com> X-Mailer: git-send-email 2.26.2.windows.1.8.g01c50adf56.20200515075929 In-Reply-To: <20200603065810.806-1-brbarkel@microsoft.com> References: <20200603065810.806-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 --- 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 d52945442e0e..d6b6e16f21b0 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 - 2019, Intel Corporation. All rights reserved.
=0D +# Copyright (c) Microsoft Corporation.=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D ##=0D @@ -204,6 +205,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 @@ -251,6 +254,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 0736cd995476..d93949fcea33 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 - 2019, Intel Corporation. All rights reserved.
=0D +# Copyright (c) Microsoft Corporation.=0D # SPDX-License-Identifier: BSD-2-Clause-Patent=0D #=0D ##=0D @@ -205,6 +206,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 @@ -252,6 +255,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.26.2.windows.1.8.g01c50adf56.20200515075929