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.100; helo=mga07.intel.com; envelope-from=hao.a.wu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga07.intel.com (mga07.intel.com [134.134.136.100]) (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 0CC1E20347118 for ; Mon, 20 Nov 2017 00:23:27 -0800 (PST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by orsmga105.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Nov 2017 00:27:41 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,425,1505804400"; d="scan'208";a="4316448" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by orsmga003.jf.intel.com with ESMTP; 20 Nov 2017 00:27:41 -0800 Received: from fmsmsx112.amr.corp.intel.com (10.18.116.6) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 20 Nov 2017 00:27:40 -0800 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX112.amr.corp.intel.com (10.18.116.6) with Microsoft SMTP Server (TLS) id 14.3.319.2; Mon, 20 Nov 2017 00:27:40 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.152]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.159]) with mapi id 14.03.0319.002; Mon, 20 Nov 2017 16:27:38 +0800 From: "Wu, Hao A" To: "Wang, Jian J" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH v2 0/2] Fix unix style of EOL Thread-Index: AQHTYdjFL0nGqvkdNkWGOeASTj84K6Mc7vWA Date: Mon, 20 Nov 2017 08:27:37 +0000 Message-ID: References: <20171120082215.10036-1-jian.j.wang@intel.com> In-Reply-To: <20171120082215.10036-1-jian.j.wang@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 v2 0/2] Fix unix style of EOL 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 Nov 2017 08:23:28 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable The series is good to me. Reviewed-by: Hao Wu Best Regards, Hao Wu > -----Original Message----- > From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Ji= an J > Wang > Sent: Monday, November 20, 2017 4:22 PM > To: edk2-devel@lists.01.org > Subject: [edk2] [PATCH v2 0/2] Fix unix style of EOL >=20 > > v2: Split patches per package >=20 > Jian J Wang (2): > MdeModulePkg: Fix unix style of EOL > UefiCpuPkg: Fix unix style of EOL >=20 > MdeModulePkg/Core/Dxe/DxeMain.inf | 8 +- > MdeModulePkg/Core/Dxe/Mem/HeapGuard.c | 2394 ++++++++------= -- > MdeModulePkg/Core/Dxe/Mem/HeapGuard.h | 788 +++--- > MdeModulePkg/Core/Dxe/Mem/Imem.h | 70 +- > MdeModulePkg/Core/Dxe/Mem/Page.c | 210 +- > MdeModulePkg/Core/Dxe/Mem/Pool.c | 242 +- > MdeModulePkg/Core/Dxe/Misc/MemoryProtection.c | 6 +- > MdeModulePkg/Core/DxeIplPeim/DxeIpl.inf | 2 +- > MdeModulePkg/Core/DxeIplPeim/Ia32/DxeLoadFunc.c | 64 +- > MdeModulePkg/Core/PiSmmCore/HeapGuard.c | 2944 ++++++++++----= - > ----- > MdeModulePkg/Core/PiSmmCore/HeapGuard.h | 796 +++--- > MdeModulePkg/Core/PiSmmCore/Page.c | 88 +- > MdeModulePkg/Core/PiSmmCore/PiSmmCore.c | 12 +- > MdeModulePkg/Core/PiSmmCore/PiSmmCore.h | 158 +- > MdeModulePkg/Core/PiSmmCore/PiSmmCore.inf | 12 +- > MdeModulePkg/Core/PiSmmCore/Pool.c | 126 +- > MdeModulePkg/Include/Protocol/SmmMemoryAttribute.h | 272 +- > MdeModulePkg/MdeModulePkg.dec | 120 +- > MdeModulePkg/MdeModulePkg.uni | 116 +- > UefiCpuPkg/CpuDxe/CpuPageTable.c | 4 +- > UefiCpuPkg/PiSmmCpuDxeSmm/Ia32/PageTbl.c | 20 +- > UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.c | 40 +- > UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.h | 196 +- > UefiCpuPkg/PiSmmCpuDxeSmm/PiSmmCpuDxeSmm.inf | 4 +- > UefiCpuPkg/PiSmmCpuDxeSmm/SmmCpuMemoryManagement.c | 326 +-- > UefiCpuPkg/PiSmmCpuDxeSmm/X64/PageTbl.c | 28 +- > 26 files changed, 4523 insertions(+), 4523 deletions(-) >=20 > -- > 2.14.1.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel