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.151, mailfrom: bob.c.feng@intel.com) Received: from mga17.intel.com (mga17.intel.com [192.55.52.151]) by groups.io with SMTP; Thu, 05 Sep 2019 06:49:50 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga008.fm.intel.com ([10.253.24.58]) by fmsmga107.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 05 Sep 2019 06:49:50 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.64,470,1559545200"; d="scan'208";a="182830425" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga008.fm.intel.com with ESMTP; 05 Sep 2019 06:49:50 -0700 Received: from fmsmsx602.amr.corp.intel.com (10.18.126.82) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 5 Sep 2019 06:49:50 -0700 Received: from fmsmsx602.amr.corp.intel.com (10.18.126.82) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_GCM_SHA256) id 15.1.1713.5; Thu, 5 Sep 2019 06:49:49 -0700 Received: from shsmsx105.ccr.corp.intel.com (10.239.4.158) by fmsmsx602.amr.corp.intel.com (10.18.126.82) with Microsoft SMTP Server (version=TLS1_2, cipher=TLS_ECDHE_RSA_WITH_AES_128_CBC_SHA256) id 15.1.1713.5 via Frontend Transport; Thu, 5 Sep 2019 06:49:49 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.32]) by SHSMSX105.ccr.corp.intel.com ([169.254.11.23]) with mapi id 14.03.0439.000; Thu, 5 Sep 2019 21:49:47 +0800 From: "Bob Feng" To: "Gao, Liming" , "devel@edk2.groups.io" Subject: Re: [edk2-devel] [Patch 0/2] Enable --genfds-multi-thread to default build Thread-Topic: [edk2-devel] [Patch 0/2] Enable --genfds-multi-thread to default build Thread-Index: AQHVY5eQRwWhapqUbE6G5Hj8D05gWKcdDuEAgAAJuCA= Date: Thu, 5 Sep 2019 13:49:47 +0000 Message-ID: <08650203BA1BD64D8AD9B6D5D74A85D1615312EA@SHSMSX104.ccr.corp.intel.com> References: <20190905031050.15608-1-bob.c.feng@intel.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14E4F333F@SHSMSX104.ccr.corp.intel.com> In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14E4F333F@SHSMSX104.ccr.corp.intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNDg4NzFhNDUtZjNlYS00OThlLTgzMmEtZjQxYjExYWM5YjAwIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiaE40NStWd0J6OTVPdDhBNmdkNFpyXC9iU0s5K3ZNcUxDZmZObXF1SEd5c1RKUFFHcitZdkZiYUtrMUdGYzBncysifQ== x-ctpclassification: CTP_NT dlp-product: dlpe-windows dlp-version: 11.2.0.6 dlp-reaction: no-action x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Return-Path: bob.c.feng@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Emulator Ovmf MinPlatforms And Intel Server Platform. -Bob -----Original Message----- From: Gao, Liming=20 Sent: Thursday, September 5, 2019 9:09 PM To: devel@edk2.groups.io; Feng, Bob C Subject: RE: [edk2-devel] [Patch 0/2] Enable --genfds-multi-thread to defa= ult build Bob: Can you list the platform list have been verified with this change? Thanks Liming> -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of=20 > Bob Feng > Sent: Thursday, September 5, 2019 11:11 AM > To: devel@edk2.groups.io > Subject: [edk2-devel] [Patch 0/2] Enable --genfds-multi-thread to=20 > default build >=20 > BZ: https://bugzilla.tianocore.org/show_bug.cgi?id=3D1302 >=20 > Enable --genfds-multi-thread as default build behavior can improve=20 > build performance but will not bring nagtive impact. >=20 > Feng, Bob C (2): > BaseTools: Fixed the build fail on Linux with --genfds-multi-thread > BaseTools: Enable --genfds-multi-thread to default build >=20 > BaseTools/Source/Python/AutoGen/GenMake.py | 4 ++-- > BaseTools/Source/Python/AutoGen/WorkspaceAutoGen.py | 3 +-- > BaseTools/Source/Python/Common/GlobalData.py | 2 +- > BaseTools/Source/Python/Common/buildoptions.py | 3 ++- > BaseTools/Source/Python/GenFds/GenFds.py | 9 ++++++--- > BaseTools/Source/Python/GenFds/GenFdsGlobalVariable.py | 4 ++-- > BaseTools/Source/Python/build/build.py | 2 +- > 7 files changed, 15 insertions(+), 12 deletions(-) >=20 > -- > 2.20.1.windows.1 >=20 >=20 >=20