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 397DA20945043 for ; Wed, 5 Apr 2017 20:08:05 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=simple/simple; d=intel.com; i=@intel.com; q=dns/txt; s=intel; t=1491448085; x=1522984085; h=from:to:subject:date:message-id:references:in-reply-to: content-transfer-encoding:mime-version; bh=YW/FUms7HxqT/PA1gNs9fAkJtBd1A04I7ovCqAY+GY0=; b=fYkLutpg2VlAgB261e2VQG88osuULkJtu/KktHiUS72kLcrPDTA8QKVJ +koV4fOy0FxzIs1irz6byTXm/TMjFg==; Received: from fmsmga004.fm.intel.com ([10.253.24.48]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Apr 2017 20:08:04 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.37,282,1488873600"; d="scan'208";a="244838079" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga004.fm.intel.com with ESMTP; 05 Apr 2017 20:08:04 -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 Apr 2017 20:08:04 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by fmsmsx115.amr.corp.intel.com (10.18.116.19) with Microsoft SMTP Server (TLS) id 14.3.319.2; Wed, 5 Apr 2017 20:08:04 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.246]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.193]) with mapi id 14.03.0319.002; Thu, 6 Apr 2017 11:08:02 +0800 From: "Yao, Jiewen" To: "Wu, Hao A" , "edk2-devel@lists.01.org" Thread-Topic: [PATCH 4/6] SignedCapsulePkg: Convert files to CRLF line ending Thread-Index: AQHSrn0a0xvZgTZjXk6OZp9n8c6jNKG3qPdw Date: Thu, 6 Apr 2017 03:08:01 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503A927EF7@shsmsx102.ccr.corp.intel.com> References: <20170406022515.42504-1-hao.a.wu@intel.com> <20170406022515.42504-5-hao.a.wu@intel.com> In-Reply-To: <20170406022515.42504-5-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 4/6] SignedCapsulePkg: Convert files to CRLF line ending 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: Thu, 06 Apr 2017 03:08:05 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: jiewen.yao@intel.com > -----Original Message----- > From: Wu, Hao A > Sent: Thursday, April 6, 2017 10:25 AM > To: edk2-devel@lists.01.org > Cc: Wu, Hao A ; Yao, Jiewen > Subject: [PATCH 4/6] SignedCapsulePkg: Convert files to CRLF line ending >=20 > Cc: Jiewen Yao > Contributed-under: TianoCore Contribution Agreement 1.0 > Signed-off-by: Hao Wu > --- > SignedCapsulePkg/Readme.md | 22 ++++++++++---------- > 1 file changed, 11 insertions(+), 11 deletions(-) >=20 > diff --git a/SignedCapsulePkg/Readme.md b/SignedCapsulePkg/Readme.md > index 67c78edfb4..03358e93ee 100644 > --- a/SignedCapsulePkg/Readme.md > +++ b/SignedCapsulePkg/Readme.md > @@ -1,11 +1,11 @@ > -# SignedCapsulePkg > - > -This package provides a signed capsule solution in EDKII to support a se= cure > capsule update and recovery solution. > - > -Source Repository: > https://github.com/tianocore/edk2/tree/master/SignedCapsulePkg > - > -A whitepaper to describe the capsule design: > https://github.com/tianocore-docs/Docs/raw/master/White_Papers/A_Tour_Be > yond_BIOS_Capsule_Update_and_Recovery_in_EDK_II.pdf > - > -Wiki pages to provides more detail on how to enable: > https://github.com/tianocore/tianocore.github.io/wiki/Capsule-Based-Firmw= are > -Update-and-Firmware-Recovery > - > - > +# SignedCapsulePkg > + > +This package provides a signed capsule solution in EDKII to support a se= cure > capsule update and recovery solution. > + > +Source Repository: > https://github.com/tianocore/edk2/tree/master/SignedCapsulePkg > + > +A whitepaper to describe the capsule design: > https://github.com/tianocore-docs/Docs/raw/master/White_Papers/A_Tour_Be > yond_BIOS_Capsule_Update_and_Recovery_in_EDK_II.pdf > + > +Wiki pages to provides more detail on how to enable: > https://github.com/tianocore/tianocore.github.io/wiki/Capsule-Based-Firmw= are > -Update-and-Firmware-Recovery > + > + > -- > 2.12.0.windows.1