From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.20; helo=mga02.intel.com; envelope-from=star.zeng@intel.com; receiver=edk2-devel@lists.01.org Received: from mga02.intel.com (mga02.intel.com [134.134.136.20]) (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 E7C50209831DA for ; Fri, 13 Jul 2018 02:08:48 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga006.jf.intel.com ([10.7.209.51]) by orsmga101.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 13 Jul 2018 02:08:47 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,347,1526367600"; d="scan'208";a="57367725" Received: from shwdeopenpsi068.ccr.corp.intel.com ([10.239.158.46]) by orsmga006.jf.intel.com with ESMTP; 13 Jul 2018 02:08:46 -0700 From: Star Zeng To: edk2-devel@lists.01.org Cc: Star Zeng , Michael D Kinney , Jiewen Yao , Yonghong Zhu Date: Fri, 13 Jul 2018 17:08:37 +0800 Message-Id: <1531472923-253528-1-git-send-email-star.zeng@intel.com> X-Mailer: git-send-email 2.7.0.windows.1 Subject: [PATCH 0/6] CapsuleApp: Some enhancements X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Fri, 13 Jul 2018 09:08:49 -0000 Cc: Michael D Kinney Cc: Jiewen Yao Cc: Yonghong Zhu Star Zeng (6): MdeModulePkg CapsuleApp: Check Arg count for -P GET option MdeModulePkg CapsuleApp: Fix memory leak in DumpFmpImage() MdeModulePkg CapsuleApp: Do not parse bits in CapsuleFlags of ESRT MdeModulePkg CapsuleApp: Show clear message when option is unrecognized MdeModulePkg CapsuleApp: Check capsule header before using its Flags MdeModulePkg CapsuleApp: Use EFI_UNSUPPORTED for incorrect Argc case MdeModulePkg/Application/CapsuleApp/CapsuleApp.c | 79 +++++++++++++++++++---- MdeModulePkg/Application/CapsuleApp/CapsuleDump.c | 5 +- 2 files changed, 70 insertions(+), 14 deletions(-) -- 2.7.0.windows.1