From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.88; helo=mga01.intel.com; envelope-from=yonghong.zhu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 62AA62217CE24 for ; Wed, 6 Dec 2017 02:08:30 -0800 (PST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 06 Dec 2017 02:13:01 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.45,367,1508828400"; d="scan'208";a="184558066" Received: from shwdeopenpsi168.ccr.corp.intel.com ([10.239.158.129]) by fmsmga006.fm.intel.com with ESMTP; 06 Dec 2017 02:13:01 -0800 From: Yonghong Zhu To: edk2-devel@lists.01.org Date: Wed, 6 Dec 2017 18:12:56 +0800 Message-Id: <1512555179-10976-1-git-send-email-yonghong.zhu@intel.com> X-Mailer: git-send-email 2.6.1.windows.1 Subject: [Patch 0/3] 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: Wed, 06 Dec 2017 10:08:30 -0000 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 | 25 +++++++++++++++++-------- BaseTools/Source/Python/build/build.py | 10 +++++++++- 2 files changed, 26 insertions(+), 9 deletions(-) -- 2.6.1.windows.1