From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-io0-x235.google.com (mail-io0-x235.google.com [IPv6:2607:f8b0:4001:c06::235]) (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 9A4B981F27 for ; Thu, 9 Feb 2017 09:56:06 -0800 (PST) Received: by mail-io0-x235.google.com with SMTP id l66so23133477ioi.1 for ; Thu, 09 Feb 2017 09:56:06 -0800 (PST) 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=lQdjqj44e8je7cIziwsrXRtEfIQxhSS5SteO0u1iq7M=; b=fRbQOtrg3GMW/8dIqZJr+zPfYvu3Jmj8Tzpbu5W4t4B2YgYIybpapY+d7FMIuOlpU9 xDGG6qlUD8EChImzSqxZlC7115FAe8xAgR37/zZ1942e6DCE2s11h2c5N3ZSVic+gPkJ vMnmDuIRSjjx/d85Sp9csSHfnlDaTpzMKA7m4= 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=lQdjqj44e8je7cIziwsrXRtEfIQxhSS5SteO0u1iq7M=; b=MUv8ZHVycteb0U/1tzXRMkkIgW5xwgZ4rkBa8rO2yfJ45BmjJx/C/mLz5tUTnHk118 P6Sxola+e7dd9izN6YvAs8f0ZdZrOXpnsLkvG6YPCsQup/iQavsy/mz00xXSZ52wF1uc gxnlilECv+jEJKqjnXI1xPg5/HUJ31qY2AKFb23tcghGMoTO1If0fdV+AFrGqcyAXvoI OCrcyIEYrANrS+zVYECGgSz/IavxguZH6bXuvKDL/G3V8RGFL7ZhN32fq3DuW5vV8Zjt 3QiTjtRYVmoUu20Wt/oU164TrX7R7inz9M273CiSy0tucwMmcXLfp7ILo4fQWVfH16dK LKlQ== X-Gm-Message-State: AMke39nuUcBvIwa3ZrluXnCvGjU1xcjx9ystLj4t51AqMHoZT9H0UpF2td8Z3TA48HZYlGGO6Nzzc+GPylsMtmHO X-Received: by 10.107.12.150 with SMTP id 22mr4280217iom.138.1486662965943; Thu, 09 Feb 2017 09:56:05 -0800 (PST) MIME-Version: 1.0 Received: by 10.107.144.139 with HTTP; Thu, 9 Feb 2017 09:56:05 -0800 (PST) In-Reply-To: <1486658427-6551-3-git-send-email-leo.duran@amd.com> References: <1486658427-6551-1-git-send-email-leo.duran@amd.com> <1486658427-6551-3-git-send-email-leo.duran@amd.com> From: Ard Biesheuvel Date: Thu, 9 Feb 2017 17:56:05 +0000 Message-ID: To: Leo Duran Cc: "edk2-devel@lists.01.org" , Laszlo Ersek Subject: Re: [PATCH v3 2/6] ArmVirtPkg: Resolve BmDmaLib class for PciHostBridgeDxe driver X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 09 Feb 2017 17:56:06 -0000 Content-Type: text/plain; charset=UTF-8 On 9 February 2017 at 16:40, Leo Duran wrote: > This patch adds the new DxeBmDmaLib (BmDmaLib class) library, which > provides an abstraction layer for DMA operations implemented by the > PciHostBridgeDxe driver. > > Cc: Laszlo Ersek > Cc: Ard Biesheuvel > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Leo Duran > Reviewed-by: Laszlo Ersek Laszlo already has this covered, but for redundancy (RAIM-1): Reviewed-by: Ard Biesheuvel > --- > ArmVirtPkg/ArmVirtQemu.dsc | 1 + > ArmVirtPkg/ArmVirtQemuKernel.dsc | 1 + > 2 files changed, 2 insertions(+) > > diff --git a/ArmVirtPkg/ArmVirtQemu.dsc b/ArmVirtPkg/ArmVirtQemu.dsc > index 8fe3c38..d318f82 100644 > --- a/ArmVirtPkg/ArmVirtQemu.dsc > +++ b/ArmVirtPkg/ArmVirtQemu.dsc > @@ -59,6 +59,7 @@ [LibraryClasses.common] > TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf > NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf > > + BmDmaLib|MdeModulePkg/Library/DxeBmDmaLib/DxeBmDmaLib.inf > CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf > UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf > BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf > diff --git a/ArmVirtPkg/ArmVirtQemuKernel.dsc b/ArmVirtPkg/ArmVirtQemuKernel.dsc > index aa40374..721d78a 100644 > --- a/ArmVirtPkg/ArmVirtQemuKernel.dsc > +++ b/ArmVirtPkg/ArmVirtQemuKernel.dsc > @@ -58,6 +58,7 @@ [LibraryClasses.common] > TimerLib|ArmPkg/Library/ArmArchTimerLib/ArmArchTimerLib.inf > NorFlashPlatformLib|ArmVirtPkg/Library/NorFlashQemuLib/NorFlashQemuLib.inf > > + BmDmaLib|MdeModulePkg/Library/DxeBmDmaLib/DxeBmDmaLib.inf > CapsuleLib|MdeModulePkg/Library/DxeCapsuleLibNull/DxeCapsuleLibNull.inf > UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBootManagerLib.inf > BootLogoLib|MdeModulePkg/Library/BootLogoLib/BootLogoLib.inf > -- > 1.9.1 >