From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.115; helo=mga14.intel.com; envelope-from=ray.ni@intel.com; receiver=edk2-devel@lists.01.org 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 42635211BA472 for ; Tue, 29 Jan 2019 01:00:05 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jan 2019 01:00:04 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,536,1539673200"; d="scan'208";a="142306183" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 29 Jan 2019 01:00:04 -0800 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 29 Jan 2019 01:00:04 -0800 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.408.0; Tue, 29 Jan 2019 01:00:04 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.102]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.109]) with mapi id 14.03.0415.000; Tue, 29 Jan 2019 17:00:02 +0800 From: "Ni, Ray" To: "Chen, Chen A" , "edk2-devel@lists.01.org" CC: "Kinney, Michael D" , "Zhang, Chao B" , "Gao, Liming" Thread-Topic: [edk2] [PATCH v3 1/4] MdePkg/UefiSpec.h: Add definition to support Capsule-on-Disk feature Thread-Index: AQHUt6ZsDCPMKjskRUah1O5JumYE3qXF8uYA Date: Tue, 29 Jan 2019 09:00:02 +0000 Message-ID: <734D49CCEBEEF84792F5B80ED585239D5BFFAACB@SHSMSX104.ccr.corp.intel.com> References: <20190129074341.7032-1-chen.a.chen@intel.com> <20190129074341.7032-2-chen.a.chen@intel.com> In-Reply-To: <20190129074341.7032-2-chen.a.chen@intel.com> Accept-Language: en-US, zh-CN X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v3 1/4] MdePkg/UefiSpec.h: Add definition to support Capsule-on-Disk feature 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: Tue, 29 Jan 2019 09:00:05 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Where does the macro name come from? If it's not defined in Spec, how about to rename it to "EFI_CAPSULE_FILE_DI= RECTORY"? > -----Original Message----- > From: edk2-devel On Behalf Of Chen A Ch= en > Sent: Tuesday, January 29, 2019 3:44 PM > To: edk2-devel@lists.01.org > Cc: Kinney, Michael D ; Zhang, Chao B > ; Gao, Liming > Subject: [edk2] [PATCH v3 1/4] MdePkg/UefiSpec.h: Add definition to suppo= rt > Capsule-on-Disk feature >=20 > BZ:https://bugzilla.tianocore.org/show_bug.cgi?id=3D1482 >=20 > UEFI Spec define this definition to support Capsule-on-Disk. >=20 > Cc: Michael D Kinney > Cc: Liming Gao > Cc: Zhang Chao B > Contributed-under: TianoCore Contribution Agreement 1.1 > Signed-off-by: Chen A Chen > --- > MdePkg/Include/Uefi/UefiSpec.h | 5 +++++ > 1 file changed, 5 insertions(+) >=20 > diff --git a/MdePkg/Include/Uefi/UefiSpec.h b/MdePkg/Include/Uefi/UefiSpe= c.h > index 75af99de50..9d3d7a9a63 100644 > --- a/MdePkg/Include/Uefi/UefiSpec.h > +++ b/MdePkg/Include/Uefi/UefiSpec.h > @@ -2201,6 +2201,11 @@ typedef struct { > #error Unknown Processor Type > #endif >=20 > +// > +// The directory within the active EFI System Partition defined for > +delivery of capsule to firmware // > +#define EFI_CAPSULE_FROM_FILE_DIR L"\\EFI\\UpdateCapsule\\" > + > #include > #include > #include > -- > 2.16.2.windows.1 >=20 > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel