From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 192.55.52.43, mailfrom: christian.rodriguez@intel.com) Received: from mga05.intel.com (mga05.intel.com [192.55.52.43]) by groups.io with SMTP; Thu, 04 Apr 2019 09:08:03 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga001.jf.intel.com ([10.7.209.18]) by fmsmga105.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 04 Apr 2019 09:04:42 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,308,1549958400"; d="scan'208";a="220580108" Received: from rodrigu3-desk.amr.corp.intel.com ([10.7.163.75]) by orsmga001.jf.intel.com with ESMTP; 04 Apr 2019 09:04:42 -0700 From: "Christian Rodriguez" To: devel@edk2.groups.io Subject: [Patch V2 0/4] BaseTools: Fix corner-cases of --hash feature Date: Thu, 4 Apr 2019 09:04:19 -0700 Message-Id: <20190404160423.5268-1-christian.rodriguez@intel.com> X-Mailer: git-send-email 2.19.1.windows.1 MIME-Version: 1.0 Content-Transfer-Encoding: 8bit Patch 1: Consider modules with .inc source files as Binary Modules and do not Skip by hash. Patch 2: Re-order hashing operations so we don't do redundant hashes. Patch 3: Respect artifact location within directory structure. Patch 4: Re-use libraries, since they have already been hashed. Christian Rodriguez (4): BaseTools: Fix corner-cases of --hash feature BaseTools: Fix corner-cases of --hash feature BaseTools: Fix corner-cases of --hash feature BaseTools: Fix corner-cases of --hash feature BaseTools/Source/Python/AutoGen/AutoGen.py | 47 +++++++++++++++++----- BaseTools/Source/Python/AutoGen/GenMake.py | 6 +-- BaseTools/Source/Python/build/build.py | 14 ++++++- 3 files changed, 52 insertions(+), 15 deletions(-) -- 2.19.1.windows.1