From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: 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 CB9FE823E4 for ; Thu, 22 Dec 2016 17:14:23 -0800 (PST) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga105.jf.intel.com with ESMTP; 22 Dec 2016 17:14:23 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,391,1477983600"; d="scan'208";a="1085748954" Received: from fmsmsx108.amr.corp.intel.com ([10.18.124.206]) by fmsmga001.fm.intel.com with ESMTP; 22 Dec 2016 17:14:23 -0800 Received: from FMSMSX110.amr.corp.intel.com (10.18.116.10) by FMSMSX108.amr.corp.intel.com (10.18.124.206) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Dec 2016 17:14:23 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx110.amr.corp.intel.com (10.18.116.10) with Microsoft SMTP Server (TLS) id 14.3.248.2; Thu, 22 Dec 2016 17:14:23 -0800 Received: from shsmsx101.ccr.corp.intel.com ([169.254.1.177]) by shsmsx102.ccr.corp.intel.com ([169.254.2.88]) with mapi id 14.03.0248.002; Fri, 23 Dec 2016 09:14:19 +0800 From: "Tian, Feng" To: "Yao, Jiewen" , "edk2-devel@lists.01.org" CC: "Tian, Feng" Thread-Topic: [edk2] [PATCH 0/2] Handle NULL capsule name in record. Thread-Index: AQHSXBb4SaoLnotr90C09dMlQnY4paEUu5XA Date: Fri, 23 Dec 2016 01:14:19 +0000 Message-ID: <7F1BAD85ADEA444D97065A60D2E97EE5699A01C6@SHSMSX101.ccr.corp.intel.com> References: <1482385656-1144-1-git-send-email-jiewen.yao@intel.com> In-Reply-To: <1482385656-1144-1-git-send-email-jiewen.yao@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 0/2] Handle NULL capsule name in record. 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: Fri, 23 Dec 2016 01:14:23 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Feng Tian Thanks Feng -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jiew= en Yao Sent: Thursday, December 22, 2016 1:48 PM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH 0/2] Handle NULL capsule name in record. According to UEFI spec, capsule report variable should include a null termi= nator for capsule name and capsule target, if they are not present. Jiewen Yao (2): MdeModulePkg/CapsuleLib: Add NULL capsule name in record. MdeModulePkg/CapsuleApp: Dump capsule name in record. MdeModulePkg/Application/CapsuleApp/CapsuleDump.c | 16 ++++++++-= ------- MdeModulePkg/Library/DxeCapsuleLibFmp/DxeCapsuleReportLib.c | 11 ++++++++-= -- 2 files changed, 16 insertions(+), 11 deletions(-) -- 2.7.4.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel