From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=missing; spf=pass (domain: intel.com, ip: 134.134.136.126, mailfrom: christian.rodriguez@intel.com) Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) by groups.io with SMTP; Thu, 30 May 2019 07:25:56 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 30 May 2019 07:25:55 -0700 X-ExtLoop1: 1 Received: from orsmsx101.amr.corp.intel.com ([10.22.225.128]) by orsmga002.jf.intel.com with ESMTP; 30 May 2019 07:25:55 -0700 Received: from orsmsx112.amr.corp.intel.com ([169.254.3.79]) by ORSMSX101.amr.corp.intel.com ([169.254.8.107]) with mapi id 14.03.0415.000; Thu, 30 May 2019 07:25:55 -0700 From: "Christian Rodriguez" To: Leif Lindholm , "Feng, Bob C" CC: Andrew Fish , Laszlo Ersek , "Kinney, Michael D" , "devel@edk2.groups.io" , "Gao, Liming" , "Shi, Steven" , "Fan, ZhijuX" Subject: Re: Edk2 BaseTools Patches. Thread-Topic: Edk2 BaseTools Patches. Thread-Index: AdUWjQt6T2cDiXJSSJG3vQ9oXBf1IQAd5skAAARyC9A= Date: Thu, 30 May 2019 14:25:54 +0000 Message-ID: <3A7DCC9A944C6149BF832E1C9B718ABC01F24E6B@ORSMSX112.amr.corp.intel.com> References: <08650203BA1BD64D8AD9B6D5D74A85D160128393@SHSMSX101.ccr.corp.intel.com> <20190530092802.7belyzgxdd76ps2v@bivouac.eciton.net> In-Reply-To: <20190530092802.7belyzgxdd76ps2v@bivouac.eciton.net> Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-ctpclassification: CTP_NT x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiMGQ0Y2E5ODYtNzk1Ny00MzQwLTk3YzYtNjQ3MzcyNzAzMjEwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiSWxpdWlpUHhtaU53clwvQkpBWnk2Vk54cFN3b2tQRlF6NHZyWDFYQ3pxaUoxNlY1M3phQTFLekR2OFwvNnorT3B1In0= dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.22.254.140] MIME-Version: 1.0 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Hey Leif, I thought I'd help Bob and gather those BZs for each thread: [Patch V4 1/2] BaseTools: Add a checking for Sources section in INF file [Patch V4 2/2] BaseTools: Refactor hash tracking after checking for Sources= section BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1804 [PATCH v3 1/1] BaseTools:Extend the binary cache to support library cache BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1797 [PATCH V5] BaseTools:Make BaseTools support new rules to generate RAW FFS F= ILE BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1765 [PATCH] BaseTools:Update binary cache restore time to current time BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1742 Thanks, Christian >-----Original Message----- >From: Leif Lindholm [mailto:leif.lindholm@linaro.org] >Sent: Thursday, May 30, 2019 2:28 AM >To: Feng, Bob C >Cc: Andrew Fish ; Laszlo Ersek ; >Kinney, Michael D ; devel@edk2.groups.io; >Gao, Liming ; Shi, Steven ; >Rodriguez, Christian ; Fan, ZhijuX > >Subject: Re: Edk2 BaseTools Patches. > >Hi Bob, > >On Thu, May 30, 2019 at 06:39:59AM +0000, Feng, Bob C wrote: >> Hi, >> >> Currently, we have 5 Basetools patches which are ready to push. Since >> we are in the soft-freeze phase, I'd like to ask for your opinions if >> those patches can be pushed to edk2 master. > >To save me the time of reading through all the threads and getting to grip= s >with all the code, could you summarise the problem these solve and the >impact of not including these? > >Is there a BZ? > >Regards, > >Leif > >> >> These 5 patches are to fix the issues for the build cache feature. >> >> [Patch V4 2/2] BaseTools: Refactor hash tracking after checking for >> Sources section >> https://edk2.groups.io/g/devel/topic/31835556#41642 >> >> [Patch V4 1/2] BaseTools: Add a checking for Sources section in INF >> file >> https://edk2.groups.io/g/devel/topic/31835555#41641 >> >> [PATCH v3 1/1] BaseTools:Extend the binary cache to support library >> cache >> https://edk2.groups.io/g/devel/topic/31843505#41655 >> >> [PATCH V5] BaseTools:Make BaseTools support new rules to generate RAW >> FFS FILE >> https://edk2.groups.io/g/devel/topic/31830807#41571 >> >> [PATCH] BaseTools:Update binary cache restore time to current time >> https://edk2.groups.io/g/devel/topic/31819590#41468 >> >> >> Thanks, >> Bob