From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2607:f8b0:4001:c0b::243; helo=mail-it0-x243.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x243.google.com (mail-it0-x243.google.com [IPv6:2607:f8b0:4001:c0b::243]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 96B2A210C1259 for ; Tue, 24 Jul 2018 06:22:17 -0700 (PDT) Received: by mail-it0-x243.google.com with SMTP id 16-v6so3637314itl.5 for ; Tue, 24 Jul 2018 06:22:17 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=mime-version:in-reply-to:references:from:date:message-id:subject:to :cc; bh=vrQdQyUJ0OcQkSDWneHrkKDelu5RL07kOAXXeK71JqA=; b=hSJXnEztaCkIHHtGzaMKxIiXqMcD0X53ITuLlKBjePsgfXivBZ/kpCjk1b51/fmQtI LXK3uG0Eyj52Wl42zNtfKJk4OVgaqHzRLBfZ6U6OzypF27ko48bsK1zhkFNvOHl5Y7TX C7EOcOOVcgEpye+tVX73I5P86L6nqEY7v0jvA= X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:in-reply-to:references:from:date :message-id:subject:to:cc; bh=vrQdQyUJ0OcQkSDWneHrkKDelu5RL07kOAXXeK71JqA=; b=TuoHOdtYljVSNCWsla84Auy9dWMdJF/dhD03Plzx72joHO73ioNV3BOurNJRHreNux B7Uuef5DtbRqDzerGAFQBb4Vnbing+lcafa6w42S1e/fXS/k+HPHX72IMd8M6n/zgrOU sHWVYJ9wPGo7lGghxCRyJKJdP2aoJogEYtCVxsbabN1iCeb8kT3lGsVTjUFrtDF/RotZ C8knM6jflaLv29Gp1WA/0e1//7FDouSSkQoRoBNxdnQvAqotG3/5NTjP7CCxzp+mNbAP R7dnNtX0X7tgpLD8+KORQgigKBeAVs1DS1OFuSFzmsvqRU3+VS/O2fece5TGfeF9iWi6 bpIg== X-Gm-Message-State: AOUpUlHxLiQa+nKZzkPYaaxchPYO4SOVs9wbsKVklRgcEqm9rqXeaPRL 6EFiHSqfiBP/W5/FduBjfvCPgFi+ZaMVuOFw/N5SZQ== X-Google-Smtp-Source: AAOMgpdhSIkZRpA5xMO6TyrgyNxk/JLQwJf0xHkoHvip/bjZajYGUfMxHMu3LO0sh6tJDjzrJ0NfJSP5OpYuTcv6L3A= X-Received: by 2002:a24:64d6:: with SMTP id t205-v6mr2645728itc.138.1532438536559; Tue, 24 Jul 2018 06:22:16 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:ac05:0:0:0:0:0 with HTTP; Tue, 24 Jul 2018 06:22:16 -0700 (PDT) In-Reply-To: <20180724132114.31505-1-lersek@redhat.com> References: <20180724132114.31505-1-lersek@redhat.com> From: Ard Biesheuvel Date: Tue, 24 Jul 2018 15:22:16 +0200 Message-ID: To: Laszlo Ersek Cc: edk2-devel-01 , Julien Grall Subject: Re: [PATCH] ArmVirtPkg: remove wrong and superfluous ResourcePublicationLib resolution X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 24 Jul 2018 13:22:17 -0000 Content-Type: text/plain; charset="UTF-8" On 24 July 2018 at 15:21, Laszlo Ersek wrote: > The class name for the "PeiResourcePublicationLib" instance is just > "ResourcePublicationLib", not "PeiResourcePublicationLib". However, no > module included in the ArmVirtPkg platforms depends on this lib class; > remove its resolution. > > Cc: Ard Biesheuvel > Cc: Julien Grall > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Laszlo Ersek Acked-by: Ard Biesheuvel > --- > > Notes: > built on all six platforms: > > ArmVirtQemu-AARCH64 > ArmVirtQemu-ARM > ArmVirtQemuKernel-AARCH64 > ArmVirtQemuKernel-ARM > ArmVirtXen-AARCH64 > ArmVirtXen-ARM > > ArmVirtPkg/ArmVirt.dsc.inc | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc > index 8bb54c5e6579..70a0ac4d786c 100644 > --- a/ArmVirtPkg/ArmVirt.dsc.inc > +++ b/ArmVirtPkg/ArmVirt.dsc.inc > @@ -211,7 +211,6 @@ [LibraryClasses.common.PEIM] > PerformanceLib|MdeModulePkg/Library/PeiPerformanceLib/PeiPerformanceLib.inf > OemHookStatusCodeLib|MdeModulePkg/Library/OemHookStatusCodeLibNull/OemHookStatusCodeLibNull.inf > PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf > - PeiResourcePublicationLib|MdePkg/Library/PeiResourcePublicationLib/PeiResourcePublicationLib.inf > UefiDecompressLib|MdePkg/Library/BaseUefiDecompressLib/BaseUefiDecompressLib.inf > ExtractGuidedSectionLib|MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf > > -- > 2.14.1.3.gb7cf6e02401b >