From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) (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 F39D982073 for ; Wed, 21 Dec 2016 21:48:00 -0800 (PST) Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP; 21 Dec 2016 21:48:00 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.33,386,1477983600"; d="scan'208";a="1075104956" Received: from jyao1-mobl.ccr.corp.intel.com ([10.239.193.137]) by orsmga001.jf.intel.com with ESMTP; 21 Dec 2016 21:47:59 -0800 From: Jiewen Yao To: edk2-devel@lists.01.org Date: Thu, 22 Dec 2016 13:47:34 +0800 Message-Id: <1482385656-1144-1-git-send-email-jiewen.yao@intel.com> X-Mailer: git-send-email 2.7.4.windows.1 Subject: [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: Thu, 22 Dec 2016 05:48:01 -0000 According to UEFI spec, capsule report variable should include a null terminator 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