From nobody Fri Apr 19 23:50:46 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+89309+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+89309+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1650939544; cv=none; d=zohomail.com; s=zohoarc; b=SALAgwgjwO/fxJQTZW40pLBr4CrAuTnT1e6oCI4kC/TB0O2CwVuefEhyRQ3pVM4h7o8gTysRhVpDNU3x0uzS4B4wCanPm+AsVbTVCwHHiq7QiQ2SBom4rYzB/Y/yVIxoPtQdiL5o6PX1ajs6fd7p4NAlmLTN20bZyTBLr9s7th0= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1650939544; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=SVlcF08865u2yGPGtEQ6OiN7Tb204QihsqnZF+4LH2k=; b=QniC3fvfI3tbEsEyIpizDXND7lIBWPAHprtpmoUvaz1rxlW0iX+hwZL1U+t/Fd93cm0rU3KQtbfJbGXwxxrIEya8olH0wSDL9jMYiwTYoOP3MsmrmlX7MlCWDY/pIF/uSFXFPzWm7NOx0Qy8dfkx68VOlCiQGQhf8Pdfp97dqd4= 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+89309+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1650939544324731.6452570178274; Mon, 25 Apr 2022 19:19:04 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id itglYY1788612xlIlrDfcOOQ; Mon, 25 Apr 2022 19:19:04 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web12.1393.1650939543444913459 for ; Mon, 25 Apr 2022 19:19:03 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 7FE9E20E8CBD; Mon, 25 Apr 2022 19:19:02 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 7FE9E20E8CBD From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney Subject: [edk2-devel] [edk2-platforms][PATCH v2 01/11] OverdriveBoard: Add VariableFlashInfoLib Date: Mon, 25 Apr 2022 22:18:24 -0400 Message-Id: <20220426021834.1392-2-mikuback@linux.microsoft.com> In-Reply-To: <20220426021834.1392-1-mikuback@linux.microsoft.com> References: <20220426021834.1392-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,mikuback@linux.microsoft.com X-Gm-Message-State: oou43V74jv5kfBPn9qDK6ZBfx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1650939544; bh=E+SZPOF9gcPzI8Cl9lr4PH4Rij4GkPAXLXXNkW3Lvao=; h=Cc:Date:From:Reply-To:Subject:To; b=f8wuBWYtAqirw10mDmTpO2BsnHJJD9bhdyZieHSmOeSkghNhDE5e1dZbOSBYhKa33RI s1tzA5odqQ2pYbP6JgK8eBzUzhWY7rfgkV0aCKaBnYxDn+4/wO0sVPRZAmm7U2PnT7rxe RXS/aFA9gf8M+JD8RbxZCEh8FPgZNtP46SA= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1650939545935100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479 Adds an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This change is made to allow the new variable driver to build that has a dependency on this library class and does not require any further platform changes. Cc: Ard Biesheuvel Cc: Leif Lindholm Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney 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 fceb8b64dfde..236e8f1db3dd 100644 --- a/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc +++ b/Platform/AMD/OverdriveBoard/OverdriveBoard.dsc @@ -125,6 +125,7 @@ [LibraryClasses.common] OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf RngLib|MdePkg/Library/DxeRngLib/DxeRngLib.inf TlsLib|CryptoPkg/Library/TlsLib/TlsLib.inf + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseV= ariableFlashInfoLib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf =20 --=20 2.28.0.windows.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 (#89309): https://edk2.groups.io/g/devel/message/89309 Mute This Topic: https://groups.io/mt/90700335/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 Apr 19 23:50:46 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+89310+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+89310+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1650939547; cv=none; d=zohomail.com; s=zohoarc; b=m5SlbWorBeAy6Ue8Ojlt479oa48xrHYnXVQO+ogm5SINjphkJ/qvLZ5DlXAe4+uCOntlZ4F/AH5yzHONHcvt2BygDsv+puw39PVvE+FSds8X+PWaj4PPfEaZiQUOxATtHyu0nR05sWXVyqAwB5Caq6P99qv35bcE2nC5J8J3pIk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1650939547; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=qstG4oaUNLjClzk/pxq1+Ei8zywFx/MjlV84v7BlnSs=; b=TFzM7IplaDPfw19NRfX4U6aNV7EyWNX+Jzhab1zzHJtUWcpcdNLPoxsNnPtabO5MoZbOIXwvltu9Xb2cJ6N9U5CUAvoFgqMq9vDltG5Aag0vHKOwPPV57GCuHTKp3MQ3ygkhHSKN6NG08UKW6gJnopPmsuQdAYHCJ8DeEEzGeC0= 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+89310+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1650939547435342.49210316783774; Mon, 25 Apr 2022 19:19:07 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 78PaYY1788612xgX59ZxjFRI; Mon, 25 Apr 2022 19:19:07 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web10.1431.1650939546635852944 for ; Mon, 25 Apr 2022 19:19:06 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id AEED920E8CBD; Mon, 25 Apr 2022 19:19:05 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com AEED920E8CBD From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney Subject: [edk2-devel] [edk2-platforms][PATCH v2 02/11] BeagleBoardPkg: Add VariableFlashInfoLib Date: Mon, 25 Apr 2022 22:18:25 -0400 Message-Id: <20220426021834.1392-3-mikuback@linux.microsoft.com> In-Reply-To: <20220426021834.1392-1-mikuback@linux.microsoft.com> References: <20220426021834.1392-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,mikuback@linux.microsoft.com X-Gm-Message-State: dKWTPWUaOXNBvbpDpTdAcmrEx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1650939547; bh=Ht3i/Hv5acc8gqNZg5aY4rWRJ5qYlyuxphYhkfOnewc=; h=Cc:Date:From:Reply-To:Subject:To; b=W55oY8W9jBwPorMx5SYorVcUYAUpGXl4ZfbLm6hq+cmPbe0ArYNKZpQJs5wOFRub02Y HoY5WJAviX4bhSICX+2daeoUaGQ0v9oofFehpEJ/5HLqywuphNqnkSy0ic5bnLHsq+7c7 4cScZnAic/f1IlX1DR20srdGNywl49stEp8= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1650939548016100005 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479 Adds an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This change is made to allow the new variable driver to build that has a dependency on this library class and does not require any further platform changes. Cc: Ard Biesheuvel Cc: Leif Lindholm Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney Acked-by: Ard Biesheuvel --- Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc b/Platf= orm/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc index 7df306045d12..2de49fc0932c 100644 --- a/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc +++ b/Platform/BeagleBoard/BeagleBoardPkg/BeagleBoardPkg.dsc @@ -137,6 +137,7 @@ [LibraryClasses.common] AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLib= Null.inf TpmMeasurementLib|MdeModulePkg/Library/TpmMeasurementLibNull/TpmMeasurem= entLibNull.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseV= ariableFlashInfoLib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf =20 UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompres= sLib.inf --=20 2.28.0.windows.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 (#89310): https://edk2.groups.io/g/devel/message/89310 Mute This Topic: https://groups.io/mt/90700336/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 Apr 19 23:50:46 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+89311+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+89311+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1650939550; cv=none; d=zohomail.com; s=zohoarc; b=EkBII37B+sEgTlgd/rNX0HeM69jAHWUV0jUxowCm52hw0AKouy8gZ7BEHHl/Pd2lsv0iV7d3+Dw5r5p/EE4KquksYBXOORP+X7vKMksuAk/avJihfQjRVMXqV4Sn7QkpjSuwUjD5vkMBdOj1I0eN2e2e/0DAUTNSf4vuiJ/ob5g= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1650939550; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=LLQvKGgnSMJws3YRzMcCKi9ZLi4oJOgMDT/1NvD0PxQ=; b=atTAkKbBmHMsRyrGEzICWEC6z6VesmVHaCn0vUB3i7Ppi/LgyeYYnuJ3UMQg2G0SJqaj6tXDMNd+p81MY/1FCeVvgpjsj8dbNIEJ3/eMoqY1qLXeC4+/rMnUEiGl4pP4KIRyVCScCx/DxcTIXIe31wtcExOTgwSKmTfAjvE7foU= 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+89311+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1650939550872101.06178211105953; Mon, 25 Apr 2022 19:19:10 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 3ZpQYY1788612xN03x26Rp7o; Mon, 25 Apr 2022 19:19:10 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.1415.1650939549868329297 for ; Mon, 25 Apr 2022 19:19:09 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id AD84A20E8CBD; Mon, 25 Apr 2022 19:19:08 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com AD84A20E8CBD From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Chasel Chiu , Nate DeSimone , Liming Gao , Eric Dong , Michael D Kinney Subject: [edk2-devel] [edk2-platforms][PATCH v2 03/11] MinPlatformPkg: Add VariableFlashInfoLib Date: Mon, 25 Apr 2022 22:18:26 -0400 Message-Id: <20220426021834.1392-4-mikuback@linux.microsoft.com> In-Reply-To: <20220426021834.1392-1-mikuback@linux.microsoft.com> References: <20220426021834.1392-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,mikuback@linux.microsoft.com X-Gm-Message-State: jdjegzHXpeO1SsUheRhGCb0Zx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1650939550; bh=O2ltL3QO3ng+mDhKA1cBiQ/fWmBWtJwRZZCkYp15Zss=; h=Cc:Date:From:Reply-To:Subject:To; b=pZDGl+eZf0CchBZ643+8gJZZ2zJqhdQjn/r8bScSdzLeXHZWrzv9v1FZnHpRPoW2qlv BGXPYjNviDyvLhserR0UV6U8O/H0CBG/IEVKXfDfSlwYqM/iOPWAt7OmmKJqu4mRIDduJ JTNJpDij9hOEDcJfr9+LniszaJ4OK+6sR7I= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1650939551956100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479 Adds an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This change is made to allow the new variable driver to build that has a dependency on this library class and does not require any further platform changes. Cc: Chasel Chiu Cc: Nate DeSimone Cc: Liming Gao Cc: Eric Dong Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney Acked-by: Ard Biesheuvel Reviewed-by: Nate DeSimone --- Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc b/= Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc index c3d05fc913a7..58a18fae6ec8 100644 --- a/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc +++ b/Platform/Intel/MinPlatformPkg/Include/Dsc/CoreCommonLib.dsc @@ -169,5 +169,6 @@ [LibraryClasses.common] MmUnblockMemoryLib|MdePkg/Library/MmUnblockMemoryLib/MmUnblockMemoryLibN= ull.inf =20 SmbusLib|MdePkg/Library/BaseSmbusLibNull/BaseSmbusLibNull.inf + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseV= ariableFlashInfoLib.inf VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf --=20 2.28.0.windows.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 (#89311): https://edk2.groups.io/g/devel/message/89311 Mute This Topic: https://groups.io/mt/90700337/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 Apr 19 23:50:46 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+89312+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+89312+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1650939553; cv=none; d=zohomail.com; s=zohoarc; b=DMb0zmIYRQOi+L/Y2frMIfffhqTF0/nWXg+RN0xiC/oveM0ymx1nM6WRyjVUoW033AZ579j08D7xzKi2+HWyztUC+w6DydOlTfDBdrW4yA5Bx5E8+RRzqPgZRRBqQxlsJYDuofIk31NQq9291TCLjKAWCTSuVxPKqVIJfo/br0E= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1650939553; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=1mOSvFAvb2yPgnngBSqWZtY0Ib0So0dap9uSxspzBMI=; b=PesuBLyGFcV3gbMQUK9vK+uoa6Ok26NuRR7ie6bKO9SiGbXYMg+Gt9BOHbs54r6+Vj8xJeHuGO216hXOeqBxPNvz0rIplG9/jjTmQLkmFbzslMEt20nGBk0TFMaybbr+yynRWqHbYnc5dZjZeWAuSAqiyQ7VCo+zwSajTtx0MDU= 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+89312+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 165093955394935.275112244396496; Mon, 25 Apr 2022 19:19:13 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 6TSgYY1788612xb3vDJjXkQF; Mon, 25 Apr 2022 19:19:13 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web12.1397.1650939553060078491 for ; Mon, 25 Apr 2022 19:19:13 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 0979920E8CBD; Mon, 25 Apr 2022 19:19:11 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 0979920E8CBD From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney Subject: [edk2-devel] [edk2-platforms][PATCH v2 04/11] CelloBoard: Add VariableFlashInfoLib Date: Mon, 25 Apr 2022 22:18:27 -0400 Message-Id: <20220426021834.1392-5-mikuback@linux.microsoft.com> In-Reply-To: <20220426021834.1392-1-mikuback@linux.microsoft.com> References: <20220426021834.1392-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,mikuback@linux.microsoft.com X-Gm-Message-State: MqQ4182I7HUe0A4LTm09ut6nx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1650939553; bh=BGBfyOEI/9yeM9CpFfSHJ68ipiI9apv9bhchN+wo650=; h=Cc:Date:From:Reply-To:Subject:To; b=LDBCSoouUqOD6Y1Xh8WkWskaVZIrNXqch8tyQ12VDoXms9j6jIR6U8gI1L3ZIg08UOz R3hQhsXnBZw/RE6M9pqne+cvtAZy0ZCabhATbFUC4aHgijKxIihIWzs9s8Ls2VaHHtoBc 0ekynEhwEJ/+/0CHegZ+kd8UioYYSzFjYK8= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1650939555978100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479 Adds an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This change is made to allow the new variable driver to build that has a dependency on this library class and does not require any further platform changes. Cc: Ard Biesheuvel Cc: Leif Lindholm Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney Acked-by: Ard Biesheuvel --- Platform/LeMaker/CelloBoard/CelloBoard.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/LeMaker/CelloBoard/CelloBoard.dsc b/Platform/LeMaker/= CelloBoard/CelloBoard.dsc index 11d989cf3463..6be8062e60f6 100644 --- a/Platform/LeMaker/CelloBoard/CelloBoard.dsc +++ b/Platform/LeMaker/CelloBoard/CelloBoard.dsc @@ -119,6 +119,7 @@ [LibraryClasses.common] RealTimeClockLib|Silicon/AMD/Styx/Library/RealTimeClockLib/RealTimeClock= Lib.inf TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf =20 + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseV= ariableFlashInfoLib.inf VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf --=20 2.28.0.windows.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 (#89312): https://edk2.groups.io/g/devel/message/89312 Mute This Topic: https://groups.io/mt/90700340/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 Apr 19 23:50:46 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+89313+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+89313+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1650939557; cv=none; d=zohomail.com; s=zohoarc; b=J1VCr6SRjB0jMTXbTEvUEDM3C5day0nlr7JmCTyJMQwml5ONLJ/5hSFCiL1nsbqvAFusu5hYvLq3Jv6Uw1Hg2D8pf2heJgeMMlTjwQy9NDBJRLUlCYQ6UlrDcnzDhxzgiUQ3u354ZTDiko/EdGfzBM7Q29PJzXh/B2O6WfgkMjk= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1650939557; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=7dgWZqhz8T+6la5j6fLeEMpp/SiG3VWXamxJYvIF5oM=; b=abRs6RFeOn8itSyWhdX7dB3dlXPfVe0IuGxbCMM8+6AJu6szpN9mMhzm+cfbkfd9Nb+TTaerPxskdH7OIiJchd3TX/6e2afwxuacTLmo0XJujYMwaKPtCLt/GGjEQLHOCVKen+F5DVQwCySrgbs4o21omw4aTcwCuOLMISWumR0= 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+89313+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1650939557005509.9465920593834; Mon, 25 Apr 2022 19:19:17 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id YKESYY1788612xjVzCj4XhHr; Mon, 25 Apr 2022 19:19:16 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.1415.1650939556071508376 for ; Mon, 25 Apr 2022 19:19:16 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 0EEC720E8CBD; Mon, 25 Apr 2022 19:19:14 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 0EEC720E8CBD From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Graeme Gregory , Radoslaw Biernacki , Michael D Kinney Subject: [edk2-devel] [edk2-platforms][PATCH v2 05/11] SbsaQemu: Add VariableFlashInfoLib Date: Mon, 25 Apr 2022 22:18:28 -0400 Message-Id: <20220426021834.1392-6-mikuback@linux.microsoft.com> In-Reply-To: <20220426021834.1392-1-mikuback@linux.microsoft.com> References: <20220426021834.1392-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,mikuback@linux.microsoft.com X-Gm-Message-State: TmcQIJQ70ir8eHcMBBRJ2H8cx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1650939556; bh=/QN1NHpyvuQhviEasDYrAYZDP0Na5+NEox2G0LrY5PE=; h=Cc:Date:From:Reply-To:Subject:To; b=mYU9ArXU2QNbKjQhEn0VIRRa2g1VoNCvblvKCBMybJvGf+HCjZtjjfBOW7nQ36nKggC /YYxLairMwG27NJuKvtBYtgD3aUGcSFL/wJfBXbcl6lmJXiDIdfUjvW1uwJ9j2m3x5znK Qn39I1VlZVkUMcsX+SkkHs80+ForodDa1+U= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1650939558000100005 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479 Adds an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This change is made to allow the new variable driver to build that has a dependency on this library class and does not require any further platform changes. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Graeme Gregory Cc: Radoslaw Biernacki Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney Acked-by: Ard Biesheuvel --- Platform/Qemu/SbsaQemu/SbsaQemu.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc b/Platform/Qemu/SbsaQemu/S= bsaQemu.dsc index 1d1a25196e22..97014e2fb630 100644 --- a/Platform/Qemu/SbsaQemu/SbsaQemu.dsc +++ b/Platform/Qemu/SbsaQemu/SbsaQemu.dsc @@ -163,6 +163,7 @@ [LibraryClasses.common] PlatformSecureLib|OvmfPkg/Library/PlatformSecureLib/PlatformSecureLib.inf =20 VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseV= ariableFlashInfoLib.inf VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf =20 --=20 2.28.0.windows.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 (#89313): https://edk2.groups.io/g/devel/message/89313 Mute This Topic: https://groups.io/mt/90700342/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 Apr 19 23:50:46 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+89314+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+89314+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1650939560; cv=none; d=zohomail.com; s=zohoarc; b=i3sntIlauEU5aRK9ClJP0CDD0lsc1HwtnSqdDEOFxfkcWuF3SYXGXKErDzL7eWHPt/XrdDRsmnZ8a8dtHAuBXAcCuUAOjI9XsOU3BfbiUZnxVBX+M4dE/taPMG498lv5lAC/Ux+IV5l/Qq/TxiHKD2cHA4UOjf3AxQJ+mBKBqf4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1650939560; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=is3z0QQzYlnNIq3NXDSZNvI06okZNAPSYNM+DVM+Bvk=; b=gl+bYWM/r4phI6gJ2W4cMEmzsktGQ+NfnUjkgq6fXR+Uih3kWVFaLxmmPUFnJ3QW37dxZio7sizgbaB+9EDUvXIHyVztW2LKvn2xAh0uzhI6pEfNyIo9mesWygi6N6ZMndKgJ9GUP/DKVWTq7dEb+Iv1/ZC8uZiWapFgrA5B7ew= 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+89314+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 165093956031630.295411541072554; Mon, 25 Apr 2022 19:19:20 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id 79bSYY1788612x7Ct2c2s4BI; Mon, 25 Apr 2022 19:19:20 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.1416.1650939559510144169 for ; Mon, 25 Apr 2022 19:19:19 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 922CF20E8CBD; Mon, 25 Apr 2022 19:19:18 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 922CF20E8CBD From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Jeremy Linton , Michael D Kinney Subject: [edk2-devel] [edk2-platforms][PATCH v2 06/11] RaspberryPi: Add VariableFlashInfoLib Date: Mon, 25 Apr 2022 22:18:29 -0400 Message-Id: <20220426021834.1392-7-mikuback@linux.microsoft.com> In-Reply-To: <20220426021834.1392-1-mikuback@linux.microsoft.com> References: <20220426021834.1392-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,mikuback@linux.microsoft.com X-Gm-Message-State: 8DpTgmk5LFU1UOYHDVlpxwyZx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1650939560; bh=E/lfV/90sc+Ckj8X4gWEr7YDFdIdzDfP/S7ohvR57Vo=; h=Cc:Date:From:Reply-To:Subject:To; b=SbLyO0+34YPzwcqnY1SvkUL71YpPq5jWKXvRCXL+Voas+DjKnJmKpzBZN+tjJPJvL9/ 7oaQy+EFlufU+lSEhWyibORTw960Kv9Z6onN2WSpXxNOM9bAFMkzRa8twYPpDWSwpx/+x GRnt6cZYP0vV8pjfgkDAqvVKyoIVpOeIFFE= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1650939562010100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479 Adds an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This change is made to allow the new variable driver to build that has a dependency on this library class and does not require any further platform changes. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Jeremy Linton Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney Tested-by: Jeremy Linton Reviewed-by: Jeremy Linton Acked-by: Ard Biesheuvel --- Platform/RaspberryPi/RPi3/RPi3.dsc | 1 + Platform/RaspberryPi/RPi4/RPi4.dsc | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/RaspberryPi/RPi3/RPi3.dsc b/Platform/RaspberryPi/RPi3= /RPi3.dsc index 6dc48dc23302..0eed03c097f8 100644 --- a/Platform/RaspberryPi/RPi3/RPi3.dsc +++ b/Platform/RaspberryPi/RPi3/RPi3.dsc @@ -174,6 +174,7 @@ [LibraryClasses.common] AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLib= Null.inf !endif VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseV= ariableFlashInfoLib.inf VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf GpioLib|Silicon/Broadcom/Bcm283x/Library/GpioLib/GpioLib.inf diff --git a/Platform/RaspberryPi/RPi4/RPi4.dsc b/Platform/RaspberryPi/RPi4= /RPi4.dsc index a9c0c36bb12b..eabddd7382cf 100644 --- a/Platform/RaspberryPi/RPi4/RPi4.dsc +++ b/Platform/RaspberryPi/RPi4/RPi4.dsc @@ -174,6 +174,7 @@ [LibraryClasses.common] AuthVariableLib|MdeModulePkg/Library/AuthVariableLibNull/AuthVariableLib= Null.inf !endif VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseV= ariableFlashInfoLib.inf VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf GpioLib|Silicon/Broadcom/Bcm283x/Library/GpioLib/GpioLib.inf --=20 2.28.0.windows.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 (#89314): https://edk2.groups.io/g/devel/message/89314 Mute This Topic: https://groups.io/mt/90700344/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 Apr 19 23:50:46 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+89315+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+89315+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1650939563; cv=none; d=zohomail.com; s=zohoarc; b=S0zdS9yfICh01sFilMXYx7J/msRY3tcIIRqWFqb0WlAPROCpe50mn2mdv5fvhXz2reSBh40BGsJW1CpC3xj2OqRdtf9Sd2HkGmO9ThmnduKryjGALVEC+HyuFZ2/xxigPDag/tsL1sncRM1/glTYOcNH4hDMxDzRGXOZyc0PhIQ= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1650939563; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=74Gvqju1cVhJsj9Twvnz/Jmf5lkfQWveVe/v/hfm+DI=; b=a3YBFsEbHjWrkLuQ4MKRrra3UQcyynyaDmKBIpfhTsaVId9wi9c5VRWeYh4HtoOuYjeVpLXOkYyec+oFSCsMaOmuFUoN3BH12t1kjtx+pFTYqWxGjrohJSIzv+3JtjY7gb9pau3bNVoyZoGIj+uONX36z8NsqUCj+c3boh4QTwI= 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+89315+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 16509395633421001.1437867768051; Mon, 25 Apr 2022 19:19:23 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id srqtYY1788612x1urm7JCON1; Mon, 25 Apr 2022 19:19:23 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web09.1418.1650939562562447607 for ; Mon, 25 Apr 2022 19:19:22 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id A147820E8CBD; Mon, 25 Apr 2022 19:19:21 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com A147820E8CBD From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Abner Chang , Gilbert Chen , Daniel Schaefer , Michael D Kinney Subject: [edk2-devel] [edk2-platforms][PATCH v2 07/11] U5SeriesPkg: Add VariableFlashInfoLib Date: Mon, 25 Apr 2022 22:18:30 -0400 Message-Id: <20220426021834.1392-8-mikuback@linux.microsoft.com> In-Reply-To: <20220426021834.1392-1-mikuback@linux.microsoft.com> References: <20220426021834.1392-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,mikuback@linux.microsoft.com X-Gm-Message-State: CufgJtuuTezPIY21vapyFvtVx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1650939563; bh=MV2NlmiB1qo8DbxYKN7S3LZmdfDhclXdIAHFwinIpqA=; h=Cc:Date:From:Reply-To:Subject:To; b=TDb6wkr4c7bTG16646XVWx/zpuImoAZcCE2oYQhOozNeEvQeEiNdifl5KavU9alzBWm llp3QQAbvhI/ztpoLpWRhJ+9VRhT66qgEPzydXZAMnzepajeLwu8Csp9hbKwBgTNM47mj f+O4BedeNMm/fOk62izp80EoZdHTcLgjj2k= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1650939564035100005 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479 Adds an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This change is made to allow the new variable driver to build that has a dependency on this library class and does not require any further platform changes. Cc: Abner Chang Cc: Gilbert Chen Cc: Daniel Schaefer Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney Reviewed-by: Abner Chang Acked-by: Ard Biesheuvel --- Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc | 1 + Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc | 1 + 2 files changed, 2 insertions(+) diff --git a/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc b/P= latform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc index 318851332a7f..7b36b2c885e0 100644 --- a/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc +++ b/Platform/SiFive/U5SeriesPkg/FreedomU500VC707Board/U500.dsc @@ -100,6 +100,7 @@ [LibraryClasses] ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseV= ariableFlashInfoLib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf =20 # RISC-V Platform Library diff --git a/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U5= 40.dsc b/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.d= sc index 98a6a69ca3ec..26895a75ec2f 100644 --- a/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc +++ b/Platform/SiFive/U5SeriesPkg/FreedomU540HiFiveUnleashedBoard/U540.dsc @@ -100,6 +100,7 @@ [LibraryClasses] ShellLib|ShellPkg/Library/UefiShellLib/UefiShellLib.inf UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManag= erLib.inf FdtLib|EmbeddedPkg/Library/FdtLib/FdtLib.inf + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseV= ariableFlashInfoLib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf =20 # RISC-V Platform Library --=20 2.28.0.windows.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 (#89315): https://edk2.groups.io/g/devel/message/89315 Mute This Topic: https://groups.io/mt/90700346/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 Apr 19 23:50:46 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+89316+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+89316+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1650939566; cv=none; d=zohomail.com; s=zohoarc; b=JUe5S+SRmzYH9gDY5NUfPLhFcPJkVlTu3Vz54i/TYeiX5fwT2PF7Ov6xCfD9N/P/13VbEeMYTBwBv95H4nMhhehFa/Gaf3EaZLJbbh+P52dvKjFTsUfHddtOHuVy6OYyquqb6k/NuX50DAhCbAlB+Pd7bBrHQIytOcjslC65Y0A= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1650939566; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=ZU3jq4gj4fHuV83/3MXjVXIQiMmFx88juc3XwP7/Cxw=; b=D+qjPoSoDm04Mxd7U8Z9edu5vY2SM5XFuKA3KdpTykQ35IPP91MZj0sqcCCShVeDv2N2cT3JAAqq1T6JCdCvaWDrIS/U1UB0wNSxjvjs7uKf0Jzrj4bYIbc12TNAx8h2OcnUP8kb2SIcYrFoBgWxHo8Zv3CYIq8MYCwfLtjhpSE= 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+89316+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1650939566856116.00041034464346; Mon, 25 Apr 2022 19:19:26 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id HtNKYY1788612xxLfQzkWGiz; Mon, 25 Apr 2022 19:19:26 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web12.1399.1650939565978648140 for ; Mon, 25 Apr 2022 19:19:26 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 08E4420E8C8E; Mon, 25 Apr 2022 19:19:24 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 08E4420E8C8E From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Masami Hiramatsu , Michael D Kinney Subject: [edk2-devel] [edk2-platforms][PATCH v2 08/11] Socionext: Add VariableFlashInfoLib Date: Mon, 25 Apr 2022 22:18:31 -0400 Message-Id: <20220426021834.1392-9-mikuback@linux.microsoft.com> In-Reply-To: <20220426021834.1392-1-mikuback@linux.microsoft.com> References: <20220426021834.1392-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,mikuback@linux.microsoft.com X-Gm-Message-State: NCRVyp1xSiSe1TxPc9AZEHFbx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1650939566; bh=h680T+Ar2d9jdwXLEBmhRAs0MuIoh9w0sXEJpsda5TM=; h=Cc:Date:From:Reply-To:Subject:To; b=jJJU74GnuWFLbV5VT8fIdUfK+BXX7OSGWpjbWhta0HBawIQp1ZKwPGzYM7wNpxI0LPx UxP0ZpK1AQWAxIM97oAF7jrwzuhhfJGf2itqQ6g6ryTc/8e6dSaBprN8KRoDd/Ro/cXkh uI6hTaBtoaYQXjBhCswY5CLgba1V3dLu1lc= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1650939568025100001 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479 Adds an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This change is made to allow the new variable driver to build that has a dependency on this library class and does not require any further platform changes. Cc: Ard Biesheuvel Cc: Leif Lindholm Cc: Masami Hiramatsu Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney Acked-by: Ard Biesheuvel --- Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc b= /Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc index 690cdef9d91c..a052de49c958 100644 --- a/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc +++ b/Platform/Socionext/SynQuacerEvalBoard/SynQuacerEvalBoard.dsc @@ -128,6 +128,7 @@ [LibraryClasses.common] =20 NorFlashInfoLib|EmbeddedPkg/Library/NorFlashInfoLib/NorFlashInfoLib.inf =20 + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseV= ariableFlashInfoLib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf =20 [LibraryClasses.common.SEC] --=20 2.28.0.windows.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 (#89316): https://edk2.groups.io/g/devel/message/89316 Mute This Topic: https://groups.io/mt/90700347/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 Apr 19 23:50:46 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+89317+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+89317+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1650939569; cv=none; d=zohomail.com; s=zohoarc; b=QTiTL6zsBltcltMqy2VhJ5stZeIa6mvkHHqs93oZ+v0B/PyZF/0trVKR8JS8kTbighlUmq9dhEKiPVv4LjRvgm0yU4Pkq9BmTqvUV48etSTtxzwPP2/6YLpDuuX1JFA+l0fXXpL+/ghWXKMDXgIjDJwK5QhhE+safMqswYE28hU= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1650939569; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=rBbTViAtjfDVfksMokMSAMyBeBMf0Bd37oZjsVzIrdQ=; b=B8oj33DbvK/C0QRDF02AuSp8v06uhHM1JuC0oRb0pej/w0sVZDymsGOo+jBX60v9Bla2EqZmpGCHCg+WMVA2V2wxuwuuC7qQrgsy+nVOvB5sxvLtFTLTRml4LhvF9VaCP8MOGimmoGwAhlks8ucX2y/FJUuxrwMIMmbOeszF6Us= 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+89317+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1650939569931247.7884267961805; Mon, 25 Apr 2022 19:19:29 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id vub7YY1788612x8tyVTSKkG3; Mon, 25 Apr 2022 19:19:29 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web11.1420.1650939568980507359 for ; Mon, 25 Apr 2022 19:19:29 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 15C7F20E8C8E; Mon, 25 Apr 2022 19:19:27 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 15C7F20E8C8E From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Leif Lindholm , Michael D Kinney Subject: [edk2-devel] [edk2-platforms][PATCH v2 09/11] Softiron: Add VariableFlashInfoLib Date: Mon, 25 Apr 2022 22:18:32 -0400 Message-Id: <20220426021834.1392-10-mikuback@linux.microsoft.com> In-Reply-To: <20220426021834.1392-1-mikuback@linux.microsoft.com> References: <20220426021834.1392-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,mikuback@linux.microsoft.com X-Gm-Message-State: LIvP7edZRdtyRPoaRyMQtFbFx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1650939569; bh=lFyCvY61OSs3ep/NkAKO6wdaqtPLvUKBSu3i+k3zFrA=; h=Cc:Date:From:Reply-To:Subject:To; b=QOFTkg0ZK9GgLShDnaZbrbDiwlMWRdaqr1CHlZhfh9vM2IB5IAWbWDCJGaniRXhCQKs 4K4X7TRYKiWrNRUTci2n2XcqfltAjjsT/lNlaHixQrSNWc+s65Qqtn+lrBgM4+BGqHfqP 2/gVOpCOCNtI7uwbylBXLJmWFvXklnssJ3w= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1650939572051100007 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479 Adds an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This change is made to allow the new variable driver to build that has a dependency on this library class and does not require any further platform changes. Cc: Ard Biesheuvel Cc: Leif Lindholm Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney Acked-by: Ard Biesheuvel --- Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc b/= Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc index 25fafca51852..37ce04f6a9e3 100644 --- a/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc +++ b/Platform/SoftIron/Overdrive1000Board/Overdrive1000Board.dsc @@ -121,6 +121,7 @@ [LibraryClasses.common] RealTimeClockLib|Silicon/AMD/Styx/Library/RealTimeClockLib/RealTimeClock= Lib.inf TimeBaseLib|EmbeddedPkg/Library/TimeBaseLib/TimeBaseLib.inf =20 + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseV= ariableFlashInfoLib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf --=20 2.28.0.windows.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 (#89317): https://edk2.groups.io/g/devel/message/89317 Mute This Topic: https://groups.io/mt/90700349/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 Apr 19 23:50:46 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+89318+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+89318+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1650939573; cv=none; d=zohomail.com; s=zohoarc; b=IE/6zjmXJa7BrhzolvScQa76qb6DwGwvIQF622Kgp0dDxmu753FojLpwWn+wFn9+geUozNpZx9xf/CpZyZKgUAQZ+eksaZGLeVyc7AbCg/6SGCBdXuEWSWkulXf/VeRKzgI9P7uKHbav1iNe7T1qj9SVUaxfv+20svYXXIn0264= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1650939573; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=RNziZMJtoCXSDjCzv4m+KWKRqdsGSY+kR11k+gVClf8=; b=iyU/4PVUz/SFCEtVPjwB0ibtzjIOcqzTYRFgmlClQqZ+rXmgF4WDWPe6ypRvdHdff6U7pFiwky9/QWxKPqSVHH98vvvFaMHQR7rGStqUoDDqXR7apK8W0hfQpJ2jIiH+FsCjhR5FnhX0xV4aC/lZoaTWLHmCsNn0dQUdsYZmQ/M= 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+89318+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1650939573009324.53721459564576; Mon, 25 Apr 2022 19:19:33 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id xVXsYY1788612xBi7YC0FjSE; Mon, 25 Apr 2022 19:19:32 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web08.1403.1650939572115910173 for ; Mon, 25 Apr 2022 19:19:32 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id 2EEFC20E8C8E; Mon, 25 Apr 2022 19:19:31 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com 2EEFC20E8C8E From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Sami Mujawar , Ilias Apalodimas , Michael D Kinney Subject: [edk2-devel] [edk2-platforms][PATCH v2 10/11] PlatformStandaloneMmPkg: Add VariableFlashInfoLib Date: Mon, 25 Apr 2022 22:18:33 -0400 Message-Id: <20220426021834.1392-11-mikuback@linux.microsoft.com> In-Reply-To: <20220426021834.1392-1-mikuback@linux.microsoft.com> References: <20220426021834.1392-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,mikuback@linux.microsoft.com X-Gm-Message-State: f5ZiKxQYF8F1aVxWnHzcQeIjx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1650939572; bh=kqoBRNlTGj6o1n/LBBaNgvTmaU/9/oXb37QQvPYggY4=; h=Cc:Date:From:Reply-To:Subject:To; b=iUeK0Ic36YsHe9M9Ezc5DsH52wWz2UeZVBRQlljRRz9IUk9hUjBAlE0ykg/GvsfKniA dLlbPouDwx8Z0n2LxRK4V6cpEPtZvW1Q8MRhIKRNPObU8R65lXCQa5Uz+kLDVm5SJP0t3 LjgQIJBLaOL2LLA/ygVvyBTvloceertjZOw= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1650939574068100009 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479 Adds an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This change is made to allow the new variable driver to build that has a dependency on this library class and does not require any further platform changes. Cc: Sami Mujawar Cc: Ilias Apalodimas Signed-off-by: Michael Kubacki Reviewed-by: Michael D Kinney Reviewed-by: Sami Mujawar Acked-by: Ard Biesheuvel --- Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmRpmb.dsc= | 1 + 1 file changed, 1 insertion(+) diff --git a/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandalo= neMmRpmb.dsc b/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStanda= loneMmRpmb.dsc index 33364deb1ef0..653029c52fdb 100644 --- a/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmRpm= b.dsc +++ b/Platform/StandaloneMm/PlatformStandaloneMmPkg/PlatformStandaloneMmRpm= b.dsc @@ -34,6 +34,7 @@ [LibraryClasses] ArmLib|ArmPkg/Library/ArmLib/ArmBaseLib.inf BaseLib|MdePkg/Library/BaseLib/BaseLib.inf SafeIntLib|MdePkg/Library/BaseSafeIntLib/BaseSafeIntLib.inf + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseV= ariableFlashInfoLib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf BaseMemoryLib|MdePkg/Library/BaseMemoryLib/BaseMemoryLib.inf DebugPrintErrorLevelLib|MdePkg/Library/BaseDebugPrintErrorLevelLib/BaseD= ebugPrintErrorLevelLib.inf --=20 2.28.0.windows.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 (#89318): https://edk2.groups.io/g/devel/message/89318 Mute This Topic: https://groups.io/mt/90700350/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 Apr 19 23:50:46 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+89320+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+89320+1787277+3901457@groups.io; dmarc=fail(p=none dis=none) header.from=linux.microsoft.com ARC-Seal: i=1; a=rsa-sha256; t=1650939575; cv=none; d=zohomail.com; s=zohoarc; b=B6RH/721BwxR/ECodo2VjGe+nGgCHeCYrYW+yp0ENcjZYGW8cb1vy/ltNH88tDdgewV52WYqp40wVNTq39uz//l3tHLRdx/5Ty0Opu4gtn3iOczycixl0CPEE/QgntN+ijRBkjhsTrGtO2o5mSxrI8PKeQ74lZjt3Cec3oWwKyI= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zohomail.com; s=zohoarc; t=1650939575; h=Content-Transfer-Encoding:Cc:Date:From:In-Reply-To:List-Subscribe:List-Id:List-Help:List-Unsubscribe:MIME-Version:Message-ID:Reply-To:References:Sender:Subject:To; bh=+cJHw8pSifqsh/nY4JxOfWdWXPQQcYql6ijo1pSBL/Y=; b=ftU0psrKby02GYHgfxrZNyKdy0QwPEA/YDesFMv1DVXF7+fva39dU1GIVK7hJdKAuCUHjRhssl5b6prQ0ogCNCHkLC26b8InCoMUCkQNwusSAZxgc0CTlY9qO00k9CtpOyCE0pJ1y6xxmLaWZgK0YzTvPGKoLQLaE9zWbut4RO4= 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+89320+1787277+3901457@groups.io; dmarc=fail header.from= (p=none dis=none) Received: from mail02.groups.io (mail02.groups.io [66.175.222.108]) by mx.zohomail.com with SMTPS id 1650939575992477.3245888590343; Mon, 25 Apr 2022 19:19:35 -0700 (PDT) Return-Path: X-Received: by 127.0.0.2 with SMTP id UXmsYY1788612xL3UPSdcOXt; Mon, 25 Apr 2022 19:19:35 -0700 X-Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web12.1406.1650939574621988090 for ; Mon, 25 Apr 2022 19:19:34 -0700 X-Received: from localhost.localdomain (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id B561920E8C8E; Mon, 25 Apr 2022 19:19:33 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com B561920E8C8E From: "Michael Kubacki" To: devel@edk2.groups.io Cc: Ard Biesheuvel , Thomas Abraham , Sami Mujawar Subject: [edk2-devel] [edk2-platforms][PATCH v2 11/11] VExpressPkg: Add VariableFlashInfoLib Date: Mon, 25 Apr 2022 22:18:34 -0400 Message-Id: <20220426021834.1392-12-mikuback@linux.microsoft.com> In-Reply-To: <20220426021834.1392-1-mikuback@linux.microsoft.com> References: <20220426021834.1392-1-mikuback@linux.microsoft.com> MIME-Version: 1.0 Precedence: Bulk List-Unsubscribe: List-Subscribe: List-Help: 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,mikuback@linux.microsoft.com X-Gm-Message-State: v6QXaSCdXKYI7xaixC4ohuxvx1787277AA= Content-Transfer-Encoding: quoted-printable DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1650939575; bh=rFDN6FGcWDBM/Q6m7gFkR+sRZvcDMtcHUQITX7W9JhI=; h=Cc:Date:From:Reply-To:Subject:To; b=baxzI+bZiNvcUY3YJ8bHZr1rrtK8Pbh5pfVKdsp0T03U7ruztEF0gbCDkoSisJypQJU h9FnBaurSlTxUxBuHD8AmNST1LA66ThaAb8u5eljhJoxJYhtWN4ABEeGunkGr8Yatmx2r qPSqmhzjMoTb94G9WS4/y9EObpklQsjhxyc= X-ZohoMail-DKIM: pass (identity @groups.io) X-ZM-MESSAGEID: 1650939578123100019 Content-Type: text/plain; charset="utf-8" From: Michael Kubacki REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3D3479 Adds an instance for the library class VariableFlashInfoLib that was recently introduced in MdeModulePkg. This change is made to allow the new variable driver to build that has a dependency on this library class and does not require any further platform changes. Cc: Ard Biesheuvel Cc: Thomas Abraham Cc: Sami Mujawar Signed-off-by: Michael Kubacki Acked-by: Ard Biesheuvel Reviewed-by: Sami Mujawar --- 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 3866ccccb785..e637f8933f79 100644 --- a/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc +++ b/Platform/ARM/VExpressPkg/ArmVExpress.dsc.inc @@ -155,6 +155,7 @@ [LibraryClasses.common] OpensslLib|CryptoPkg/Library/OpensslLib/OpensslLib.inf RngLib|MdePkg/Library/BaseRngLibTimerLib/BaseRngLibTimerLib.inf VarCheckLib|MdeModulePkg/Library/VarCheckLib/VarCheckLib.inf + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseV= ariableFlashInfoLib.inf VariablePolicyLib|MdeModulePkg/Library/VariablePolicyLib/VariablePolicyL= ib.inf VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/Var= iablePolicyHelperLib.inf =20 --=20 2.28.0.windows.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 (#89320): https://edk2.groups.io/g/devel/message/89320 Mute This Topic: https://groups.io/mt/90700352/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-