From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=ruiyu.ni@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (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 C4FBF2116821B for ; Tue, 23 Oct 2018 20:50:35 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga008.jf.intel.com ([10.7.209.65]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 23 Oct 2018 20:50:35 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.54,418,1534834800"; d="scan'208";a="83952658" Received: from ray-dev.ccr.corp.intel.com (HELO [10.239.9.11]) ([10.239.9.11]) by orsmga008.jf.intel.com with ESMTP; 23 Oct 2018 20:50:34 -0700 To: Dandan Bi , edk2-devel@lists.01.org Cc: Michael D Kinney , Liming Gao References: <20181012021828.30432-1-dandan.bi@intel.com> From: "Ni, Ruiyu" Message-ID: <6a37bc07-cca9-fd22-e58d-8c68d594e62e@Intel.com> Date: Wed, 24 Oct 2018 11:51:50 +0800 User-Agent: Mozilla/5.0 (Windows NT 10.0; WOW64; rv:60.0) Gecko/20100101 Thunderbird/60.2.1 MIME-Version: 1.0 In-Reply-To: <20181012021828.30432-1-dandan.bi@intel.com> Subject: Re: [patch 0/3] MdePkg/UefiDevicePathLib: Enahncement for Sata/Usbxx/AcpiExp device path X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 24 Oct 2018 03:50:35 -0000 Content-Type: text/plain; charset=utf-8; format=flowed Content-Language: en-US Content-Transfer-Encoding: 7bit On 10/12/2018 10:18 AM, Dandan Bi wrote: > https://bugzilla.tianocore.org/show_bug.cgi?id=1243 > > This pacth series is mainly to do the enahncement for > Sata/Usbxx/AcpiExp device path to handle the cases when some > optional paremeter is not specified in the text device path. > > Cc: Ruiyu Ni > Cc: Michael D Kinney > Cc: Liming Gao > Dandan Bi (3): > MdePkg: Handle Sata device path when optional para is not specified > MdePkg: Handle USBxxx device path when optional para is not specified > MdePkg: Handle AcpiExp device path when optional para is not specified > > .../UefiDevicePathLib/DevicePathFromText.c | 51 ++++++++++++++++--- > .../UefiDevicePathLib/DevicePathToText.c | 23 ++++++--- > 2 files changed, 60 insertions(+), 14 deletions(-) > Reviewed-by: Ruiyu Ni -- Thanks, Ray