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::241; helo=mail-it0-x241.google.com; envelope-from=ard.biesheuvel@linaro.org; receiver=edk2-devel@lists.01.org Received: from mail-it0-x241.google.com (mail-it0-x241.google.com [IPv6:2607:f8b0:4001:c0b::241]) (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 C3AC0207E5412 for ; Thu, 24 May 2018 01:14:19 -0700 (PDT) Received: by mail-it0-x241.google.com with SMTP id e20-v6so1280460itc.1 for ; Thu, 24 May 2018 01:14:19 -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=ciD44RN+OgF0z7BE7KsnF2VW0XOqkiHA8rYonLLUkn4=; b=HciH+UFe4v19VCrUG5zVIuHiTBadcGxnLCXj7MkUujrFVoU1jeiChiplsToHywWpiW e56Qb8pysXtBwswQ/xU4s+SIucvR0BpNNoNE8QEdn+z4H27djlPhm8zWort5CXIMs3e1 pItQSAbllbiFLFOmhCth73xGIS79JI4LaCazo= 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=ciD44RN+OgF0z7BE7KsnF2VW0XOqkiHA8rYonLLUkn4=; b=lGrQWY5rG4+wzCLNFGdPBd861W8NDEy7tPHaD8zFjTMcPjBMCTcxFtvPgyOLvgCwkv TabaGh9+Q4D3Xy1PYRdspZnCXmViWx53ZACH8JWPlVCYoi9ynSspXv/hz6hahXDq44Oa z0RCYSnhXRQb6oATQqEs6rp37wVwraUiKuqlQTzvIiY8nJI0sAumF35fFcs3SCLRCwgk PPS7V2EejmP54hVqRnMAz53l5WVN4eL34/n8ivVAjidX37myIkWl68Bl0UI8M3hUMQD+ lqOJ952jc5AeQ2O99mWI3iIflYACyJVDp+M8mAeocjCBUz0eL3550c1nnBTIkYpd7Rw7 Vdgw== X-Gm-Message-State: ALKqPweDu10aHd6OzJi+enyXf5dLlifFHggDPnDqnpikKKiSjLKQrM5k 5W483EGz1jV78vvxw+wkSq4k3rPDZkGWhtUdxE4oGA== X-Google-Smtp-Source: AB8JxZrADN6MOdDSKCXI0uIu5UlzzjtJuwUL1p+IrVSHde4FtziJASDAGG9XZVn7tTDllKYUzZ5kbO28lm+Pj8if3tY= X-Received: by 2002:a24:534e:: with SMTP id n75-v6mr8342722itb.138.1527149659046; Thu, 24 May 2018 01:14:19 -0700 (PDT) MIME-Version: 1.0 Received: by 2002:a6b:bb86:0:0:0:0:0 with HTTP; Thu, 24 May 2018 01:14:18 -0700 (PDT) In-Reply-To: <20180523202121.8125-6-lersek@redhat.com> References: <20180523202121.8125-1-lersek@redhat.com> <20180523202121.8125-6-lersek@redhat.com> From: Ard Biesheuvel Date: Thu, 24 May 2018 10:14:18 +0200 Message-ID: To: Laszlo Ersek Cc: edk2-devel-01 Subject: Re: [PATCH v2 5/7] ArmVirtPkg: resolve PciCapLib, PciCapPciSegmentLib, PciCapPciIoLib X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 24 May 2018 08:14:20 -0000 Content-Type: text/plain; charset="UTF-8" On 23 May 2018 at 22:21, Laszlo Ersek wrote: > Resolve the PciCapLib, PciCapPciSegmentLib, and PciCapPciIoLib classes to > their single respective instances under OvmfPkg. Later patches will use > those lib classes in OvmfPkg drivers, some of which are included in > ArmVirt platforms. > > Cc: Ard Biesheuvel > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Laszlo Ersek Reviewed-by: Ard Biesheuvel > --- > > Notes: > v2: > - update references from MdePkg to OvmfPkg > > ArmVirtPkg/ArmVirt.dsc.inc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/ArmVirtPkg/ArmVirt.dsc.inc b/ArmVirtPkg/ArmVirt.dsc.inc > index 35bccb3dc1f4..766e4f598a07 100644 > --- a/ArmVirtPkg/ArmVirt.dsc.inc > +++ b/ArmVirtPkg/ArmVirt.dsc.inc > @@ -131,6 +131,9 @@ [LibraryClasses.common] > # PCI Libraries > PciLib|MdePkg/Library/BasePciLibPciExpress/BasePciLibPciExpress.inf > PciExpressLib|ArmVirtPkg/Library/BaseCachingPciExpressLib/BaseCachingPciExpressLib.inf > + PciCapLib|OvmfPkg/Library/BasePciCapLib/BasePciCapLib.inf > + PciCapPciSegmentLib|OvmfPkg/Library/BasePciCapPciSegmentLib/BasePciCapPciSegmentLib.inf > + PciCapPciIoLib|OvmfPkg/Library/UefiPciCapPciIoLib/UefiPciCapPciIoLib.inf > > # USB Libraries > UefiUsbLib|MdePkg/Library/UefiUsbLib/UefiUsbLib.inf > -- > 2.14.1.3.gb7cf6e02401b > >