From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from linux.microsoft.com (linux.microsoft.com [13.77.154.182]) by mx.groups.io with SMTP id smtpd.web08.21227.1654821209185990791 for ; Thu, 09 Jun 2022 17:33:29 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@linux.microsoft.com header.s=default header.b=SNLpoPss; spf=pass (domain: linux.microsoft.com, ip: 13.77.154.182, mailfrom: mikuback@linux.microsoft.com) Received: from [192.168.4.22] (unknown [47.195.228.134]) by linux.microsoft.com (Postfix) with ESMTPSA id A5C2820BAECF; Thu, 9 Jun 2022 17:33:27 -0700 (PDT) DKIM-Filter: OpenDKIM Filter v2.11.0 linux.microsoft.com A5C2820BAECF DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linux.microsoft.com; s=default; t=1654821208; bh=sSKSgGO+2b3QP5rjMeECA9tGbh+WlOf0iajh/yfddKE=; h=Date:Subject:To:Cc:References:From:In-Reply-To:From; b=SNLpoPssEpPevdSeMCZ8DvPARVtwobjKYbQhbbEn+X9+K0AXfB9GhETzdJM05rWxa /9mUtdab/rzg6LjEB1fXzSfdXu4O0cNafw/T58k9CLMh+HS64ofJFxwuIbRzfXXcg4 PK0qoD0heaRqAbT30f4GIaXGcpep0j1xj9ZNqBYU= Message-ID: <40b875e4-d3ef-ed42-195a-1d9bc8cfdd29@linux.microsoft.com> Date: Thu, 9 Jun 2022 20:33:26 -0400 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64; rv:91.0) Gecko/20100101 Thunderbird/91.9.1 Subject: Re: [edk2-devel] [edk2-platforms PATCH 1/1] Marvell: Add VariableFlashInfoLib To: devel@edk2.groups.io, mw@semihalf.com Cc: quic_llindhol@quicinc.com, ardb+tianocore@kernel.org, jaz@semihalf.com, gjb@semihalf.com, upstream@semihalf.com, sunny.Wang@arm.com, michael.kubacki@microsoft.com References: <20220609235128.211052-1-mw@semihalf.com> From: "Michael Kubacki" In-Reply-To: <20220609235128.211052-1-mw@semihalf.com> Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Reviewed-by: Michael Kubacki On 6/9/2022 7:51 PM, Marcin Wojtas wrote: > REF:https://bugzilla.tianocore.org/show_bug.cgi?id=3479 > > This patch 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. > > Signed-off-by: Marcin Wojtas > --- > Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc > index 9322ad881e..b64c0ffdee 100644 > --- a/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc > +++ b/Silicon/Marvell/Armada7k8k/Armada7k8k.dsc.inc > @@ -69,6 +69,7 @@ > UefiHiiServicesLib|MdeModulePkg/Library/UefiHiiServicesLib/UefiHiiServicesLib.inf > > UefiRuntimeLib|MdePkg/Library/UefiRuntimeLib/UefiRuntimeLib.inf > > UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf > > + VariableFlashInfoLib|MdeModulePkg/Library/BaseVariableFlashInfoLib/BaseVariableFlashInfoLib.inf > > VariablePolicyHelperLib|MdeModulePkg/Library/VariablePolicyHelperLib/VariablePolicyHelperLib.inf > > > > PcdLib|MdePkg/Library/DxePcdLib/DxePcdLib.inf >