From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 8BD3C81AFA for ; Mon, 9 Jan 2017 19:59:59 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga101.fm.intel.com with ESMTP; 09 Jan 2017 19:59:59 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,342,1477983600"; d="scan'208";a="1092051888" Received: from orsmsx107.amr.corp.intel.com ([10.22.240.5]) by fmsmga001.fm.intel.com with ESMTP; 09 Jan 2017 19:59:59 -0800 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.184]) by ORSMSX107.amr.corp.intel.com ([10.22.240.5]) with mapi id 14.03.0248.002; Mon, 9 Jan 2017 19:59:58 -0800 From: "Ma, Maurice" To: Leo Duran CC: "edk2-devel@lists.01.org" , "brijesh.singh@amd.com" , "lersek@redhat.com" , "Justen, Jordan L" , "Fan, Jeff" , "Kinney, Michael D" , "Gao, Liming" , "Agyeman, Prince" , "Ni, Ruiyu" , "Steele, Kelly" , "Wei, David" , "Guo, Mang" Thread-Topic: [PATCH v4 2/9] CorebootPayloadPkg: Modify .DSC files that include UefiCpuPkg/CpuIo2Dxe Thread-Index: AQHSaDmJbL2zS1ohEE+hcetyU4dZeaExG3BQ Date: Tue, 10 Jan 2017 03:59:57 +0000 Message-ID: <7AAC936950815649B5F88FAE785306C2841C35F7@ORSMSX113.amr.corp.intel.com> References: <1483719899-16125-1-git-send-email-leo.duran@amd.com> <1483719899-16125-3-git-send-email-leo.duran@amd.com> In-Reply-To: <1483719899-16125-3-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: [PATCH v4 2/9] CorebootPayloadPkg: Modify .DSC files that include UefiCpuPkg/CpuIo2Dxe 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:59:59 -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 Regards, Maurice -----Original Message----- From: Leo Duran [mailto:leo.duran@amd.com]=20 Sent: Friday, January 6, 2017 8:25 AM To: edk2-devel@lists.01.org Cc: brijesh.singh@amd.com; lersek@redhat.com; Justen, Jordan L ; Fan, Jeff ; Kinney, Michael D ; Gao, Liming ; Ma, Maurice ; Agyeman, Prince ; Ni, Ruiyu ; Steele, Kelly ; Wei, David ; Guo, Mang ; Leo Duran Subject: [PATCH v4 2/9] CorebootPayloadPkg: Modify .DSC files that include = UefiCpuPkg/CpuIo2Dxe From: Brijesh Singh This patch adds the new BaseIoFifoLib (IoFifoLib class) library consumed by= the UefiCpuPkg/CpuIo2Dxe driver. Cc: Maurice Ma Cc: Prince Agyeman Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Brijesh Singh Signed-off-by: Leo Duran --- CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc | 3 +++ CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc | 3 +++ 2 files changed, 6 insertions(+) diff --git a/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc b/CorebootPayloa= dPkg/CorebootPayloadPkgIa32.dsc index cdfcb75..1647b38 100644 --- a/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc +++ b/CorebootPayloadPkg/CorebootPayloadPkgIa32.dsc @@ -4,6 +4,8 @@ # Provides drivers and definitions to create uefi payload for coreboot. # # Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.
+# Copyright (c) 2017, AMD Inc. All rights reserved.
# # This program and the accompanying materials are licensed and made availa= ble under # the terms and conditions of the BSD License that accompanies t= his distribution. # The full text of the license may be found at @@ -129,6 +131,7 @@ [Librar= yClasses] PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf + IoFifoLib|MdePkg/Library/BaseIoFifoLib/BaseIoFifoLib.inf !if $(PCIE_BASE) =3D=3D 0 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf diff --git a/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc b/CorebootPay= loadPkg/CorebootPayloadPkgIa32X64.dsc index c35f261..6c6ad94 100644 --- a/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc +++ b/CorebootPayloadPkg/CorebootPayloadPkgIa32X64.dsc @@ -4,6 +4,8 @@ # Provides drivers and definitions to create uefi payload for coreboot. # # Copyright (c) 2014 - 2016, Intel Corporation. All rights reserved.
+# Copyright (c) 2017, AMD Inc. All rights reserved.
# # This program and the accompanying materials are licensed and made availa= ble under # the terms and conditions of the BSD License that accompanies t= his distribution. # The full text of the license may be found at @@ -131,6 +133,7 @@ [Librar= yClasses] PrintLib|MdePkg/Library/BasePrintLib/BasePrintLib.inf CpuLib|MdePkg/Library/BaseCpuLib/BaseCpuLib.inf IoLib|MdePkg/Library/BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf + IoFifoLib|MdePkg/Library/BaseIoFifoLib/BaseIoFifoLib.inf !if $(PCIE_BASE) =3D=3D 0 PciLib|MdePkg/Library/BasePciLibCf8/BasePciLibCf8.inf PciCf8Lib|MdePkg/Library/BasePciCf8Lib/BasePciCf8Lib.inf -- 1.9.1