From nobody Sat Dec 21 12:33:20 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 --- 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-