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.115, mailfrom: jiewen.yao@intel.com) Received: from mga14.intel.com (mga14.intel.com [192.55.52.115]) by groups.io with SMTP; Thu, 20 Jun 2019 19:25:50 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by fmsmga103.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 20 Jun 2019 19:25:49 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.63,398,1557212400"; d="scan'208";a="181996261" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 20 Jun 2019 19:25:49 -0700 Received: from fmsmsx156.amr.corp.intel.com (10.18.116.74) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 20 Jun 2019 19:25:49 -0700 Received: from shsmsx151.ccr.corp.intel.com (10.239.6.50) by fmsmsx156.amr.corp.intel.com (10.18.116.74) with Microsoft SMTP Server (TLS) id 14.3.439.0; Thu, 20 Jun 2019 19:25:49 -0700 Received: from shsmsx102.ccr.corp.intel.com ([169.254.2.33]) by SHSMSX151.ccr.corp.intel.com ([169.254.3.246]) with mapi id 14.03.0439.000; Fri, 21 Jun 2019 10:25:47 +0800 From: "Yao, Jiewen" To: "devel@edk2.groups.io" , "Zhang, Shenglei" CC: "Feng, Bob C" , "Gao, Liming" , "Yao, Jiewen" Subject: Re: [edk2-devel] [edk2-platform patch 0/6] Add tools FMMT FCE and FitGen Thread-Topic: [edk2-devel] [edk2-platform patch 0/6] Add tools FMMT FCE and FitGen Thread-Index: AQHVJ9BpUWh+tzOSckiWVUgfRHO3s6alYSHQ Date: Fri, 21 Jun 2019 02:25:46 +0000 Message-ID: <74D8A39837DF1E4DA445A8C0B3885C503F6C30A2@shsmsx102.ccr.corp.intel.com> References: <20190621012643.9352-1-shenglei.zhang@intel.com> In-Reply-To: <20190621012643.9352-1-shenglei.zhang@intel.com> Accept-Language: zh-CN, en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiNTkxNTA5ZGYtNjkwMi00NzJmLWI3MTYtN2E1NWVhNzA2YjhjIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX05UIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE3LjEwLjE4MDQuNDkiLCJUcnVzdGVkTGFiZWxIYXNoIjoiNXB4YldqazJpbTlUd3FhcE1HbmpGN05HNFdBNmwyUis1SGgxN2QraG15a0VUYkcxQUtIXC9nTHVoNVFwYkgzYzQifQ== 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: jiewen.yao@intel.com Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable HI I saw some conflict: =3D=3D=3D=3D=3D=3D=3D=3D=3D BaseTools/FCE: Add a tool FCE Add FMMT and FCE into Platform/Intel/Tools. =3D=3D=3D=3D=3D=3D=3D=3D=3D I agree that FitGet goes to Intel silicon. Should we put both FCE/FMMT to BaseTools? Thank you Yao Jiewen > -----Original Message----- > From: devel@edk2.groups.io [mailto:devel@edk2.groups.io] On Behalf Of > Zhang, Shenglei > Sent: Friday, June 21, 2019 9:27 AM > To: devel@edk2.groups.io > Cc: Feng, Bob C ; Gao, Liming > > Subject: [edk2-devel] [edk2-platform patch 0/6] Add tools FMMT FCE and > FitGen >=20 > Add FMMT and FCE into Platform/Intel/Tools. > Add FitGen into Silicon/Intel/Tools. > https://bugzilla.tianocore.org/show_bug.cgi?id=3D1847 > https://bugzilla.tianocore.org/show_bug.cgi?id=3D1848 > https://bugzilla.tianocore.org/show_bug.cgi?id=3D1849 >=20 > Cc: Bob Feng > Cc: Liming Gao > Shenglei Zhang (6): > Platform/Tools: Add a tool FMMT > Platform/Tools: Add a tool BfmLib > BaseTools/FCE: Add a tool FCE > Platform/Tools: Add top level Makefile and GNUMakefile > Silicon/Tools: Add a tool FitGen > Silicon/Tools: Add top level Makefile and GNUMakefile >=20 > Platform/Intel/Tools/BfmLib/BfmLib.c | 4355 +++++++++++ > Platform/Intel/Tools/BfmLib/BinFileManager.c | 1024 +++ > Platform/Intel/Tools/BfmLib/BinFileManager.h | 439 ++ > Platform/Intel/Tools/BfmLib/GNUmakefile | 15 + > Platform/Intel/Tools/BfmLib/Makefile | 17 + > Platform/Intel/Tools/FCE/BinaryCreate.c | 216 + > Platform/Intel/Tools/FCE/BinaryCreate.h | 157 + > Platform/Intel/Tools/FCE/BinaryParse.c | 1326 ++++ > Platform/Intel/Tools/FCE/BinaryParse.h | 187 + > Platform/Intel/Tools/FCE/Common.c | 2183 ++++++ > Platform/Intel/Tools/FCE/Common.h | 999 +++ > Platform/Intel/Tools/FCE/Expression.c | 2367 ++++++ > Platform/Intel/Tools/FCE/Fce.c | 6449 > +++++++++++++++++ > Platform/Intel/Tools/FCE/Fce.h | 447 ++ > Platform/Intel/Tools/FCE/GNUmakefile | 22 + > Platform/Intel/Tools/FCE/IfrParse.c | 4836 ++++++++++++ > Platform/Intel/Tools/FCE/IfrParse.h | 789 ++ > Platform/Intel/Tools/FCE/Makefile | 19 + > .../Intel/Tools/FCE/MonotonicBasedVariable.c | 874 +++ > .../Intel/Tools/FCE/MonotonicBasedVariable.h | 162 + > Platform/Intel/Tools/FCE/TimeBasedVariable.c | 878 +++ > Platform/Intel/Tools/FCE/TimeBasedVariable.h | 166 + > Platform/Intel/Tools/FCE/Variable.c | 1091 +++ > Platform/Intel/Tools/FCE/Variable.h | 154 + > Platform/Intel/Tools/FCE/VariableCommon.h | 55 + > .../Tools/FMMT/FirmwareModuleManagement.c | 2559 +++++++ > .../Tools/FMMT/FirmwareModuleManagement.h | 479 ++ > Platform/Intel/Tools/FMMT/FmmtConf.ini | 6 + > Platform/Intel/Tools/FMMT/FmmtLib.c | 5051 > +++++++++++++ > Platform/Intel/Tools/FMMT/GNUmakefile | 16 + > Platform/Intel/Tools/FMMT/Makefile | 17 + > Platform/Intel/Tools/FMMT/Rebase.c | 846 +++ > Platform/Intel/Tools/FMMT/Rebase.h | 31 + > Platform/Intel/Tools/GNUmakefile | 30 + > Platform/Intel/Tools/Makefile | 33 + > Silicon/Intel/Tools/FitGen/FitGen.c | 3137 ++++++++ > Silicon/Intel/Tools/FitGen/FitGen.h | 48 + > Silicon/Intel/Tools/FitGen/GNUmakefile | 16 + > Silicon/Intel/Tools/FitGen/Makefile | 17 + > Silicon/Intel/Tools/GNUmakefile | 34 + > Silicon/Intel/Tools/Makefile | 31 + > 41 files changed, 41578 insertions(+) > create mode 100644 Platform/Intel/Tools/BfmLib/BfmLib.c > create mode 100644 Platform/Intel/Tools/BfmLib/BinFileManager.c > create mode 100644 Platform/Intel/Tools/BfmLib/BinFileManager.h > create mode 100644 Platform/Intel/Tools/BfmLib/GNUmakefile > create mode 100644 Platform/Intel/Tools/BfmLib/Makefile > create mode 100644 Platform/Intel/Tools/FCE/BinaryCreate.c > create mode 100644 Platform/Intel/Tools/FCE/BinaryCreate.h > create mode 100644 Platform/Intel/Tools/FCE/BinaryParse.c > create mode 100644 Platform/Intel/Tools/FCE/BinaryParse.h > create mode 100644 Platform/Intel/Tools/FCE/Common.c > create mode 100644 Platform/Intel/Tools/FCE/Common.h > create mode 100644 Platform/Intel/Tools/FCE/Expression.c > create mode 100644 Platform/Intel/Tools/FCE/Fce.c > create mode 100644 Platform/Intel/Tools/FCE/Fce.h > create mode 100644 Platform/Intel/Tools/FCE/GNUmakefile > create mode 100644 Platform/Intel/Tools/FCE/IfrParse.c > create mode 100644 Platform/Intel/Tools/FCE/IfrParse.h > create mode 100644 Platform/Intel/Tools/FCE/Makefile > create mode 100644 Platform/Intel/Tools/FCE/MonotonicBasedVariable.c > create mode 100644 Platform/Intel/Tools/FCE/MonotonicBasedVariable.h > create mode 100644 Platform/Intel/Tools/FCE/TimeBasedVariable.c > create mode 100644 Platform/Intel/Tools/FCE/TimeBasedVariable.h > create mode 100644 Platform/Intel/Tools/FCE/Variable.c > create mode 100644 Platform/Intel/Tools/FCE/Variable.h > create mode 100644 Platform/Intel/Tools/FCE/VariableCommon.h > create mode 100644 > Platform/Intel/Tools/FMMT/FirmwareModuleManagement.c > create mode 100644 > Platform/Intel/Tools/FMMT/FirmwareModuleManagement.h > create mode 100644 Platform/Intel/Tools/FMMT/FmmtConf.ini > create mode 100644 Platform/Intel/Tools/FMMT/FmmtLib.c > create mode 100644 Platform/Intel/Tools/FMMT/GNUmakefile > create mode 100644 Platform/Intel/Tools/FMMT/Makefile > create mode 100644 Platform/Intel/Tools/FMMT/Rebase.c > create mode 100644 Platform/Intel/Tools/FMMT/Rebase.h > create mode 100644 Platform/Intel/Tools/GNUmakefile > create mode 100644 Platform/Intel/Tools/Makefile > create mode 100644 Silicon/Intel/Tools/FitGen/FitGen.c > create mode 100644 Silicon/Intel/Tools/FitGen/FitGen.h > create mode 100644 Silicon/Intel/Tools/FitGen/GNUmakefile > create mode 100644 Silicon/Intel/Tools/FitGen/Makefile > create mode 100644 Silicon/Intel/Tools/GNUmakefile > create mode 100644 Silicon/Intel/Tools/Makefile >=20 > -- > 2.18.0.windows.1 >=20 >=20 >=20