From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Permerror (SPF Permanent Error: More than 10 MX records returned) identity=mailfrom; client-ip=134.134.136.31; helo=mga06.intel.com; envelope-from=liming.gao@intel.com; receiver=edk2-devel@lists.01.org Received: from mga06.intel.com (mga06.intel.com [134.134.136.31]) (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 3EC8D21A1099A for ; Tue, 12 Dec 2017 01:53:18 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga002.fm.intel.com ([10.253.24.26]) by orsmga104.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 12 Dec 2017 01:57:56 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,394,1508828400"; d="scan'208";a="844321" Received: from fmsmsx107.amr.corp.intel.com ([10.18.124.205]) by fmsmga002.fm.intel.com with ESMTP; 12 Dec 2017 01:57:56 -0800 Received: from fmsmsx120.amr.corp.intel.com (10.18.124.208) by fmsmsx107.amr.corp.intel.com (10.18.124.205) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 12 Dec 2017 01:57:55 -0800 Received: from shsmsx102.ccr.corp.intel.com (10.239.4.154) by fmsmsx120.amr.corp.intel.com (10.18.124.208) with Microsoft SMTP Server (TLS) id 14.3.319.2; Tue, 12 Dec 2017 01:57:55 -0800 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.152]) by shsmsx102.ccr.corp.intel.com ([169.254.2.175]) with mapi id 14.03.0319.002; Tue, 12 Dec 2017 17:57:52 +0800 From: "Gao, Liming" To: "Zhu, Yonghong" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [Patch 0/3 V2] BaseTools: Fix some bugs about hash value enable Thread-Index: AQHTcxqwkvSW27XccUy9n2FLRrn1z6M/eR0Q Date: Tue, 12 Dec 2017 09:57:52 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E190F6C@SHSMSX104.ccr.corp.intel.com> References: <1513063644-6040-1-git-send-email-yonghong.zhu@intel.com> In-Reply-To: <1513063644-6040-1-git-send-email-yonghong.zhu@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: [Patch 0/3 V2] BaseTools: Fix some bugs about hash value enable X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 12 Dec 2017 09:53:18 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Liming Gao >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >Yonghong Zhu >Sent: Tuesday, December 12, 2017 3:27 PM >To: edk2-devel@lists.01.org >Subject: [edk2] [Patch 0/3 V2] BaseTools: Fix some bugs about hash value >enable > >This patches fix some bugs about hash value enable feature. > >Yonghong Zhu (3): > BaseTools: Not cache the .efi file location into build option > BaseTools: back up the binary files when hash value is same > BaseTools: enable hash value check for single module build > > BaseTools/Source/Python/AutoGen/AutoGen.py | 16 +++++++++++----- > BaseTools/Source/Python/build/build.py | 10 +++++++++- > 2 files changed, 20 insertions(+), 6 deletions(-) > >-- >2.6.1.windows.1 > >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel