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 67EF481CC4 for ; Wed, 9 Nov 2016 10:41:31 -0800 (PST) Received: from orsmga003.jf.intel.com ([10.7.209.27]) by fmsmga102.fm.intel.com with ESMTP; 09 Nov 2016 10:41:34 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,614,1473145200"; d="scan'208";a="899593999" Received: from orsmsx101.amr.corp.intel.com ([10.22.225.128]) by orsmga003.jf.intel.com with ESMTP; 09 Nov 2016 10:41:34 -0800 Received: from orsmsx152.amr.corp.intel.com (10.22.226.39) by ORSMSX101.amr.corp.intel.com (10.22.225.128) with Microsoft SMTP Server (TLS) id 14.3.248.2; Wed, 9 Nov 2016 10:41:33 -0800 Received: from orsmsx113.amr.corp.intel.com ([169.254.9.250]) by ORSMSX152.amr.corp.intel.com ([10.22.226.39]) with mapi id 14.03.0248.002; Wed, 9 Nov 2016 10:41:33 -0800 From: "Kinney, Michael D" To: "Yao, Jiewen" , "edk2-devel@lists.01.org" , "Kinney, Michael D" Thread-Topic: [Wiki] Draft of documentation for Signed Capsule Feature Thread-Index: AdI56BJsLV0K5NH5S62406b8dNY2aQAW3p+wAB0svGA= Date: Wed, 9 Nov 2016 18:41:33 +0000 Message-ID: References: <74D8A39837DF1E4DA445A8C0B3885C50386C0BED@shsmsx102.ccr.corp.intel.com> In-Reply-To: <74D8A39837DF1E4DA445A8C0B3885C50386C0BED@shsmsx102.ccr.corp.intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_IC x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNzRkOGM4ODYtMjNiYS00MDRmLTg0MTAtNDg2NDIzMmM2OGQ3IiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6IkpNaTBNOFY4c3hWTlBcL1VIOW1TRWl2Rk82K3hRclhIazFEa2ExOXd0Y3JvPSJ9 x-originating-ip: [10.22.254.139] MIME-Version: 1.0 Subject: Re: [Wiki] Draft of documentation for Signed Capsule Feature X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 09 Nov 2016 18:41:31 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Jiewen, Thanks for the feedback. I think you are saying that the support for the=20 EFI_OS_INDICATIONS_FILE_CAPSULE_DELIVERY_SUPPORTED is not implemented. Right? In MdeModulePkg/Application/CapsuleApp, I see the following 2 unused #defin= es: #define EFI_CAPSULE_FROM_FILE_DIR L"\\EFI\\Upda= teCapsule\\" #define EFI_OS_INDICATIONS_FILE_CAPSULE_DELIVERY_SUPPORTED 0x00000000000= 00004 Should these be removed? I have updated the Wiki. Mike > -----Original Message----- > From: Yao, Jiewen > Sent: Tuesday, November 8, 2016 8:57 PM > To: Kinney, Michael D ; edk2-devel@lists.01.o= rg > Cc: Yao, Jiewen > Subject: RE: [Wiki] Draft of documentation for Signed Capsule Feature >=20 > HI Mike > Thanks for drafting this WIKI page. >=20 > I have some minor suggestion on https://github.com/mdkinney/edk2/wiki/Cap= sule- > Based-Firmware-Update-and-Firmware-Recovery >=20 > 1) *[UEFI] OsIndicationsSupported and OsIndications UEFI Variables > =3D=3D> Current EDKII signed capsule solution does not support capsule on= disk > feature or OsIndications. Can we remove this line or say "it is not suppo= rted in > current version" to avoid confusing? >=20 > 2) *[PI] Recovery Block I/O PPI > =3D=3D> I think Recovery Block I/O 2 PPI should also be included. >=20 > Thank you > Yao Jiewen >=20 > > -----Original Message----- > > From: Kinney, Michael D > > Sent: Wednesday, November 9, 2016 1:54 AM > > To: edk2-devel@lists.01.org; Kinney, Michael D > > ; Yao, Jiewen > > Subject: [Wiki] Draft of documentation for Signed Capsule Feature > > > > Hello, > > > > I have started a draft of Wiki pages that describe how to use > > and verify the Signed Capsule feature from Jiewen Yao. > > > > I have focused this first draft on the system firmware update > > use case for signed capsules. > > > > https://github.com/mdkinney/edk2/wiki/Capsule-Based-Firmware-Update-a > > nd-Firmware-Recovery > > > > https://github.com/mdkinney/edk2/wiki/Capsule-Based-System-Firmware-U > > pdate > > > > Please review this content and provide feedback. > > > > I will work on the remaining 3 signed capsule use cases while > > the content for this fist use case is reviewed. > > > > I plan to add this content to the edk2 Wiki once the reviews are > > completed. > > > > Thanks, > > > > Mike > >