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 EBA0980452 for ; Sun, 19 Mar 2017 23:38:42 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1489991922; x=1521527922; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=HHq7MHqin0XNUR4edGXBjNpnzTXKkTlw+LAhj1OlXbo=; b=VSg1eNNZ1zovrBTpkzho06+6CUtzibsycIOJycfpOACRykKGY2c6qfOr d84B6n6ZNXfJzySbTU0+6kGzz6SovA==; Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 19 Mar 2017 23:38:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.36,191,1486454400"; d="scan'208";a="78287110" Received: from fmsmsx105.amr.corp.intel.com ([10.18.124.203]) by fmsmga005.fm.intel.com with ESMTP; 19 Mar 2017 23:38:42 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX105.amr.corp.intel.com (10.18.124.203) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 19 Mar 2017 23:38:42 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.59]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.177]) with mapi id 14.03.0248.002; Mon, 20 Mar 2017 14:38:40 +0800 From: "Ni, Ruiyu" To: "Bi, Dandan" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [patch] DuetPkg: Add SortLib/UefiBootManagerLib Thread-Index: AQHSoUNFE/8Ug9yxNE2EJdmxdjVmhqGdRkaw Date: Mon, 20 Mar 2017 06:38:39 +0000 Deferred-Delivery: Mon, 20 Mar 2017 06:38:00 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5B8CF017@SHSMSX104.ccr.corp.intel.com> References: <1489991259-38164-1-git-send-email-dandan.bi@intel.com> In-Reply-To: <1489991259-38164-1-git-send-email-dandan.bi@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [patch] DuetPkg: Add SortLib/UefiBootManagerLib X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Mon, 20 Mar 2017 06:38:43 -0000 Content-Language: en-US Content-Type: text/plain; charset="iso-2022-jp" Content-Transfer-Encoding: quoted-printable Reviewed-by: Ruiyu Ni Thanks/Ray > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of > Dandan Bi > Sent: Monday, March 20, 2017 2:28 PM > To: edk2-devel@lists.01.org > Cc: Ni, Ruiyu > Subject: [edk2] [patch] DuetPkg: Add SortLib/UefiBootManagerLib >=20 > ConPlatformDxe uses the UefiBootManagerLib=1B$B!$=1B(B > and UefiBootManagerLib consumes SortLib. >=20 > Cc: Ruiyu Ni > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Dandan Bi > --- > DuetPkg/DuetPkgIa32.dsc | 4 +++- > DuetPkg/DuetPkgX64.dsc | 4 +++- > 2 files changed, 6 insertions(+), 2 deletions(-) >=20 > diff --git a/DuetPkg/DuetPkgIa32.dsc b/DuetPkg/DuetPkgIa32.dsc index > 7dd963b..ca3fbc2 100644 > --- a/DuetPkg/DuetPkgIa32.dsc > +++ b/DuetPkg/DuetPkgIa32.dsc > @@ -2,11 +2,11 @@ > # An EFI/Framework Emulation Platform with UEFI HII interface supported= . > # > # Developer's UEFI Emulation. DUET provides an EFI/UEFI IA32/X64 > environment on legacy BIOS, # to help developing and debugging native > EFI/UEFI drivers. > # > -# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved. > +# Copyright (c) 2010 - 2017, Intel Corporation. All rights > +reserved.
> # > # This program and the accompanying materials # are licensed and made > available under the terms and conditions of the BSD License # which > accompanies this distribution. The full text of the license may be found = at # > http://opensource.org/licenses/bsd-license.php > @@ -109,10 +109,12 @@ >=20 > SerialPortLib|MdeModulePkg/Library/BaseSerialPortLib16550/BaseSerialPort > Lib16550.inf > MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf >=20 > CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeC > puExceptionHandlerLib.inf > LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf > MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf > + SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf > + > + > UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBoo > tMan > + agerLib.inf >=20 > # > # To save size, use NULL library for DebugLib and ReportStatusCodeLib. > # If need status code output, do library instance overriden as below > DxeMain.inf does > # > diff --git a/DuetPkg/DuetPkgX64.dsc b/DuetPkg/DuetPkgX64.dsc index > 1b08a95..c41b9fb 100644 > --- a/DuetPkg/DuetPkgX64.dsc > +++ b/DuetPkg/DuetPkgX64.dsc > @@ -2,11 +2,11 @@ > # An EFI/Framework Emulation Platform with UEFI HII interface supported= . > # > # Developer's UEFI Emulation. DUET provides an EFI/UEFI IA32/X64 > environment on legacy BIOS, # to help developing and debugging native > EFI/UEFI drivers. > # > -# Copyright (c) 2010 - 2016, Intel Corporation. All rights reserved. > +# Copyright (c) 2010 - 2017, Intel Corporation. All rights > +reserved.
> # > # This program and the accompanying materials # are licensed and made > available under the terms and conditions of the BSD License # which > accompanies this distribution. The full text of the license may be found = at # > http://opensource.org/licenses/bsd-license.php > @@ -110,10 +110,12 @@ > MtrrLib|UefiCpuPkg/Library/MtrrLib/MtrrLib.inf > LockBoxLib|MdeModulePkg/Library/LockBoxNullLib/LockBoxNullLib.inf >=20 > CpuExceptionHandlerLib|UefiCpuPkg/Library/CpuExceptionHandlerLib/DxeC > puExceptionHandlerLib.inf > LocalApicLib|UefiCpuPkg/Library/BaseXApicLib/BaseXApicLib.inf > MpInitLib|UefiCpuPkg/Library/MpInitLib/DxeMpInitLib.inf > + SortLib|MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf > + > + > UefiBootManagerLib|MdeModulePkg/Library/UefiBootManagerLib/UefiBoo > tMan > + agerLib.inf >=20 > # > # To save size, use NULL library for DebugLib and ReportStatusCodeLib. > # If need status code output, do library instance overriden as below > DxeMain.inf does > # > -- > 1.9.5.msysgit.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel