From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) (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 CDF6521A00AD1 for ; Wed, 5 Jul 2017 00:34:18 -0700 (PDT) Received: from fmsmga003.fm.intel.com ([10.253.24.29]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Jul 2017 00:35:57 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.40,310,1496127600"; d="scan'208";a="874887096" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by FMSMGA003.fm.intel.com with ESMTP; 05 Jul 2017 00:35:39 -0700 Received: from fmsmsx115.amr.corp.intel.com (10.18.116.19) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 5 Jul 2017 00:35:39 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 5 Jul 2017 00:35:39 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.146]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.56]) with mapi id 14.03.0319.002; Wed, 5 Jul 2017 15:35:33 +0800 From: "Zeng, Star" To: "Wu, Hao A" , "edk2-devel@lists.01.org" CC: "Ni, Ruiyu" , "Zeng, Star" Thread-Topic: [PATCH 0/3] Disk Information Protocol for SD/MMC devices Thread-Index: AQHS9UxgZjHBHmKWiEWgAK/CQJX5VaJE19Jw Date: Wed, 5 Jul 2017 07:35:32 +0000 Message-ID: <0C09AFA07DD0434D9E2A0C6AEB0483103B8F17A7@shsmsx102.ccr.corp.intel.com> References: <20170705050524.24328-1-hao.a.wu@intel.com> In-Reply-To: <20170705050524.24328-1-hao.a.wu@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: dlp-product: dlpe-windows dlp-version: 10.0.102.7 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH 0/3] Disk Information Protocol for SD/MMC devices 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: Wed, 05 Jul 2017 07:34:19 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Star Zeng to the patch series. -----Original Message----- From: Wu, Hao A=20 Sent: Wednesday, July 5, 2017 1:05 PM To: edk2-devel@lists.01.org Cc: Wu, Hao A ; Ni, Ruiyu ; Zeng, S= tar Subject: [PATCH 0/3] Disk Information Protocol for SD/MMC devices Per PI 1.6 spec, add Disk Information Protocol support in SD/MMC devices. Cc: Ruiyu Ni Cc: Star Zeng Hao Wu (3): MdePkg/DiskInfo.h: Add the SD/MMC interface GUID definition MdeModulePkg/SdDxe: Implementation of Disk Information Protocol MdeModulePkg/EmmcDxe: Implementation of Disk Information Protocol MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDiskInfo.c | 140 +++++++++++++++++++++++++= ++++ MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDiskInfo.h | 115 ++++++++++++++++++++= ++++ MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.c | 15 +++- MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.h | 9 +- MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDxe.inf | 5 +- MdeModulePkg/Bus/Sd/SdDxe/SdDiskInfo.c | 138 +++++++++++++++++++++++++= +++ MdeModulePkg/Bus/Sd/SdDxe/SdDiskInfo.h | 115 ++++++++++++++++++++++++ MdeModulePkg/Bus/Sd/SdDxe/SdDxe.c | 13 ++- MdeModulePkg/Bus/Sd/SdDxe/SdDxe.h | 9 +- MdeModulePkg/Bus/Sd/SdDxe/SdDxe.inf | 5 +- MdePkg/Include/Protocol/DiskInfo.h | 13 ++- MdePkg/MdePkg.dec | 6 ++ 12 files changed, 575 insertions(+), 8 deletions(-) create mode 100644 Md= eModulePkg/Bus/Sd/EmmcDxe/EmmcDiskInfo.c create mode 100644 MdeModulePkg/Bus/Sd/EmmcDxe/EmmcDiskInfo.h create mode 100644 MdeModulePkg/Bus/Sd/SdDxe/SdDiskInfo.c create mode 100644 MdeModulePkg/Bus/Sd/SdDxe/SdDiskInfo.h -- 2.12.0.windows.1