From nobody Mon May 13 05:41:09 2024 Delivered-To: importer@patchew.org Received-SPF: pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) client-ip=66.175.222.12; envelope-from=bounce+27952+39694+1787277+3901457@groups.io; helo=web01.groups.io; Authentication-Results: mx.zohomail.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+39694+1787277+3901457@groups.io ARC-Seal: i=1; a=rsa-sha256; t=1556356610; cv=none; d=zoho.com; s=zohoarc; b=gJ9kK3XNgpYvUuUlm2UISRklmeCWhfAQNtv45R+BzcItuS/C5rrLjDexvWBj1LF/qdijUX7G6rlDnSLc4XXIeSwvvJLs0n8+jmYYc2WIDOwft1xn9wr1oiRcoWRKCTneu8GFwzUo1F/KRD3TGLsdhGgNE/6iUIWCcWt3xxeQwB4= ARC-Message-Signature: i=1; a=rsa-sha256; c=relaxed/relaxed; d=zoho.com; s=zohoarc; t=1556356610; h=Cc:Date:From:List-Id:List-Unsubscribe:Message-ID:Reply-To:Sender:Subject:To:ARC-Authentication-Results; bh=l1gutVS+8KuLcWioEDkSes1d3KajINQzQge4asN7GDg=; b=LGEcGCuRPPPRMPDRZ2l5/EvLTmehnHOKH44KzOwfvB29CZUrRTcBOIv8nkv4DlwOQwpfGKp2giE/Q8NkQEPcTJhAYbfmMtGkH0zxmRJs3TBKHYznfdffqpXF5Ld/CrdtKm3g8770+RMhrRHF1PyiwXoGhTwg2wpdQ0ar1zHcH/s= ARC-Authentication-Results: i=1; mx.zoho.com; dkim=pass; spf=pass (zoho.com: domain of groups.io designates 66.175.222.12 as permitted sender) smtp.mailfrom=bounce+27952+39694+1787277+3901457@groups.io Received: from web01.groups.io (web01.groups.io [66.175.222.12]) by mx.zohomail.com with SMTPS id 1556356610546412.82336888946884; Sat, 27 Apr 2019 02:16:50 -0700 (PDT) Return-Path: X-Received: from mail-lj1-f196.google.com (mail-lj1-f196.google.com [209.85.208.196]) by groups.io with SMTP; Sat, 27 Apr 2019 02:16:49 -0700 X-Received: by mail-lj1-f196.google.com with SMTP id t10so4035785ljg.7 for ; Sat, 27 Apr 2019 02:16:48 -0700 (PDT) X-Gm-Message-State: APjAAAXDmLXSnED0yPekBhtDpO13fqvSygwF/icrip92KXSUq4oobvCR QfiVCYd3PEeQ5qWSnuNMf9Bjd7GIV84= X-Google-Smtp-Source: APXvYqwnjHqFU60x3Bf32NSNlmcXEHIFwQq1UeUuC9W1dzPCi/gbBobUzvLISwfaAr1XcilFGhynRg== X-Received: by 2002:a2e:8ec5:: with SMTP id e5mr27481243ljl.7.1556356606852; Sat, 27 Apr 2019 02:16:46 -0700 (PDT) X-Received: from gilgamesh.semihalf.com (31-172-191-173.noc.fibertech.net.pl. [31.172.191.173]) by smtp.gmail.com with ESMTPSA id h24sm5713203ljc.85.2019.04.27.02.16.45 (version=TLS1_2 cipher=ECDHE-RSA-AES128-SHA bits=128/128); Sat, 27 Apr 2019 02:16:45 -0700 (PDT) From: "Marcin Wojtas" To: devel@edk2.groups.io Cc: leif.lindholm@linaro.org, ard.biesheuvel@linaro.org, mw@semihalf.com, jsd@semihalf.com, jaz@semihalf.com, Jici.Gao@arm.com, feng.tian@intel.com, michael.d.kinney@intel.com, liming.gao@intel.com, lersek@redhat.com Subject: [edk2-devel] [PATCH] EmbeddedPkg: Extend NvVarStoreFormattedLib LIBRARY_CLASS Date: Sat, 27 Apr 2019 11:16:32 +0200 Message-Id: <1556356592-8614-1-git-send-email-mw@semihalf.com> 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,mw@semihalf.com DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=groups.io; q=dns/txt; s=20140610; t=1556356610; bh=U95dKPJOaepJInFay9yqAx3va0Vy824jz42UTcjGkkY=; h=Cc:Date:From:Reply-To:Subject:To; b=o3kgretImu4MX5HxAdzCIWwGTWoXBeYnp8unRSUOIYcoPDsj+9QDQREjWK1oh+XZ30c DPpWMYMa3uiCsCprALx0L6R44EUQ686N27xpfY3Anv5UeK5Frjen2Gdzv6dnj1HtgwQZ8 GvWbFuv59kokXvHR8huWXdzLY/5VHH+B0KY= X-ZohoMail-DKIM: pass (identity @groups.io) Content-Transfer-Encoding: quoted-printable MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Latest change allowed to add dependency on NvVarStoreFormattedLib for the DXE_DRIVER modules. Although effectively it is hooked using the 'NULL' class, extend the LIBRARY_CLASS with according type for consistency sake. Signed-off-by: Marcin Wojtas Reviewed-by: Ard Biesheuvel --- EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf | 2 = +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormatted= Lib.inf b/EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib= .inf index 98a0049..e2eed26 100644 --- a/EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf +++ b/EmbeddedPkg/Library/NvVarStoreFormattedLib/NvVarStoreFormattedLib.inf @@ -25,7 +25,7 @@ FILE_GUID =3D 78f76ae8-ae62-4455-8148-c3a7ebaaa3f3 MODULE_TYPE =3D BASE VERSION_STRING =3D 1.0 - LIBRARY_CLASS =3D NvVarStoreFormattedLib|PEIM DXE_RUNTI= ME_DRIVER DXE_SMM_DRIVER + LIBRARY_CLASS =3D NvVarStoreFormattedLib|PEIM DXE_RUNTI= ME_DRIVER DXE_DRIVER DXE_SMM_DRIVER CONSTRUCTOR =3D NvVarStoreFormattedInitialize =20 [Sources] --=20 2.7.4 -=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 (#39694): https://edk2.groups.io/g/devel/message/39694 Mute This Topic: https://groups.io/mt/31361676/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-