From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id EC12781AE7 for ; Mon, 9 Jan 2017 19:56:56 -0800 (PST) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by orsmga105.jf.intel.com with ESMTP; 09 Jan 2017 19:56:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,342,1477983600"; d="scan'208";a="807035187" Received: from orsmsx110.amr.corp.intel.com ([10.22.240.8]) by FMSMGA003.fm.intel.com with ESMTP; 09 Jan 2017 19:56:56 -0800 Received: from orsmsx156.amr.corp.intel.com (10.22.240.22) by ORSMSX110.amr.corp.intel.com (10.22.240.8) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 9 Jan 2017 19:56:56 -0800 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.184]) by ORSMSX156.amr.corp.intel.com ([169.254.8.38]) with mapi id 14.03.0248.002; Mon, 9 Jan 2017 19:56:55 -0800 From: "Ma, Maurice" To: Leo Duran CC: "edk2-devel@lists.01.org" , "brijesh.singh@amd.com" , "lersek@redhat.com" , "Justen, Jordan L" , "Tian, Feng" , "Zeng, Star" , "Agyeman, Prince" , "ard.biesheuvel@linaro.org" Thread-Topic: [RFC 3/6] CorebootPayloadPkg: Modify .DSC files that include PciHostBridgeDxe driver Thread-Index: AQHSatbyK+uNX1APc0e8uTaaWnzAyaExFSKg Date: Tue, 10 Jan 2017 03:56:55 +0000 Message-ID: <7AAC936950815649B5F88FAE785306C2841C35D8@ORSMSX113.amr.corp.intel.com> References: <1484007421-15462-1-git-send-email-leo.duran@amd.com> <1484007421-15462-4-git-send-email-leo.duran@amd.com> In-Reply-To: <1484007421-15462-4-git-send-email-leo.duran@amd.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Subject: Re: [RFC 3/6] CorebootPayloadPkg: Modify .DSC files that include 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: Tue, 10 Jan 2017 03:56:57 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Looks good to me. Reviewed-by: Maurice Ma Thanks, Maurice -----Original Message----- From: Leo Duran [mailto:leo.duran@amd.com]=20 Sent: Monday, January 9, 2017 4:17 PM To: edk2-devel@lists.01.org Cc: brijesh.singh@amd.com; lersek@redhat.com; Justen, Jordan L ; Tian, Feng ; Zeng, Star ; Ma, Maurice ; Agyeman, Prince ; ard.biesheuvel@linaro.org; Leo Duran Subject: [RFC 3/6] CorebootPayloadPkg: Modify .DSC files that include PciHo= stBridgeDxe driver This patch adds the new DxeBmDmaLib (BmDmaLib class) library, which provide= s an abstraction layer for DMA operations implemented by the PciHostBridgeD= xe driver. Cc: Maurice Ma Cc: Prince Agyeman Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Leo Duran --- CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc | 1 + CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc | 1 + 2 files changed, 2 insertions(+) diff --git a/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc b/CorebootPayloa= dPkg/CorebootPayloadPkgIa32.dsc index cdfcb75..12fcd3f 100644 --- a/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc +++ b/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc @@ -140,6 +140,7 @@ [LibraryClasses] PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeC= offGetEntryPointLib.inf CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMain= tenanceLib.inf + BmDmaLib|MdeModulePkg/Library/DxeBmDmaLib/DxeBmDmaLib.inf =20 # # UEFI & PI diff --git a/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc b/CorebootPay= loadPkg/CorebootPayloadPkgIa32X64.dsc index c35f261..802347c 100644 --- a/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc +++ b/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc @@ -142,6 +142,7 @@ [LibraryClasses] PeCoffLib|MdePkg/Library/BasePeCoffLib/BasePeCoffLib.inf PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeC= offGetEntryPointLib.inf CacheMaintenanceLib|MdePkg/Library/BaseCacheMaintenanceLib/BaseCacheMain= tenanceLib.inf + BmDmaLib|MdeModulePkg/Library/DxeBmDmaLib/DxeBmDmaLib.inf =20 # # UEFI & PI -- 1.9.1