From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 D281921C91255 for ; Tue, 25 Jul 2017 05:10:47 -0700 (PDT) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 25 Jul 2017 05:12:48 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,411,1496127600"; d="scan'208";a="1155145643" Received: from jiaxinwu-mobl2.ccr.corp.intel.com ([10.255.27.40]) by orsmga001.jf.intel.com with ESMTP; 25 Jul 2017 05:12:47 -0700 From: Jiaxin Wu To: edk2-devel@lists.01.org Cc: Ye Ting , Fu Siyuan , Wu Jiaxin Date: Tue, 25 Jul 2017 20:12:41 +0800 Message-Id: <1500984765-8040-1-git-send-email-jiaxin.wu@intel.com> X-Mailer: git-send-email 1.9.5.msysgit.1 Subject: [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: Tue, 25 Jul 2017 12:10:48 -0000 The series patches implement the DNS device path node according the UEFI Spec 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 libraries MdeModulePkg/UefiBootManagerLib: Support DNS device path description NetworkPkg/HttpBootDxe: Update device path node to include DNS information .../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