From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 CAC102095E005 for ; Sun, 13 Aug 2017 20:25:57 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 13 Aug 2017 20:28:20 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.41,372,1498546800"; d="scan'208";a="1162296418" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga001.jf.intel.com with ESMTP; 13 Aug 2017 20:28:20 -0700 Received: from fmsmsx153.amr.corp.intel.com (10.18.125.6) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 13 Aug 2017 20:28:20 -0700 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by FMSMSX153.amr.corp.intel.com (10.18.125.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 13 Aug 2017 20:28:20 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.236]) by shsmsx102.ccr.corp.intel.com ([169.254.2.183]) with mapi id 14.03.0319.002; Mon, 14 Aug 2017 11:28:16 +0800 From: "Ye, Ting" To: "Wu, Jiaxin" , "edk2-devel@lists.01.org" CC: "Fu, Siyuan" Thread-Topic: [Patch 0/4] Add DNS device path node Thread-Index: AQHTBT9g+kESyIACPkC1nyvOciR13aKDUCtQ Date: Mon, 14 Aug 2017 03:28:16 +0000 Message-ID: References: <1500984765-8040-1-git-send-email-jiaxin.wu@intel.com> In-Reply-To: <1500984765-8040-1-git-send-email-jiaxin.wu@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [Patch 0/4] Add DNS device path node 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, 14 Aug 2017 03:25:58 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Series Reviewed-by: Ye Ting =20 -----Original Message----- From: Wu, Jiaxin=20 Sent: Tuesday, July 25, 2017 8:13 PM To: edk2-devel@lists.01.org Cc: Ye, Ting ; Fu, Siyuan ; Wu, Jia= xin Subject: [Patch 0/4] Add DNS device path node The series patches implement the DNS device path node according the UEFI Sp= ec 2.7, section 10.3.5.30. Cc: Ye Ting Cc: Fu Siyuan Contributed-under: TianoCore Contribution Agreement 1.0 Signed-off-by: Wu Jiaxin Jiaxin Wu (4): MdePkg/DevicePath.h: Add DNS Device Path definition MdePkg/UefiDevicePathLib: Add DevPathFromTextDns and DevPathToTextDns lib= raries MdeModulePkg/UefiBootManagerLib: Support DNS device path description NetworkPkg/HttpBootDxe: Update device path node to include DNS informatio= n .../Library/UefiBootManagerLib/BmBootDescription.c | 13 +- MdePkg/Include/Protocol/DevicePath.h | 18 +++ .../Library/UefiDevicePathLib/DevicePathFromText.c | 72 +++++++++++ .../Library/UefiDevicePathLib/DevicePathToText.c | 46 +++++++ NetworkPkg/HttpBootDxe/HttpBootClient.c | 138 +++++++++++++++++= ---- NetworkPkg/HttpBootDxe/HttpBootDxe.h | 2 + NetworkPkg/HttpBootDxe/HttpBootImpl.c | 7 +- 7 files changed, 269 insertions(+), 27 deletions(-) -- 1.9.5.msysgit.1