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.126; helo=mga18.intel.com; envelope-from=yonghong.zhu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (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 89602210C1B82 for ; Sun, 29 Jul 2018 21:53:41 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 29 Jul 2018 21:53:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.51,421,1526367600"; d="scan'208";a="249457712" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga005.fm.intel.com with ESMTP; 29 Jul 2018 21:53:31 -0700 Received: from fmsmsx124.amr.corp.intel.com (10.18.125.39) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 29 Jul 2018 21:53:31 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx124.amr.corp.intel.com (10.18.125.39) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 29 Jul 2018 21:53:31 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.100]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.173]) with mapi id 14.03.0319.002; Mon, 30 Jul 2018 12:53:29 +0800 From: "Zhu, Yonghong" To: "Kinney, Michael D" , "edk2-devel@lists.01.org" CC: Sean Brogan , "Yao, Jiewen" , "Gao, Liming" , "Zhu, Yonghong" Thread-Topic: [staging/FmpDevicePkg-master 0/8] Fix GenerateCapsule issues Thread-Index: AQHUJ2cdW3x4ARTW30aeHEOkPSNXoqSnM6kw Date: Mon, 30 Jul 2018 04:53:29 +0000 Message-ID: References: <20180729180743.1648-1-michael.d.kinney@intel.com> In-Reply-To: <20180729180743.1648-1-michael.d.kinney@intel.com> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [staging/FmpDevicePkg-master 0/8] Fix GenerateCapsule issues 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: Mon, 30 Jul 2018 04:53:41 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Yonghong Zhu =20 Best Regards, Zhu Yonghong -----Original Message----- From: Kinney, Michael D=20 Sent: Monday, July 30, 2018 2:08 AM To: edk2-devel@lists.01.org Cc: Sean Brogan ; Yao, Jiewen ; Zhu, Yonghong ; Gao, Liming ; Kinney, Michael D Subject: [staging/FmpDevicePkg-master 0/8] Fix GenerateCapsule issues https://bugzilla.tianocore.org/show_bug.cgi?id=3D1021 https://bugzilla.tianocore.org/show_bug.cgi?id=3D1022 https://bugzilla.tianocore.org/show_bug.cgi?id=3D1026 https://bugzilla.tianocore.org/show_bug.cgi?id=3D1030 https://bugzilla.tianocore.org/show_bug.cgi?id=3D1024 https://bugzilla.tianocore.org/show_bug.cgi?id=3D1025 https://bugzilla.tianocore.org/show_bug.cgi?id=3D1029 https://bugzilla.tianocore.org/show_bug.cgi?id=3D1031 https://bugzilla.tianocore.org/show_bug.cgi?id=3D1046 https://bugzilla.tianocore.org/show_bug.cgi?id=3D1048 https://bugzilla.tianocore.org/show_bug.cgi?id=3D1050 https://bugzilla.tianocore.org/show_bug.cgi?id=3D1028 Fix issues found during validation tests of the GenerateCapsule tool Cc: Sean Brogan Cc: Jiewen Yao Cc: Yonghong Zhu Cc: Liming Gao Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Michael D Kinney Kinney, Michael D (8): BaseTools/Capsule: Add max value checks to Capsule Generation tools BaseTools/Capsule: Remove support for PopulateSystemTable BaseTools/Capsule: Fix CertType GUID byte order BaseTools/Capsule: Do not support -o with --dump-info BaseTools/Capsule: Update help for --fw-version and --lsv BaseTools/Capsule: Update file header with tool limitations BaseTools/Capsule: Prevent traceback during signing operations BaseTools/Capsule: Support capsules without a payload header BaseTools/Source/Python/Capsule/GenerateCapsule.py | 73 ++++++++++++++++--= ---- .../Python/Common/Uefi/Capsule/FmpAuthHeader.py | 2 +- 2 files changed, 54 insertions(+), 21 deletions(-) --=20 2.14.2.windows.3