From nobody Fri May 3 16:09:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67948+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67948+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1606308965; cv=none; d=zohomail.com; s=zohoarc; b=V7l9T4s6lFVx2chk7hiNg5ZiR3fDkvxmZVX+rCem/ZqgYgWOHuwzLYL1GHsbDIuf7WnxboVyfwPIhxiLO/ZWWJGzbrmh4adqTQSwtHpAzQlxXgJssN9bbxTx9VhL7lBOAuq3DeLEZ7o9pqKSQEW+38Zod3svIJZsWZQ/iL6C5SI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606308965; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=ki1aKjVDMB2odhP8F+Ep++QV0oHImvY+MpwIBAgI1uQ=; b=Q10zAqJhNrXupWxFEXyQPEOTVUC9kEQhOaZnx4x+0Zd2jNgpCE3HtcodbK9JsBURULMjBe1feg06K+IVrRjp36U24Y8tBVQcvrv+cuvvpztEy5KLW7zAqYQwm494YUHZfvea/lhX3U9Yqqb8ZeHkYEITsj3c2cLvDl7iF8XvdmQ= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67948+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1606308965046933.9617910364094; Wed, 25 Nov 2020 04:56:05 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id B6x6YY1788612xCNvqNYuOtC; Wed, 25 Nov 2020 04:56:04 -0800 X-Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by mx.groups.io with SMTP id smtpd.web08.6273.1606308963761796458 for ; Wed, 25 Nov 2020 04:56:04 -0800 X-Received: by mail-wm1-f66.google.com with SMTP id x22so1910965wmc.5 for ; Wed, 25 Nov 2020 04:56:03 -0800 (PST) X-Gm-Message-State: hlELOV196LlDqy2LYo9Lom0Rx1787277AA= X-Google-Smtp-Source: ABdhPJzmFieorjtLOsYORvgBhRMKoxkXmtCDvNb7N4cI9SijKfzSiIWfDJsUNxq/W5qa/K9hFOYJ1A== X-Received: by 2002:a7b:cb82:: with SMTP id m2mr3721551wmi.75.1606308962086; Wed, 25 Nov 2020 04:56:02 -0800 (PST) X-Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.01 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:01 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 01/15] Silicon/AMD: update Styx to use PcdSet*S APIs Date: Wed, 25 Nov 2020 12:55:45 +0000 Message-Id: <20201125125559.11631-2-leif@nuviainc.com> In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,leif@nuviainc.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1606308964; bh=H9Zq45cmKpsegL1JBH3GNkqQTVvux+2EXyo6htZj5m8=; h=Cc:Date:From:Reply-To:Subject:To; b=aaSihlWYPVipLOuTchs1kUASXoecAbcS/6ICMqFZerbFXWdLiZaZIdFBGgFfPq4pW3u 30LM5HXFWpMTAgKLTKu5BtmLjG1yLdbAsR/RVB5jElG8Sr5W5ORmAjYHweho5ut4FL+IM EW/6dcEhS1dYBOocStRkLNAsaiOnekwqlwA= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" The non-status reporting PcdSet functions were deprecated and have now been removed. Update Styx code to assert on error status. Cc: Ard Biesheuvel Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel --- .../Styx/Drivers/PlatInitPei/PlatInitPei.c | 11 ++++++---- .../Library/MemoryInitPei/MemoryInitPeiLib.c | 20 +++++++++++-------- 2 files changed, 19 insertions(+), 12 deletions(-) diff --git a/Silicon/AMD/Styx/Drivers/PlatInitPei/PlatInitPei.c b/Silicon/A= MD/Styx/Drivers/PlatInitPei/PlatInitPei.c index 4de26404a8a7..3f359ffbd2d8 100644 --- a/Silicon/AMD/Styx/Drivers/PlatInitPei/PlatInitPei.c +++ b/Silicon/AMD/Styx/Drivers/PlatInitPei/PlatInitPei.c @@ -111,7 +111,7 @@ PlatInitPeiEntryPoint ( IN CONST EFI_PEI_SERVICES **PeiServices ) { - EFI_STATUS Status =3D EFI_SUCCESS; + EFI_STATUS Status; AMD_MEMORY_RANGE_DESCRIPTOR IscpMemDescriptor =3D {0}; ISCP_FUSE_INFO IscpFuseInfo =3D {0}; ISCP_CPU_RESET_INFO CpuResetInfo =3D {0}; @@ -124,7 +124,8 @@ PlatInitPeiEntryPoint ( DEBUG ((EFI_D_ERROR, "PlatInit PEIM Loaded\n")); =20 // CPUID - PcdSet32 (PcdSocCpuId, *CpuIdReg); + Status =3D PcdSet32S (PcdSocCpuId, *CpuIdReg); + ASSERT_EFI_ERROR (Status); DEBUG ((EFI_D_ERROR, "SocCpuId =3D 0x%X\n", PcdGet32 (PcdSocCpuId))); =20 // Update core count based on PCD option @@ -186,7 +187,8 @@ PlatInitPeiEntryPoint ( =20 // Update SocCoreCount on Dynamic PCD if (PcdGet32 (PcdSocCoreCount) !=3D mAmdCoreCount) { - PcdSet32 (PcdSocCoreCount, mAmdCoreCount); + Status =3D PcdSet32S (PcdSocCoreCount, mAmdCoreCount); + ASSERT_EFI_ERROR (Status); } =20 DEBUG ((EFI_D_ERROR, "SocCoreCount =3D %d\n", PcdGet32 (PcdSocCoreCount)= )); @@ -201,7 +203,8 @@ PlatInitPeiEntryPoint ( =20 // Update SystemMemorySize on Dynamic PCD if (IscpMemDescriptor.Size0) { - PcdSet64 (PcdSystemMemorySize, IscpMemDescriptor.Size0); + Status =3D PcdSet64S (PcdSystemMemorySize, IscpMemDescriptor.Size0); + ASSERT_EFI_ERROR (Status); } if (IscpMemDescriptor.Size0 =3D=3D 0) { DEBUG ((EFI_D_ERROR, "Warning: Could not get SystemMemorySize via ISCP= , using default value.\n")); diff --git a/Silicon/AMD/Styx/Library/MemoryInitPei/MemoryInitPeiLib.c b/Si= licon/AMD/Styx/Library/MemoryInitPei/MemoryInitPeiLib.c index 0cbd960f30fb..c047d7444620 100644 --- a/Silicon/AMD/Styx/Library/MemoryInitPei/MemoryInitPeiLib.c +++ b/Silicon/AMD/Styx/Library/MemoryInitPei/MemoryInitPeiLib.c @@ -55,8 +55,9 @@ MoveNvStoreImage ( VOID ) { - VOID *OldBase, *NewBase; - UINTN Size; + VOID *OldBase, *NewBase; + UINTN Size; + EFI_STATUS Status; =20 // // Move the in-memory image of the NV store firmware volume to a dynamic= ally @@ -77,14 +78,17 @@ MoveNvStoreImage ( DEBUG ((EFI_D_INFO, "%a: Relocating NV store FV from %p to %p\n", __FUNCTION__, OldBase, NewBase)); =20 - PcdSet64 (PcdFlashNvStorageVariableBase64, (UINT64)NewBase); + Status =3D PcdSet64S (PcdFlashNvStorageVariableBase64, (UINT64)NewBase); + ASSERT_EFI_ERROR (Status); =20 - PcdSet64 (PcdFlashNvStorageFtwWorkingBase64, (UINT64)NewBase + - FixedPcdGet32 (PcdFlashNvStorageVariableSize)); + Status =3D PcdSet64S (PcdFlashNvStorageFtwWorkingBase64, + (UINT64)NewBase + FixedPcdGet32 (PcdFlashNvStorageVariableSiz= e)); + ASSERT_EFI_ERROR (Status); =20 - PcdSet64 (PcdFlashNvStorageFtwSpareBase64, (UINT64)NewBase + - FixedPcdGet32 (PcdFlashNvStorageVariableSize) + - FixedPcdGet32 (PcdFlashNvStorageFtwWorkingSize)); + Status =3D PcdSet64S (PcdFlashNvStorageFtwSpareBase64, (UINT64)NewBase + + FixedPcdGet32 (PcdFlashNvStorageVariableSize) + + FixedPcdGet32 (PcdFlashNvStorageFtwWorkingSize)); + ASSERT_EFI_ERROR (Status); } =20 /*++ --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#67948): https://edk2.groups.io/g/devel/message/67948 Mute This Topic: https://groups.io/mt/78498661/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 3 16:09:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67949+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67949+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1606308971; cv=none; d=zohomail.com; s=zohoarc; b=ezaknnySlsBg+/plBKmYYkpLrWtUcXKGfy2JJATZ2NNcWXOQgG38ovFftTXiCm6pqzMfjgpZhcWi0moPwq1qHJYCk4uSPk+3TLL1LhGnUrDFbFKm4xnhuLk+RW1SiKUW4hwUuaYB1x2e0xvvzIPI6tUu0q6qd8NTrYzn3klLsJY= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606308971; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=U1QsuN8T6eB19zLaKJjvIevX+g4jLk8ksmnPfLvkMtI=; b=YhH2O3YpwUnJYtVaNfdSkohVN1QcbE81MLULDTGeF+uBmdkxqXTA1fus5Yo7cpvbrM23Nzvp6CV86GWq5DGuoSrHRgW2WxSMsGPQQYrWDMxhCBsymUoZv93HeTePVvbpNRVobRAOrkn3/AlIfNF0QK0I4L9lIvPXpRaf6q79XR8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67949+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1606308971164476.35495363957557; Wed, 25 Nov 2020 04:56:11 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id DdQiYY1788612xDdsVpbJDCT; Wed, 25 Nov 2020 04:56:10 -0800 X-Received: from mail-wr1-f67.google.com (mail-wr1-f67.google.com [209.85.221.67]) by mx.groups.io with SMTP id smtpd.web09.6285.1606308965029244602 for ; Wed, 25 Nov 2020 04:56:05 -0800 X-Received: by mail-wr1-f67.google.com with SMTP id r17so1834844wrw.1 for ; Wed, 25 Nov 2020 04:56:04 -0800 (PST) X-Gm-Message-State: EDzaw59vdVK0tHOLiw23xZQhx1787277AA= X-Google-Smtp-Source: ABdhPJwjQSAVhwrWPeE2MVMkicpKCozdt/skBUVCH0TPPzvkIci/3LsDLdkTDIcLjFFVqf7BuH9iDg== X-Received: by 2002:adf:e44d:: with SMTP id t13mr4066786wrm.144.1606308962990; Wed, 25 Nov 2020 04:56:02 -0800 (PST) X-Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.02 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:02 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 02/15] Platform/AMD: add RngLib for Overdriveboard Date: Wed, 25 Nov 2020 12:55:46 +0000 Message-Id: <20201125125559.11631-3-leif@nuviainc.com> In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,leif@nuviainc.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1606308970; bh=30ZdsMLpO9/NNz1dRnrTsst+iwdU4hf6wtU8cAYdpQE=; h=Cc:Date:From:Reply-To:Subject:To; b=elto40b+6lWvWLDnsqsM/RpbviXUUXonDp496AEwFpVNJ6iUEyCKg/mpQ4JzrDOHDEG xNSRKz4YzhYPX2UhO+6tVCUVXWBkfTqlDXtt4HkoRurdxPrbEsUhKRuS4BrQIh1NaJ4PH jdUh6m36Lj+3UrZrMerZklZT6OAKbS5Wuyk= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" OpenSSL now requires an RngLib. Add the generic MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf to fix Overdrive build. Cc: Ard Biesheuvel Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel --- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/= OverdriveBoard/OverdriveBoard.dsc index 5a38b9dd96ae..bf4d6dd7b804 100644 --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc @@ -119,6 +119,7 @@ [LibraryClasses.common] PlatformFlashAccessLib|Silicon/AMD/Styx/Library/StyxPlatformFlashAccessL= ib/StyxPlatformFlashAccessLib.inf =20 OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf + RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf =20 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#67949): https://edk2.groups.io/g/devel/message/67949 Mute This Topic: https://groups.io/mt/78498662/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 3 16:09:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67950+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67950+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1606308966; cv=none; d=zohomail.com; s=zohoarc; b=ewounUCmbpFcZfNBGxbXESzvRFb+ZuNqZuQM3cAzCSRD1PXFKXmAh7v1ARQQLbUN3Hw3kw2Vxs2XE3mPFFEykZBw73AbzMSohXsKB03hQL1OCRcP28GeUWzwPGCIraDfFhc460TR5utn644OZVaMOeF9Ny9Wuq6dDgUcGX7dWHI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606308966; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=+YQ1mzLbLxHcxHMTedOzhHG1UrCNWWHpopDJDUvxXYQ=; b=CrnYWirbukbNxWsi7e517W4IoIsjEkJmZlpsJeR/Mo7mybsC9Ezgb3cKMUO2+1j5uuX6fB3cJmFR3z6L4U23TjKFUPjB2jJNF9SFwH+MJHXuvyFih9PeCM8LK4s2wj/lQ/xF1tfMv8Aq6PbhT0eOux+NUr4Ia7TElCx6yW+EuxU= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67950+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 160630896659373.24583898227627; Wed, 25 Nov 2020 04:56:06 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id fuPTYY1788612xirOm7NEGPx; Wed, 25 Nov 2020 04:56:06 -0800 X-Received: from mail-wr1-f66.google.com (mail-wr1-f66.google.com [209.85.221.66]) by mx.groups.io with SMTP id smtpd.web08.6275.1606308965349556193 for ; Wed, 25 Nov 2020 04:56:05 -0800 X-Received: by mail-wr1-f66.google.com with SMTP id s8so1806444wrw.10 for ; Wed, 25 Nov 2020 04:56:05 -0800 (PST) X-Gm-Message-State: VfBwR1viB2GSxLgPSe6KN47Yx1787277AA= X-Google-Smtp-Source: ABdhPJzkJtTtnGvjFIj5b6OLtjHUOCyXVzjWRhnsRC0UNjb8++xuXV7tqCd0roierXVHeTWYsqKnKA== X-Received: by 2002:adf:f8d2:: with SMTP id f18mr3817583wrq.379.1606308963738; Wed, 25 Nov 2020 04:56:03 -0800 (PST) X-Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:03 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 03/15] Platform,Silicon: fix beagleboard tautological compares Date: Wed, 25 Nov 2020 12:55:47 +0000 Message-Id: <20201125125559.11631-4-leif@nuviainc.com> In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,leif@nuviainc.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1606308966; bh=rphKEd7MIpuTy0uvRfgh3Pz/T31U2jJ8ZIkj01Cc4Yw=; h=Cc:Date:From:Reply-To:Subject:To; b=QwJRRgjK1ebsqNZXUyJCF4kjKJSvOQpgr72qTl2cy5vCZzQYw8jST9cSQzld9VAP7na Lr3eDVPtuI7GQOO66kJ6Mckf/rBSQYKqH84qGmiVmZ7Er0GpZ6ALHVl8R67xokkuCgVJ6 ZH53LaZsq+Yn6P1Cj3TPQIRGBiBUtOotuB8= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Fix two instances of masking a single bit and testing another. Cc: Ard Biesheuvel Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel --- .../BeagleBoardPkg/Library/ResetSystemLib/ResetSystemLib.c | 2 +- Silicon/TexasInstruments/Omap35xxPkg/SmbusDxe/Smbus.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Platform/BeagleBoard/BeagleBoardPkg/Library/ResetSystemLib/Res= etSystemLib.c b/Platform/BeagleBoard/BeagleBoardPkg/Library/ResetSystemLib/= ResetSystemLib.c index f3e0201a6f1f..e673afda6414 100644 --- a/Platform/BeagleBoard/BeagleBoardPkg/Library/ResetSystemLib/ResetSyste= mLib.c +++ b/Platform/BeagleBoard/BeagleBoardPkg/Library/ResetSystemLib/ResetSyste= mLib.c @@ -34,7 +34,7 @@ ResetCold ( { //Perform cold reset of the system. MmioOr32 (PRM_RSTCTRL, RST_DPLL3); - while ((MmioRead32(PRM_RSTST) & GLOBAL_COLD_RST) !=3D 0x1); + while (!(MmioRead32(PRM_RSTST) & GLOBAL_COLD_RST)); } =20 /** diff --git a/Silicon/TexasInstruments/Omap35xxPkg/SmbusDxe/Smbus.c b/Silico= n/TexasInstruments/Omap35xxPkg/SmbusDxe/Smbus.c index 894ba3313cdf..a8b820e84800 100644 --- a/Silicon/TexasInstruments/Omap35xxPkg/SmbusDxe/Smbus.c +++ b/Silicon/TexasInstruments/Omap35xxPkg/SmbusDxe/Smbus.c @@ -28,7 +28,7 @@ WaitForBusBusy ( { UINTN Retry =3D 0; =20 - while (++Retry < MAX_RETRY && (MmioRead16(I2C_STAT) & BB) =3D=3D 0x1); + while (++Retry < MAX_RETRY && (MmioRead16(I2C_STAT) & BB)); =20 if (Retry =3D=3D MAX_RETRY) { return EFI_TIMEOUT; --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#67950): https://edk2.groups.io/g/devel/message/67950 Mute This Topic: https://groups.io/mt/78498663/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 3 16:09:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67951+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67951+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1606308967; cv=none; d=zohomail.com; s=zohoarc; b=VztxdtTpziScJXYXnC9SP8yfY3/89XXbCdZmQX9TPzaPOvRwZHuI9ISDAaRHPKEWfeuwitOglEQvnaboTorP1lvO0TnZtQUe3AmJHAeG8mdyAu2Pzavu/ioaAbUIIxL5sOMRQWMyjDlod6gaoFpFvoIrjh/PHdczP3hH8OdniSI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606308967; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=R4Uj+M/5nWsuAN0owJZc0tGj9MDx4N+P3AzhzTgEbE4=; b=G0Z7yk4ZEgUBzitixFPtH6QJtrHMCJSCmSYSm1ZS1ca84TNjN8W+ONycm3S9OUAopqA3uvr8QV+BBafXKsVhaos9nD6HBZTPmzKCyhqA/P5Ien2EqWdZrUG2UNr4jdAkU/elGKnUX50eZKZyz9wd4FFtHh4oBh+kf8RMPYesAYc= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67951+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1606308967261241.5175485200532; Wed, 25 Nov 2020 04:56:07 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id b7WCYY1788612xHKp2Vp2Ins; Wed, 25 Nov 2020 04:56:06 -0800 X-Received: from mail-wr1-f68.google.com (mail-wr1-f68.google.com [209.85.221.68]) by mx.groups.io with SMTP id smtpd.web08.6277.1606308966231934102 for ; Wed, 25 Nov 2020 04:56:06 -0800 X-Received: by mail-wr1-f68.google.com with SMTP id r3so1835473wrt.2 for ; Wed, 25 Nov 2020 04:56:06 -0800 (PST) X-Gm-Message-State: Df5iCCZgAOJUmxcljQWaXSmOx1787277AA= X-Google-Smtp-Source: ABdhPJxc9DV6oYC+mPsdYQmiXOueMPK0NLjQFkwJaeVPyz2HrjqhenhA+NclQB4xw6/QQQOQlUehgA== X-Received: by 2002:adf:eacb:: with SMTP id o11mr4015248wrn.208.1606308964496; Wed, 25 Nov 2020 04:56:04 -0800 (PST) X-Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.03 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:04 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ming Huang , Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 04/15] Silicon/Hisilicon: add RngLib for Hisilicon Date: Wed, 25 Nov 2020 12:55:48 +0000 Message-Id: <20201125125559.11631-5-leif@nuviainc.com> In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,leif@nuviainc.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1606308966; bh=8TW+FFTW06lhXOzG6AZuwEmIxT+sECYHAAmrCxpfDzs=; h=Cc:Date:From:Reply-To:Subject:To; b=On26ta+1w7pjV5IWIjNtNfciIzRPH/nguDBOklsDB4MEDo6K6xyN0MQpUXYgqsV+tG+ 4CVfePXhLoEdfAJNtLkZZc/B7nlxCmZ77lN7Z6HOztcICOqixEBQgW++/OuvIVgM5J7JN NoluFp52USx3NMnJOzUTktNUzvrwD6OGy0I= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" OpenSSL now requires an RngLib. Add the generic MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf to fix build. Cc: Ming Huang Cc: Ard Biesheuvel Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel --- Silicon/Hisilicon/Hisilicon.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/Silicon/Hisilicon/Hisilicon.dsc.inc b/Silicon/Hisilicon/Hisili= con.dsc.inc index 7bc965e97350..eef7d4e85d51 100644 --- a/Silicon/Hisilicon/Hisilicon.dsc.inc +++ b/Silicon/Hisilicon/Hisilicon.dsc.inc @@ -103,6 +103,7 @@ [LibraryClasses.common] =20 CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleLib.inf OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf + RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf IntrinsicLib|CryptoPkg/Library/IntrinsicLib/IntrinsicLib.inf BaseCryptLib|CryptoPkg/Library/BaseCryptLib/BaseCryptLib.inf FmpAuthenticationLib|SecurityPkg/Library/FmpAuthenticationLibPkcs7/FmpAu= thenticationLibPkcs7.inf --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#67951): https://edk2.groups.io/g/devel/message/67951 Mute This Topic: https://groups.io/mt/78498664/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 3 16:09:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67952+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67952+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1606308968; cv=none; d=zohomail.com; s=zohoarc; b=J2HWK6qiSvUXhCL89UmlSWb6MWIrEobMtRS+ffC0+I/coL1/SFG8NVerAysGqOsesDfouUCGZdb2fYfkWRF2fjnbfBNqK9GRY2XM/AXB9QIzJaUKFeRtNrAHD9rHx2XuwCcuI1WZpqlhILq9QCihS06GZM8ktTUk2nyMP+is9E4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606308968; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=nfGveeej/BgIKv7hkuIURA7ZOpf2GNIAEnnFH35wp78=; b=jHwk064+X/FvfBy4BQSbrYvDJPc0cQ44J1xe75PgxWkNOqZBt11SnSCbFuBmetF59VHehYyvJLova+q26ZPp6jlWd7rRFLVxwQh73UVoM5iJlhXAggVcYZLcRPgzlAuLHVsyEJDrGUXp5/LU4GilZezr/3/UTWlPmb9Ar2mlIs4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67952+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1606308968130233.5053265919653; Wed, 25 Nov 2020 04:56:08 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id HbmJYY1788612xQ2RjNX75Yx; Wed, 25 Nov 2020 04:56:07 -0800 X-Received: from mail-wr1-f53.google.com (mail-wr1-f53.google.com [209.85.221.53]) by mx.groups.io with SMTP id smtpd.web09.6286.1606308966987928850 for ; Wed, 25 Nov 2020 04:56:07 -0800 X-Received: by mail-wr1-f53.google.com with SMTP id g14so1795257wrm.13 for ; Wed, 25 Nov 2020 04:56:06 -0800 (PST) X-Gm-Message-State: rG5ZaOZzTe6T55Ix80vHxaKNx1787277AA= X-Google-Smtp-Source: ABdhPJxjWvEIRltH6GCQ12m0jXvIKaRhq/rvv7KmbbdlmpnPWbRGWNnKQi59r+Q3yxlzQC3Gq51FaA== X-Received: by 2002:a5d:60cb:: with SMTP id x11mr4178163wrt.0.1606308965254; Wed, 25 Nov 2020 04:56:05 -0800 (PST) X-Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.04 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:04 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Thomas Abraham Subject: [edk2-devel] [PATCH edk2-platforms 05/15] Platform/ARM: VExpressPkg fixes to work with new VariablePolicyLib Date: Wed, 25 Nov 2020 12:55:49 +0000 Message-Id: <20201125125559.11631-6-leif@nuviainc.com> In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,leif@nuviainc.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1606308967; bh=16Uc+nnDYiwklVnWb+Ekh0sqU/Q/wDLHXGu4jIqUdp0=; h=Cc:Date:From:Reply-To:Subject:To; b=IL+QBIewuu5nL027vPmOPSoUtoW9LDCeJiOaA6nS24/M7k/y61aKPM/unwPhdfhhQJ4 8RkvoklfDDBzUtrcCR4vMW4pXuGMA8MbdSTHqO+vXnDg5yc3IZGEK8s0Uv0k3EZVAhk5/ MpW/BfN4rFzax3yDYsdTitqfeSCeeC1hlXE= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Update .dsc.inc by adding mappings for: - SafeIntLib - VariablePolicyLib - VariablePolicyHelperLib - VariablePolicyLib (runtime) Cc: Ard Biesheuvel Cc: Thomas Abraham Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel --- Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc b/Platform/ARM/VE= xpressPkg/ArmVExpress.dsc.inc index b0a48d6c041c..274b2a297c3c 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc @@ -237,6 +237,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] !if $(TARGET) !=3D RELEASE DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibS= erialPort.inf !endif + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf =20 [LibraryClasses.ARM, LibraryClasses.AARCH64] # --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#67952): https://edk2.groups.io/g/devel/message/67952 Mute This Topic: https://groups.io/mt/78498665/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 3 16:09:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67953+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67953+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1606308973; cv=none; d=zohomail.com; s=zohoarc; b=oEI3a1XtJhFeTyfkxUDHSwYPu0w779IeWAmFxMR1QIufyuEurGalG8m5h/MT78vIzAMLual5sel7zCkyDfaKwla5jkIWVlDUB6rWjx1zjxkCylURV+DIO3l556KnnDZ4Bih19tGiBq6r/BSUpCrdqEZ7wjpaV0gTP9ZeUnO0NUA= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606308973; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=9EPPTB64tXWkwvL0fXOUmrwRgz2sxTe/Q0mSbtNDTCs=; b=GwbwtLibBYN7E4upyPHzlAMDFES+d0hOKfuyJhoI8HhaV9G/zJ4wEMYEghD12vCRuWZzUZ5oQJtMOE9AmtaaAT155MXoFrj6TspCWJlnNVL96r3AbdYLz0/fViime0TElojf0dJfz7WexVMyjWUl2tAVIyIyuqREMYolp3bO9f8= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67953+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1606308973780753.9284781567853; Wed, 25 Nov 2020 04:56:13 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id ms58YY1788612xCEjECCVpIs; Wed, 25 Nov 2020 04:56:13 -0800 X-Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) by mx.groups.io with SMTP id smtpd.web08.6278.1606308967521598132 for ; Wed, 25 Nov 2020 04:56:07 -0800 X-Received: by mail-wr1-f50.google.com with SMTP id l1so1800617wrb.9 for ; Wed, 25 Nov 2020 04:56:07 -0800 (PST) X-Gm-Message-State: WeIVTb7PqmodIU8OZhIQhu0Zx1787277AA= X-Google-Smtp-Source: ABdhPJy6FI+7daJ3YTq1f1k8/dQz1yo9GUktQfbgkmHGVj0Xasw0GnU23xU+VkUgIQYX25+m3yslvg== X-Received: by 2002:adf:f881:: with SMTP id u1mr3996844wrp.103.1606308965897; Wed, 25 Nov 2020 04:56:05 -0800 (PST) X-Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:05 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 06/15] Platform/AMD: add VariablePolicy library resolutions for Overdrive Date: Wed, 25 Nov 2020 12:55:50 +0000 Message-Id: <20201125125559.11631-7-leif@nuviainc.com> In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,leif@nuviainc.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1606308973; bh=gYWjK58PYQx6L1/nWpV/0kiOXJRC0YfaoEqrFVecfng=; h=Cc:Date:From:Reply-To:Subject:To; b=vywFTqL7TxpwLTS8jlBqYFI6apmGTcFpXZIozwXD90WpSEGok2NE48auhXxexvm52aj aAJdgC6IQ1LaHe3CTtd6b+nvyTlQzKGdysnNFzj6Py5axGC1lSCWZ97W6cJ/wokUSe+TG wvR0dlEH7IhbAo+MqGXSCekJ0nDeH+W3GQE= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Add resolutions for - VariablePolicyLib - VariablePolicyHelperLib - VariablePolicyLib (DXE_RUNTIME_DRIVER) Cc: Ard Biesheuvel Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel --- Platform/AMD/OverdriveBoard/OverdriveBoard.dsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc b/Platform/AMD/= OverdriveBoard/OverdriveBoard.dsc index bf4d6dd7b804..eb4938a94ba9 100644 --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc @@ -121,6 +121,7 @@ [LibraryClasses.common] OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf =20 UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBoo= tManagerLib.inf @@ -212,6 +213,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] !if $(TARGET) !=3D RELEASE DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibS= erialPort.inf !endif + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf =20 [LibraryClasses.common.UEFI_APPLICATION] PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.= inf @@ -572,6 +574,7 @@ [Components.common] TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeas= urementLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib= /VariablePolicyHelperLib.inf } Silicon/AMD/Styx/Drivers/StyxSpiFvDxe/StyxSpiFvDxe.inf =20 --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#67953): https://edk2.groups.io/g/devel/message/67953 Mute This Topic: https://groups.io/mt/78498666/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 3 16:09:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67954+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67954+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1606308969; cv=none; d=zohomail.com; s=zohoarc; b=g6pYYXXc1iCnKBSkZo3HloE1fEoe+FSdT2QY+Cm8ygAJ3mgYs+6BthpDIZt83XTTR6yvB8Y0yI4xj3kZirRVCA3VZ1pJ8raMKOf4mdMKzJKdzuH9jamVLPoHdXwGc0O5FA5BcrCsgA2Hof1UXL5ZbGVFgrAS9zZ/bvrM+/Hk4v8= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606308969; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=mxkdBQpM51KZ/rMuO4oQ/L3D5awdJGpHSKIHsUBZkDI=; b=Qaz11S9OGdbOPbgFTfPqXcy3AEQHe0UUB3k0ns97fiuJK8e3LkXFpvt0JDA0vbH6Jixw6a24fabvM4yYUlMHB+oti/oj9uJOy1U3vt6dzvIs9Wojud6m45w/jKaAcTGqJf3DCSiMnO+MW5FnATTJi+xoZ/7oKIjDy5qNk3NItog= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67954+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1606308969464899.6883555040479; Wed, 25 Nov 2020 04:56:09 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id TCgkYY1788612xfYkO5jYx2D; Wed, 25 Nov 2020 04:56:09 -0800 X-Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mx.groups.io with SMTP id smtpd.web08.6279.1606308968329975936 for ; Wed, 25 Nov 2020 04:56:08 -0800 X-Received: by mail-wr1-f46.google.com with SMTP id s8so1806603wrw.10 for ; Wed, 25 Nov 2020 04:56:08 -0800 (PST) X-Gm-Message-State: YIRicXKOIFUKU0gBFGsR374Sx1787277AA= X-Google-Smtp-Source: ABdhPJxSMgJtLUlrf1sN+Tj2WrAcbcF3xmVrRIyZF4R8bfvGoDbOMm0aR7Q0yooqBDvdxcq60UjweQ== X-Received: by 2002:adf:aa4a:: with SMTP id q10mr4009159wrd.276.1606308966660; Wed, 25 Nov 2020 04:56:06 -0800 (PST) X-Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.05 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:06 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 07/15] Platform/SoftIron: add VariablePolicy resolutions for Overdrive1000 Date: Wed, 25 Nov 2020 12:55:51 +0000 Message-Id: <20201125125559.11631-8-leif@nuviainc.com> In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,leif@nuviainc.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1606308969; bh=GesW2h9M2DxDRxItkqoEtCe7rJpP5HKRpzfH04tI1/c=; h=Cc:Date:From:Reply-To:Subject:To; b=NEJdQsRYOlmWHBgmzW42L/YBBb5WKsT/dqOi+neLI1+9LKoJyz0Lv7YfxKPrfZvOUq4 tf8uzBKBvsvy0CzyYwLKe2pTwEOm8BHx6DPQCFs3YTAWS8KAJwxUaGJHZLIKuN18p5bL7 P6ZnI1c2csAyZcIONxz9r+AUvGhmZecAalg= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Add resolutions for - SafeIntLib - VariablePolicyLib - VariablePolicyHelperLib - VariablePolicyLib (DXE_RUNTIME_DRIVER) Cc: Ard Biesheuvel Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel --- Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc b/= Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc index 5cf865d9cd03..e515aaade126 100644 --- a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc +++ b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc @@ -45,6 +45,7 @@ [LibraryClasses.common] DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseD= ebugPrintErrorLevelLib.inf =20 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf + SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchroniza= tionLib.inf PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibN= ull.inf ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseRepor= tStatusCodeLibNull.inf @@ -116,6 +117,7 @@ [LibraryClasses.common] ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSy= stemLib.inf RealTimeClockLib|Silicon/AMD/Styx/Library/RealTimeClockLib/RealTimeClock= Lib.inf =20 + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf PlatformBootManagerLib|ArmPkg/Library/PlatformBootManagerLib/PlatformBoo= tManagerLib.inf @@ -205,6 +207,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] !if $(TARGET) !=3D RELEASE DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibS= erialPort.inf !endif + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf =20 [LibraryClasses.common.UEFI_APPLICATION] PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.= inf @@ -506,6 +509,7 @@ [Components.common] TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeas= urementLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib= /VariablePolicyHelperLib.inf } Silicon/AMD/Styx/Drivers/StyxSpiFvDxe/StyxSpiFvDxe.inf =20 --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#67954): https://edk2.groups.io/g/devel/message/67954 Mute This Topic: https://groups.io/mt/78498667/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 3 16:09:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67955+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67955+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1606308975; cv=none; d=zohomail.com; s=zohoarc; b=klhH9ZnZj/+QsjdQPjz9XI2DH75cNAyL66WZjS4q2oQtS5mEUTqay0wGQy1O4kLfAiqqOEhilqdYY8t/OwsBBLQCIVAAeJDpsinN3eZ8j/TyG+yOtphZxSk+Lo1mZhhW4j+chaVOz18qTSZU/+4WCU0+HcZEaUXrqF4yRagbWX4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606308975; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=bbTkKQSWE7Qsj9HqhPEf/KBfyl7QZw3DVTfn+JqaIZY=; b=JoNmoGjs42RO1wKmBxhn8eFchXzUp3r5G5w9FrG5J5ii6/doa4rf/T4vRpOUCk/BuoMbwU7iawTlWENV9fmK8/r7kb5WVH4VqCYwDpx3U2Q/x9wWKuVzNGcBJbD1/buqzwkE+csucyy+CEnH4h4pg5jHnraZzhpsDyvFW0/FV4Q= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67955+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1606308975773895.1271321011545; Wed, 25 Nov 2020 04:56:15 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id XWm7YY1788612xEZaYy2pZlf; Wed, 25 Nov 2020 04:56:15 -0800 X-Received: from mail-wr1-f49.google.com (mail-wr1-f49.google.com [209.85.221.49]) by mx.groups.io with SMTP id smtpd.web11.6249.1606308969296854764 for ; Wed, 25 Nov 2020 04:56:09 -0800 X-Received: by mail-wr1-f49.google.com with SMTP id 64so1800319wra.11 for ; Wed, 25 Nov 2020 04:56:09 -0800 (PST) X-Gm-Message-State: wWLfgHu1g7CoWadoqyEQm3KPx1787277AA= X-Google-Smtp-Source: ABdhPJyKuJU/DwsV0FY7BO2N+ouGhrwQPb97WbvFBx/F4qP64cQZ9EVuSQTYgpMdf6cekN03UvI2BQ== X-Received: by 2002:a5d:5001:: with SMTP id e1mr3997224wrt.20.1606308967661; Wed, 25 Nov 2020 04:56:07 -0800 (PST) X-Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.06 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:07 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 08/15] Platform/LeMaker: add VariablePolicy resolutions for cello Date: Wed, 25 Nov 2020 12:55:52 +0000 Message-Id: <20201125125559.11631-9-leif@nuviainc.com> In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,leif@nuviainc.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1606308975; bh=gAdAqjIhPXdyzaeUbyayJTC6XZz22LRfauH8zgq8aOU=; h=Cc:Date:From:Reply-To:Subject:To; b=N2CtzISu3Uqy0I34wHbXdj82JV9p6fWZGTKvQhn2FttcMbRcBpPN+tzQHwKJ9P3cbDs LTyc4+4HpPvNgzug34pmaWCrWGdx2EOZ+30PuL5AWiZQtQa1FQQR+8k41cf71eylo/Pym +0yX6jBEjpKAdg5Ob3sujGQwNllOtVA50n4= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Add resolutions for - SafeIntLib - VariablePolicyLib - VariablePolicyHelperLib - VariablePolicyLib (DXE_RUNTIME_DRIVER) Cc: Ard Biesheuvel Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel --- Platform/LeMaker/CelloBoard/CelloBoard.dsc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Platform/LeMaker/CelloBoard/CelloBoard.dsc b/Platform/LeMaker/= CelloBoard/CelloBoard.dsc index 9ed4e03b2400..3bf67adce680 100644 --- a/Platform/LeMaker/CelloBoard/CelloBoard.dsc +++ b/Platform/LeMaker/CelloBoard/CelloBoard.dsc @@ -44,6 +44,7 @@ [LibraryClasses.common] DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseD= ebugPrintErrorLevelLib.inf =20 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf + SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchroniza= tionLib.inf PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibN= ull.inf ReportStatusCodeLib|MdePkg/Library/BaseReportStatusCodeLibNull/BaseRepor= tStatusCodeLibNull.inf @@ -114,6 +115,7 @@ [LibraryClasses.common] ResetSystemLib|ArmPkg/Library/ArmSmcPsciResetSystemLib/ArmSmcPsciResetSy= stemLib.inf RealTimeClockLib|Silicon/AMD/Styx/Library/RealTimeClockLib/RealTimeClock= Lib.inf =20 + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf @@ -203,6 +205,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] !if $(TARGET) !=3D RELEASE DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibS= erialPort.inf !endif + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf =20 [LibraryClasses.common.UEFI_APPLICATION] PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.= inf @@ -519,6 +522,7 @@ [Components.common] TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeas= urementLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib= /VariablePolicyHelperLib.inf } Silicon/AMD/Styx/Drivers/StyxSpiFvDxe/StyxSpiFvDxe.inf =20 --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#67955): https://edk2.groups.io/g/devel/message/67955 Mute This Topic: https://groups.io/mt/78498668/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 3 16:09:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67956+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67956+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1606308971; cv=none; d=zohomail.com; s=zohoarc; b=XgyGeJ16JaVC4LdvJPs5wVLeTOPgC7WWV4ztMgqDQU1iFNTXVWn9FaaRUWWPesO0LdPaGB4qJ+crlNEUtwHGWEzs/gsrBB5iThVtjJlC4t24Piena4Eao1OA6sT22ckU+Pb0sgt/lY7GU+Hd+v9s5XveRBC4ECMDg0aJsmQjs6A= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606308971; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=VWw7anJWkDCHiSTzQzDF7rLOFH2X2wbVwTP0cH7Vyw4=; b=bt4sMtgrTPVkEqjkHsk5AB7HGXvDMq3UZLMjEOuRcyfemzwA4adLO7NcywHUESJFcYSYhjAP6F4UvmSp/0utBxbQ9OdjOFBfp729lk1M8GG68i3gSwPiu9eMRYEE1ZNIFRMwW+T5/itL6z6k41Ab1hPhEeSIa0rxHdSvgRFFHyw= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67956+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1606308971093234.22648460726134; Wed, 25 Nov 2020 04:56:11 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id IrugYY1788612xQYnzDWCIrU; Wed, 25 Nov 2020 04:56:10 -0800 X-Received: from mail-wm1-f50.google.com (mail-wm1-f50.google.com [209.85.128.50]) by mx.groups.io with SMTP id smtpd.web08.6280.1606308970027632965 for ; Wed, 25 Nov 2020 04:56:10 -0800 X-Received: by mail-wm1-f50.google.com with SMTP id a65so2067234wme.1 for ; Wed, 25 Nov 2020 04:56:09 -0800 (PST) X-Gm-Message-State: bTuOAB3jgEtFfUcwFh7FcUHHx1787277AA= X-Google-Smtp-Source: ABdhPJzjyprcTzTj7Y5WUqyNkUeAsrw25jbcp6WqJfbO0iQWCgU1AKKjfqKJ+XEh2LRDJaOWUHrjKg== X-Received: by 2002:a1c:5f84:: with SMTP id t126mr3838403wmb.172.1606308968369; Wed, 25 Nov 2020 04:56:08 -0800 (PST) X-Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.07 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:08 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Abner Chang , Daniel Schaefer Subject: [edk2-devel] [PATCH edk2-platforms 09/15] Platform/SiFive: add VariablePolicy resolutions Date: Wed, 25 Nov 2020 12:55:53 +0000 Message-Id: <20201125125559.11631-10-leif@nuviainc.com> In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,leif@nuviainc.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1606308970; bh=5TecN9/UvozRTiwo3bKC/dIbHNC4EbNOkaV8SLnN84A=; h=Cc:Date:From:Reply-To:Subject:To; b=OhG77BFkoNbXzgK8iOR9vt1fOWhIEeoSszqdALBQt9E6rh6oegIaLJVIqzut0FbpXZk z+JkFB6Sao5w+IPecQgjcjtN8ClozsOvn7n+z3w/Qq8neQqeBQDqDIROO9cBrEs6Q1Kvx ByW5rpinQ1Fco39fWBvt/DoNU1k9HRGa3xU= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Add resolutions for - SafeIntLib - VariablePolicyLib - VariablePolicyHelperLib - VariablePolicyLib (DXE_RUNTIME_DRIVER) for u500/u540 platforms. Cc: Abner Chang Cc: Daniel Schaefer Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel Reviewed-by: Abner Chang --- Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc | 4 ++++ .../U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc b/P= latform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc index 6a4e029c358b..2d652d215f82 100644 --- a/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc +++ b/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc @@ -65,6 +65,7 @@ [LibraryClasses] PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf BaseLib|MdePkg/Library/BaseLib/BaseLib.inf + SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchroniza= tionLib.inf CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibN= ull.inf @@ -239,6 +240,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf !endif UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf =20 [LibraryClasses.common.UEFI_DRIVER] PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf @@ -253,6 +255,7 @@ [LibraryClasses.common.UEFI_DRIVER] DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf !endif UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf =20 [LibraryClasses.common.DXE_DRIVER] PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf @@ -447,6 +450,7 @@ [Components] MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf { NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib= /VariablePolicyHelperLib.inf } MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntim= eDxe.inf diff --git a/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U5= 40.dsc b/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.d= sc index 682504ba5fde..9f6047518905 100644 --- a/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc +++ b/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc @@ -65,6 +65,7 @@ [LibraryClasses] PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf BaseLib|MdePkg/Library/BaseLib/BaseLib.inf + SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchroniza= tionLib.inf CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibN= ull.inf @@ -240,6 +241,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf !endif UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf =20 [LibraryClasses.common.UEFI_DRIVER] PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf @@ -254,6 +256,7 @@ [LibraryClasses.common.UEFI_DRIVER] DebugLib|MdePkg/Library/BaseDebugLibNull/BaseDebugLibNull.inf !endif UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf =20 [LibraryClasses.common.DXE_DRIVER] PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf @@ -446,6 +449,7 @@ [Components] MdeModulePkg/Universal/Variable/RuntimeDxe/VariableRuntimeDxe.inf { NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib= /VariablePolicyHelperLib.inf } MdeModulePkg/Universal/WatchdogTimerDxe/WatchdogTimer.inf MdeModulePkg/Universal/MonotonicCounterRuntimeDxe/MonotonicCounterRuntim= eDxe.inf --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#67956): https://edk2.groups.io/g/devel/message/67956 Mute This Topic: https://groups.io/mt/78498669/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 3 16:09:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67957+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67957+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1606308972; cv=none; d=zohomail.com; s=zohoarc; b=n3n4KDii9aDVoxxC9BrWAQ4/B45nHhCvs5p/VVFqE1uYuaNcGZIbSgZYthc4TG9OrDTsNy6NAUVOlI4kk2oZZkt+41mu9JJpsVet6lLzMTQm00/aTosi+HY0Z87+latujaWlva5t+DemEUY98lZSRtNM0ivfVgTZkvY8Hg2qhUE= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606308972; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=HIgDlR0aqLP15paUKBsr3rL5wq9+mgPv04OHQzOS9eU=; b=JGUsr5UDy9aMSNtfeJhA0AcD3cN0AuY+ReX9h0h5/YFdXx+WfN6xHAal7QAlpyJ5wimvTunW+uqWKf0P6FftoWPZlMDExzxI4Hp+mD08002MxPw5mgRQYSAS+LXJbAPFJgQaQn7SRUliZLcwpTkCx5fYc4Qmu/GmrDfT+TVr/TA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67957+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1606308972078795.4825842062256; Wed, 25 Nov 2020 04:56:12 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id lrnCYY1788612xHRyvzeVS8C; Wed, 25 Nov 2020 04:56:11 -0800 X-Received: from mail-wm1-f65.google.com (mail-wm1-f65.google.com [209.85.128.65]) by mx.groups.io with SMTP id smtpd.web08.6282.1606308970931043271 for ; Wed, 25 Nov 2020 04:56:11 -0800 X-Received: by mail-wm1-f65.google.com with SMTP id h21so2064842wmb.2 for ; Wed, 25 Nov 2020 04:56:10 -0800 (PST) X-Gm-Message-State: irEuwPSh8rGQVly2n1XU3LB8x1787277AA= X-Google-Smtp-Source: ABdhPJwTcbndRatz1w634w4Z7eZLWShWqifEv7qoNU/Fcltp17h5P/AXtoMyfKbYeBH9iQCdVb8aCQ== X-Received: by 2002:a1c:e3d4:: with SMTP id a203mr3834882wmh.177.1606308969231; Wed, 25 Nov 2020 04:56:09 -0800 (PST) X-Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.08 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:08 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Graeme Gregory , Radoslaw Biernacki , Tanmay Jagdale Subject: [edk2-devel] [PATCH edk2-platforms 10/15] Platform/Qemu: add VariablePolicy resolutions Date: Wed, 25 Nov 2020 12:55:54 +0000 Message-Id: <20201125125559.11631-11-leif@nuviainc.com> In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,leif@nuviainc.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1606308971; bh=pJq6+XnQzBPI8AYETcsftjrZlX5Ef6EMupgB5xRlOHU=; h=Cc:Date:From:Reply-To:Subject:To; b=LJ8pYJHq6hc0lvBBSzEfft9uYOVLI79nofCKJ8n8c2Evq5nZ9psOuNZjIKqIQphCaI0 /ThaqeGcooaFiM5gnlNvzuh0yYsZ5qHW9CVHz6WfiRHyUhbeXaye5VBtGVClMR5SORFeM 3qW/YkP/T71GOuB09rdUy1cEaLU9YpFa8OQ= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Add resolutions for - VariablePolicyLib - VariablePolicyHelperLib - VariablePolicyLib (DXE_RUNTIME_DRIVER) for SbsaQemu platform. Cc: Ard Biesheuvel Cc: Graeme Gregory Cc: Radoslaw Biernacki Cc: Tanmay Jagdale Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel --- Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc b/Platform/Qemu/SbsaQemu/S= bsaQemu.dsc index 49bc5033f438..fb806ecef3f7 100644 --- a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc +++ b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc @@ -246,6 +246,7 @@ [LibraryClasses.common.UEFI_DRIVER] MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAll= ocationLib.inf =20 UefiScsiLib|MdePkg/Library/UefiScsiLib/UefiScsiLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf =20 [LibraryClasses.common.DXE_RUNTIME_DRIVER] MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAll= ocationLib.inf @@ -255,6 +256,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] !endif =20 BaseCryptLib|CryptoPkg/Library/BaseCryptLib/RuntimeCryptLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf =20 ##########################################################################= ######################### # BuildOptions Section - Define the module specific tool chain flags that = should be used as @@ -589,6 +591,7 @@ [Components.common] NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf # don't use unaligned CopyMem () on the UEFI varstore NOR flash regi= on BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib= /VariablePolicyHelperLib.inf } MdeModulePkg/Universal/SecurityStubDxe/SecurityStubDxe.inf { --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#67957): https://edk2.groups.io/g/devel/message/67957 Mute This Topic: https://groups.io/mt/78498670/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 3 16:09:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67958+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67958+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1606308973; cv=none; d=zohomail.com; s=zohoarc; b=WyXM2/4T73cUB2rXJEGOfyz3zwH/wozO6ptRXNJvxHy7AICTCYdpBOPacdJoouEPf3SYE/vBCSmTDe/h3RVsp7QLDVQ4SYLrDrconpPzyXsddTrgugjHDvYEST9hBTuFuPuUIZ1FFuWhOuSNE6u/MwVItdzlj0AamjD11GXXs6c= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606308973; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=ME8SVQI9kwvAmV0Rcd/lTSXVbUWD7KArLDbJCxIev9k=; b=YqkghG76oMBWqeOmcEWDki4dQ/4Oj8PCW6Oia+VVr97/hZ4AS9fWwolLtbfK2EZypjVExedDJohWZe+naPr78cTdP4n9kM2Z5mIJcHD3dTci9ni+kF5pgLM4pINA0Lf0k9oLQmmpTg1lG17tB3wBj6i+1Nt8peyaoP/912OjcxA= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67958+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1606308973303177.8740554653217; Wed, 25 Nov 2020 04:56:13 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id jcQNYY1788612xBSiktjl6Tc; Wed, 25 Nov 2020 04:56:12 -0800 X-Received: from mail-wm1-f66.google.com (mail-wm1-f66.google.com [209.85.128.66]) by mx.groups.io with SMTP id smtpd.web12.6331.1606308971966633469 for ; Wed, 25 Nov 2020 04:56:12 -0800 X-Received: by mail-wm1-f66.google.com with SMTP id w24so2070918wmi.0 for ; Wed, 25 Nov 2020 04:56:11 -0800 (PST) X-Gm-Message-State: jVARDDg9u8sKDct2eKsIaFBCx1787277AA= X-Google-Smtp-Source: ABdhPJzf/GszeDzUzgZ4fypuJp8VMzXwA9mupGPGD8/O8Q/Xd7sKyo9vW+NPZ25/IzHZx1HPqmx01Q== X-Received: by 2002:a1c:a706:: with SMTP id q6mr3833729wme.2.1606308970239; Wed, 25 Nov 2020 04:56:10 -0800 (PST) X-Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.09 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:09 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Marcin Wojtas Subject: [edk2-devel] [PATCH edk2-platforms 11/15] Silicon/Marvell: add VariablePolicy resolutions Date: Wed, 25 Nov 2020 12:55:55 +0000 Message-Id: <20201125125559.11631-12-leif@nuviainc.com> In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,leif@nuviainc.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1606308972; bh=kv90gq1A4RmH1iHabUJvPTsk5Y333+znLqb2S9bIHzU=; h=Cc:Date:From:Reply-To:Subject:To; b=hTs0pP3yUQNKBLXQShq2i7FLvNVAW3jRPfSxHjDVfRFABnntX/UtfjcPswOd5T/fU+J 1qkCB8GGgs9/gfaVVUscOvON4Krx8RKu5WMv+6vpRMuAYzZL1kr3k7pogRiXVK8Lwfo/W GH+dfLj6abDJSqTfYFtg+8nQItycpMF3or0= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Add resolutions for - VariablePolicyLib - VariablePolicyHelperLib - VariablePolicyLib (DXE_RUNTIME_DRIVER) These need SafeIntLib, so move that out of the ifdef restricting it to capsule builds. Cc: Marcin Wojtas Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel --- Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc b/Silicon/Marvel= l/Armada7k8k/Armada7k8k.dsc.inc index ce8e120ea4fd..017c6287f712 100644 --- a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc +++ b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc @@ -38,8 +38,8 @@ [LibraryClasses.common] BaseLib|MdePkg/Library/BaseLib/BaseLib.inf !if $(CAPSULE_ENABLE) BmpSupportLib|MdeModulePkg/Library/BaseBmpSupportLib/BaseBmpSupportLib.i= nf +!endif SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf -!endif SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchroniza= tionLib.inf PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibN= ull.inf PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf @@ -185,6 +185,7 @@ [LibraryClasses.common.UEFI_DRIVER] ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExt= ractGuidedSectionLib.inf PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.= inf MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAll= ocationLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf =20 [LibraryClasses.common.DXE_RUNTIME_DRIVER] HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf @@ -197,6 +198,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] !if $(TARGET) !=3D RELEASE DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibS= erialPort.inf !endif + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf =20 [LibraryClasses.ARM, LibraryClasses.AARCH64] # @@ -560,6 +562,7 @@ [Components.common] NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeas= urementLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib= /VariablePolicyHelperLib.inf } =20 # UEFI application (Shell Embedded Boot Loader) --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#67958): https://edk2.groups.io/g/devel/message/67958 Mute This Topic: https://groups.io/mt/78498671/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 3 16:09:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67962+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67962+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1606308976; cv=none; d=zohomail.com; s=zohoarc; b=dVpYYU7l3jN1YJ7y+UoUnhu1WiHNPAIm4Ok5IJlls5AX0OFi196ZK0uwGxI+VvxeO9ytEipkpom4v87sGrhVjyo242Jck7Zz1Nq1j27aWtpY57ip/9vwGOf4bCe9O3IFo06gWTo9+vYj6M8BH9Z4N/NIGj5FAHZiymndI/ZibS0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606308976; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=nDOKC52eQ5XfeGhkfvqrz2SiS0hP/icvpD8pmR5bA8Q=; b=BxJOTKWhjwILEQl7RC1Vy3DockMW1qVJSYlhR/TpIvNyV3oK2hX6lvOrIPQ4ahN755JFzXtC3tTtLDEYfkrpWUv46en9+OHSUaGijUGpFxwWwsZxUaNYdvBY/k6lerpPMX2rpaMYzJpLVG8gKXkqypd9nmZAoU/f5e/jMMm05ao= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67962+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1606308976817838.3929566856023; Wed, 25 Nov 2020 04:56:16 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id OklYYY1788612xZfsfHvTia1; Wed, 25 Nov 2020 04:56:16 -0800 X-Received: from mail-wr1-f50.google.com (mail-wr1-f50.google.com [209.85.221.50]) by mx.groups.io with SMTP id smtpd.web11.6250.1606308975496747012 for ; Wed, 25 Nov 2020 04:56:15 -0800 X-Received: by mail-wr1-f50.google.com with SMTP id t4so1794417wrr.12 for ; Wed, 25 Nov 2020 04:56:15 -0800 (PST) X-Gm-Message-State: lCNFJLPI9ULsmvU6gqeouOWdx1787277AA= X-Google-Smtp-Source: ABdhPJxLLFdp3DJYe4PaQJ+7i+8dWTGxk/ZYL7Zt5JWE3Fyl08VsRCcSwk5NaHFr2bKm91l9ovT3Rg== X-Received: by 2002:adf:d0d2:: with SMTP id z18mr4014577wrh.297.1606308970911; Wed, 25 Nov 2020 04:56:10 -0800 (PST) X-Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:10 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 12/15] Platform/BeagleBoard: add VariablePolicy resolutions Date: Wed, 25 Nov 2020 12:55:56 +0000 Message-Id: <20201125125559.11631-13-leif@nuviainc.com> In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,leif@nuviainc.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1606308976; bh=7JwAO9rzIkKaqq47cwkNYH/syqYOHLIAEgwrENQIDMo=; h=Cc:Date:From:Reply-To:Subject:To; b=J/Bc4dRwqEsVAjvfNY3JWFl7VjIA99y/ydVXUE2oNUoY5VE1kDEzZmAp8ShHRe6d2Wm Zl8/qMrL03NimD/TiHzmV0ibHAh75+1aNIXF6L5b29Ua2jxuPP+sAgTSTxFXhk5OYSIm0 CoY7mG6SHypp26RoKsvD6MXo/UwLqjLtRkA= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Add resolutions for - SafeIntLib - VariablePolicyLib - VariablePolicyHelperLib - VariablePolicyLib (DXE_RUNTIME_DRIVER) Cc: Ard Biesheuvel Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel --- Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc b/Platf= orm/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc index dfc31ab4018b..471f80ce3cf0 100644 --- a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc +++ b/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc @@ -47,6 +47,7 @@ [LibraryClasses.common] =20 BaseLib|MdePkg/Library/BaseLib/BaseLib.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf + SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf =20 ResetSystemLib|Platform/BeagleBoard/BeagleBoardPkg/Library/ResetSystemLi= b/ResetSystemLib.inf =20 @@ -134,6 +135,7 @@ [LibraryClasses.common] AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLib= Null.inf TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf =20 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompres= sLib.inf =20 @@ -182,6 +184,7 @@ [LibraryClasses.common.UEFI_DRIVER] ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExt= ractGuidedSectionLib.inf PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.= inf DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf =20 [LibraryClasses.common.DXE_RUNTIME_DRIVER] HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf @@ -189,6 +192,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf # PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf PeCoffLib|Platform/BeagleBoard/BeagleBoardPkg/Library/DxeHobPeCoffLib/Dx= eHobPeCoffLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf =20 =20 [LibraryClasses.ARM] --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#67962): https://edk2.groups.io/g/devel/message/67962 Mute This Topic: https://groups.io/mt/78498675/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 3 16:09:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67959+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67959+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1606308974; cv=none; d=zohomail.com; s=zohoarc; b=U0ns4HDcMEH2o7JBUV5d7kAsFsSbV4C4c+P1J3VHD49DLFHg6d/5seiLbLN0S6SD8BGp1vpEQjdsaeXw1aDCbSly0iJoIWzd9yIhEIvEorfavG0/K+di9W8Oo1Vo8uKQOe0GDhfu9uvFhEUsWfXu/9d+7U0bIVHvnzx8v2LpWXg= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606308974; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=QowXibBP1WfwtFPown09nmwkdS4uUZnowEB8bj1S0cA=; b=O/LSjWlQKevuVpkLB3y/qT0OQw9VLS3xKiQfLiAgoVGPLuxiR/XKxDvaj98PaXlF6PoEs5rPc9qDofiqgjSAnSb5a0OUmjxMU6eYjuz8JaT/J44jiUNK1GnOVSPh3WRmWrTZS64Bg5Qn0PJKtIwayueYWjNDlU4HX3PX0GnM80M= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67959+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1606308974476337.59598258470703; Wed, 25 Nov 2020 04:56:14 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id l2ygYY1788612xQPEsYcRzHf; Wed, 25 Nov 2020 04:56:14 -0800 X-Received: from mail-wr1-f54.google.com (mail-wr1-f54.google.com [209.85.221.54]) by mx.groups.io with SMTP id smtpd.web08.6283.1606308973365592050 for ; Wed, 25 Nov 2020 04:56:13 -0800 X-Received: by mail-wr1-f54.google.com with SMTP id r3so1835840wrt.2 for ; Wed, 25 Nov 2020 04:56:13 -0800 (PST) X-Gm-Message-State: yWHrQTsi0ico3ZBx6fuMhJGpx1787277AA= X-Google-Smtp-Source: ABdhPJyokRxRxhlVooZWozGQqV+ksXpTkjivpQniDkuIxqmvmNfJMk4HVVKMbBl9r0SuIjxkb+9K6A== X-Received: by 2002:adf:fd06:: with SMTP id e6mr3983491wrr.206.1606308971639; Wed, 25 Nov 2020 04:56:11 -0800 (PST) X-Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.10 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:11 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Meenakshi Aggarwal Subject: [edk2-devel] [PATCH edk2-platforms 13/15] Silicon/NXP: add VariablePolicy resolutions Date: Wed, 25 Nov 2020 12:55:57 +0000 Message-Id: <20201125125559.11631-14-leif@nuviainc.com> In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,leif@nuviainc.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1606308974; bh=43jhEzOwpsBuZxMvrFP9qrUZpPL5tzjhIV5kiYlEJ1A=; h=Cc:Date:From:Reply-To:Subject:To; b=wtu89poH6OZ9mHQeNGZYXTFaYKUXySsO9di9EzQnkdQITlCe4Wop4kircc0Nqz8nWzz d7ia46AX3yJ/b/rPdtrr2gFHf0lsqPOrb/QBkYdeP2HkeD38SQgUktrX/uPPAwfZCH+D7 MP3/UEg3Rr/6JquJ38G6KA+yG015p8yFTMk= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Add resolutions for - SafeIntLib - VariablePolicyLib - VariablePolicyHelperLib - VariablePolicyLib (DXE_RUNTIME_DRIVER) Cc: Meenakshi Aggarwal Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel --- Silicon/NXP/NxpQoriqLs.dsc.inc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Silicon/NXP/NxpQoriqLs.dsc.inc b/Silicon/NXP/NxpQoriqLs.dsc.inc index 21c87df73220..38aa1f22a49d 100644 --- a/Silicon/NXP/NxpQoriqLs.dsc.inc +++ b/Silicon/NXP/NxpQoriqLs.dsc.inc @@ -49,6 +49,7 @@ [LibraryClasses.common] DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseD= ebugPrintErrorLevelLib.inf MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAll= ocationLib.inf BaseLib|MdePkg/Library/BaseLib/BaseLib.inf + SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf SynchronizationLib|MdePkg/Library/BaseSynchronizationLib/BaseSynchroniza= tionLib.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf PerformanceLib|MdePkg/Library/BasePerformanceLibNull/BasePerformanceLibN= ull.inf @@ -89,6 +90,7 @@ [LibraryClasses.common] TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLib= Null.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf NULL|MdePkg/Library/BaseStackCheckLib/BaseStackCheckLib.inf CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf NonDiscoverableDeviceRegistrationLib|MdeModulePkg/Library/NonDiscoverabl= eDeviceRegistrationLib/NonDiscoverableDeviceRegistrationLib.inf @@ -160,6 +162,7 @@ [LibraryClasses.common.UEFI_DRIVER] ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExt= ractGuidedSectionLib.inf PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.= inf DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf =20 [LibraryClasses.common.DXE_RUNTIME_DRIVER] HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf @@ -167,6 +170,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf ReportStatusCodeLib|MdeModulePkg/Library/RuntimeDxeReportStatusCodeLib/R= untimeDxeReportStatusCodeLib.inf DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibS= erialPort.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf =20 [LibraryClasses.AARCH64] # --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#67959): https://edk2.groups.io/g/devel/message/67959 Mute This Topic: https://groups.io/mt/78498672/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 3 16:09:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67960+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67960+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1606308975; cv=none; d=zohomail.com; s=zohoarc; b=BwbqA9dny/pJZAHNbyl6VCCx0k3uDKxb8Du+rrASOYQTqTJ5KdcyF5u/ht5VeGVvr9/SRpixbMdZ+jItFMnUrrH3Pzc4/QJWr6bEXR7SStXVKEHqqOQbhIZcie+xCmVLJhe4SfD/4SZFnq2b468b+ejYjGwOdfUc5uS1LmsYZLw= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606308975; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=cyvPl2+0W4gxazudrBCX0efeZLJyXjDluGVqLpjP4mo=; b=W+lQAVfg3sj+ubMYPWFCdLI3tvT1Q99PToaLn2UEYOQY2c+X9+OcDpSbX1TRQ3KUwu39l7vwLK+N1hqz8UqRfUpcRqFI9t04+9jrsY0yFKq1ZhBOr+7mu8HDGpUk/TNHN7Qvy6DvxhJSk27R8c8t0qr28woVxrpyCU1JVL57ci4= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67960+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1606308975419780.0977592559689; Wed, 25 Nov 2020 04:56:15 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id 7hHvYY1788612xRaw0DYmsSv; Wed, 25 Nov 2020 04:56:15 -0800 X-Received: from mail-wr1-f48.google.com (mail-wr1-f48.google.com [209.85.221.48]) by mx.groups.io with SMTP id smtpd.web08.6284.1606308974310073776 for ; Wed, 25 Nov 2020 04:56:14 -0800 X-Received: by mail-wr1-f48.google.com with SMTP id g14so1795609wrm.13 for ; Wed, 25 Nov 2020 04:56:14 -0800 (PST) X-Gm-Message-State: JoCFq4lbaTWxittU1bbf0Q0yx1787277AA= X-Google-Smtp-Source: ABdhPJw/vpg8jqrX1MuPqGFzlxQLGmWIDK7TNAe/DkmezVrHR1vpkij/yDKz+LH3T1MiKE7ciSD2sg== X-Received: by 2002:adf:e789:: with SMTP id n9mr3873897wrm.211.1606308972712; Wed, 25 Nov 2020 04:56:12 -0800 (PST) X-Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.11 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:12 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 14/15] Platform/SocioNext: add VariablePolicy resolutions Date: Wed, 25 Nov 2020 12:55:58 +0000 Message-Id: <20201125125559.11631-15-leif@nuviainc.com> In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,leif@nuviainc.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1606308975; bh=uYj4UL+u4ZyxZWX8Gc+i5jaH1PVLz0mWT7k61qzbU1o=; h=Cc:Date:From:Reply-To:Subject:To; b=dxc2FEh/o9vQA7jfEZLa977V7EPY5OufjKG6Zq4cE1rl5wfGKzlzzerBTe/kxp2Xd6j DxfEkKL1j+Pc6EiKcLC+nIcM9OnV7RRUGKZSCfjc+ilBla5HUZAbxPzbL7AXlNDYHtB8+ Y5Fa2UOaRgyrT/6N05DI3hUS+QV0H6CSVvQ= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Add resolutions for - VariablePolicyLib - VariablePolicyHelperLib - VariablePolicyLib (DXE_RUNTIME_DRIVER) to DeveloperBox platform. Cc: Ard Biesheuvel Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel --- Platform/Socionext/DeveloperBox/DeveloperBox.dsc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc b/Platform/So= cionext/DeveloperBox/DeveloperBox.dsc index a459079b1f26..c79792eef0aa 100644 --- a/Platform/Socionext/DeveloperBox/DeveloperBox.dsc +++ b/Platform/Socionext/DeveloperBox/DeveloperBox.dsc @@ -127,6 +127,7 @@ [LibraryClasses.common.UEFI_APPLICATION] # UiApp dependencies FileExplorerLib|MdeModulePkg/Library/FileExplorerLib/FileExplorerLib.inf DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf =20 ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf ShellCommandLib|ShellPkg/Library/UefiShellCommandLib/UefiShellCommandLib= .inf @@ -143,6 +144,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] !if $(TARGET) !=3D RELEASE DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibS= erialPort.inf !endif + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf =20 [LibraryClasses.ARM] ArmSoftFloatLib|ArmPkg/Library/ArmSoftFloatLib/ArmSoftFloatLib.inf @@ -366,6 +368,7 @@ [Components.common] NULL|MdeModulePkg/Library/VarCheckUefiLib/VarCheckUefiLib.inf TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeas= urementLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib= /VariablePolicyHelperLib.inf } !else ArmPkg/Drivers/MmCommunicationDxe/MmCommunication.inf { --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#67960): https://edk2.groups.io/g/devel/message/67960 Mute This Topic: https://groups.io/mt/78498673/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- From nobody Fri May 3 16:09:04 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) client-ip=66.175.222.108; envelope-from=bounce+27952+67961+1787277+3901457@groups.io; helo=mail02.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67961+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1606308976; cv=none; d=zohomail.com; s=zohoarc; b=TDkVtZQHYYIYFQsLPy5y4+mVCUHei7ZkY5pvqFPisHmhzEd1dTP3Oyihcal+F96f1yfe8ynhC8+h2k6YUT6to/Tb7slizopJ8tttGOsTVei+ih4+Wh+KD6IC16D3fVw6uml6BQYUROakZczx6MTAcxGKgQC+rl5D0cgh2490joQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1606308976; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Id:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=7DTtOIZpbHEWfQxqkZ6fWGu2IaRZTRRvwNnxvv6fDR8=; b=TYKW6T0Eq3eQIkjKKlAicPkEDK4jF+T34Nq3Ied+3doFRoDSrm/dTWtpkWsJOGvRLRtWTi916bOEjxXpU9Vn7oD7+Qnn/AHfoAvoXPzTnMmGd4qBGQT41lRtgaGVwj5GpT14RFyuYwsypAl+2tDEf3HE/DE83S7ecj2wwc6dJQE= ARC-Authentication-Results: i=1; mx.zohomail.com; dkim=pass; spf=pass (zohomail.com: domain of groups.io designates 66.175.222.108 as permitted sender) smtp.mailfrom=bounce+27952+67961+1787277+3901457@groups.io Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1606308976305861.7511758462663; Wed, 25 Nov 2020 04:56:16 -0800 (PST) Return-Path: X-Received: by 127.0.0.2 with SMTP id hxG7YY1788612xm0NuOFCFVI; Wed, 25 Nov 2020 04:56:15 -0800 X-Received: from mail-wr1-f46.google.com (mail-wr1-f46.google.com [209.85.221.46]) by mx.groups.io with SMTP id smtpd.web12.6332.1606308975029890127 for ; Wed, 25 Nov 2020 04:56:15 -0800 X-Received: by mail-wr1-f46.google.com with SMTP id s8so1806929wrw.10 for ; Wed, 25 Nov 2020 04:56:14 -0800 (PST) X-Gm-Message-State: BjRMbuAGq1dXmsnYXJjK8S6cx1787277AA= X-Google-Smtp-Source: ABdhPJwZeTbGb3wN5mw9qKUH31TUGZsyfC5ttJdHB1trN2Tpj2vUAKyHl6TWgLTpSXg4f9RozkHSCQ== X-Received: by 2002:adf:8028:: with SMTP id 37mr4019337wrk.111.1606308973437; Wed, 25 Nov 2020 04:56:13 -0800 (PST) X-Received: from vanye.hemma.eciton.net (cpc1-cmbg19-2-0-cust915.5-4.cable.virginm.net. [82.27.183.148]) by smtp.gmail.com with ESMTPSA id p9sm4942639wrw.29.2020.11.25.04.56.12 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Wed, 25 Nov 2020 04:56:13 -0800 (PST) From: "Leif Lindholm" To: devel@edk2.groups.io Cc: Ming Huang , Ard Biesheuvel Subject: [edk2-devel] [PATCH edk2-platforms 15/15] Silicon/Hisilicon: add VariablePolicy resolutions Date: Wed, 25 Nov 2020 12:55:59 +0000 Message-Id: <20201125125559.11631-16-leif@nuviainc.com> In-Reply-To: <20201125125559.11631-1-leif@nuviainc.com> References: <20201125125559.11631-1-leif@nuviainc.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: Sender: devel@edk2.groups.io List-Id: Mailing-List: list devel@edk2.groups.io; contact devel+owner@edk2.groups.io Reply-To: devel@edk2.groups.io,leif@nuviainc.com Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1606308975; bh=34u7QnN3L6EmLf1CfOKwJ+Sdr7JpJvFOCIkATIi9woA=; h=Cc:Date:From:Reply-To:Subject:To; b=MRVmeVgpcF/lBmP/d02Dmxjh+wmrGc2TvVmD1TSgCS+JbUb/9QJm3z5PupxUT2IbVog q9UzdVaWXl9IHJQq1VWRfzGDvll/gTWsf2L22Wjuefg3USqp+1Xwne8wzgVVnW3gX+MS/ HNO4BTp/zLDN7cC1ReXykDfiqyrbTSlNuzM= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Type: text/plain; charset="utf-8" Add resolutions for - VariablePolicyLib - VariablePolicyHelperLib - VariablePolicyLib (DXE_RUNTIME_DRIVER) to Hisilicon platforms. Cc: Ming Huang Cc: Ard Biesheuvel Signed-off-by: Leif Lindholm Acked-by: Ard Biesheuvel --- Silicon/Hisilicon/Hisilicon.dsc.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/Silicon/Hisilicon/Hisilicon.dsc.inc b/Silicon/Hisilicon/Hisili= con.dsc.inc index eef7d4e85d51..6bacd9cafd7a 100644 --- a/Silicon/Hisilicon/Hisilicon.dsc.inc +++ b/Silicon/Hisilicon/Hisilicon.dsc.inc @@ -91,6 +91,7 @@ [LibraryClasses.common] UefiDevicePathLib|MdePkg/Library/UefiDevicePathLib/UefiDevicePathLib.inf =20 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf + VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf =20 ExtractGuidedSectionLib|MdePkg/Library/DxeExtractGuidedSectionLib/DxeExt= ractGuidedSectionLib.inf LzmaDecompressLib|MdeModulePkg/Library/LzmaCustomDecompressLib/LzmaCusto= mDecompressLib.inf @@ -193,6 +194,7 @@ [LibraryClasses.common.UEFI_DRIVER] PerformanceLib|MdeModulePkg/Library/DxePerformanceLib/DxePerformanceLib.= inf DxeServicesLib|MdePkg/Library/DxeServicesLib/DxeServicesLib.inf MemoryAllocationLib|MdePkg/Library/UefiMemoryAllocationLib/UefiMemoryAll= ocationLib.inf + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf =20 [LibraryClasses.common.DXE_RUNTIME_DRIVER] HobLib|MdePkg/Library/DxeHobLib/DxeHobLib.inf @@ -205,6 +207,7 @@ [LibraryClasses.common.DXE_RUNTIME_DRIVER] !if $(TARGET) !=3D RELEASE DebugLib|MdePkg/Library/DxeRuntimeDebugLibSerialPort/DxeRuntimeDebugLibS= erialPort.inf !endif + VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ibRuntimeDxe.inf =20 [LibraryClasses.AARCH64] ArmGenericTimerCounterLib|ArmPkg/Library/ArmGenericTimerPhyCounterLib/Ar= mGenericTimerPhyCounterLib.inf --=20 2.20.1 -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D- Groups.io Links: You receive all messages sent to this group. View/Reply Online (#67961): https://edk2.groups.io/g/devel/message/67961 Mute This Topic: https://groups.io/mt/78498674/1787277 Group Owner: devel+owner@edk2.groups.io Unsubscribe: https://edk2.groups.io/g/devel/unsub [importer@patchew.org] -=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-=3D-