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.136; helo=mga12.intel.com; envelope-from=yonghong.zhu@intel.com; receiver=edk2-devel@lists.01.org Received: from mga12.intel.com (mga12.intel.com [192.55.52.136]) (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 1BBD7225501C0 for ; Sat, 7 Apr 2018 23:40:40 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga007.fm.intel.com ([10.253.24.52]) by fmsmga106.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 07 Apr 2018 23:40:40 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.48,422,1517904000"; d="scan'208";a="30398022" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga007.fm.intel.com with ESMTP; 07 Apr 2018 23:40:40 -0700 Received: from fmsmsx126.amr.corp.intel.com (10.18.125.43) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 7 Apr 2018 23:40:40 -0700 Received: from shsmsx101.ccr.corp.intel.com (10.239.4.153) by FMSMSX126.amr.corp.intel.com (10.18.125.43) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sat, 7 Apr 2018 23:40:39 -0700 Received: from shsmsx103.ccr.corp.intel.com ([169.254.4.151]) by SHSMSX101.ccr.corp.intel.com ([169.254.1.43]) with mapi id 14.03.0319.002; Sun, 8 Apr 2018 14:40:37 +0800 From: "Zhu, Yonghong" To: "Carsey, Jaben" , "edk2-devel@lists.01.org" Thread-Topic: [edk2] [PATCH v1 00/10] BaseTools: refactor code Thread-Index: AQHTy48zcZ5W1S+FrEuRhn55/JOInaP2ccQg Date: Sun, 8 Apr 2018 06:40:37 +0000 Message-ID: References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: [PATCH v1 00/10] BaseTools: refactor code X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.26 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 08 Apr 2018 06:40:41 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Reviewed-by: Yonghong Zhu =20 Best Regards, Zhu Yonghong -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jabe= n Carsey Sent: Wednesday, April 04, 2018 5:03 AM To: edk2-devel@lists.01.org Subject: [edk2] [PATCH v1 00/10] BaseTools: refactor code remove sdict class use and replace with built in types remove unused code Jaben Carsey (10): BaseTools: Use local variable for list of constants. BaseTools: use built in dict instead of custom version. BaseTools: Eot tool never populates this dictionary BaseTools: remove unused include statement BaseTools - AutoGen - replace custom dictionary class with python standard one BaseTools: Eot remove unused code BaseTools: use built in dict instead of custom version. BaseTools: use combined version of standard dicts BaseTools: Workspace - use built in OrderedDict instead of custom version. BaseTools: Remove unused code from Misc BaseTools/Source/Python/AutoGen/AutoGen.py | 31 +-- BaseTools/Source/Python/AutoGen/GenC.py | 30 ++- BaseTools/Source/Python/AutoGen/GenMake.py | 3 +- BaseTools/Source/Python/Common/DscClassObject.py | 4 +- BaseTools/Source/Python/Common/EdkIIWorkspaceBuild.py | 10 +- BaseTools/Source/Python/Common/Misc.py | 280 +-----------= -------- BaseTools/Source/Python/CommonDataClass/PackageClass.py | 4 +- BaseTools/Source/Python/Eot/Eot.py | 9 - BaseTools/Source/Python/Eot/EotGlobalData.py | 16 +- BaseTools/Source/Python/Eot/FvImage.py | 21 -- BaseTools/Source/Python/Eot/Parser.py | 3 +- BaseTools/Source/Python/GenFds/GenFds.py | 1 - BaseTools/Source/Python/Workspace/BuildClassObject.py | 4 +- BaseTools/Source/Python/Workspace/DecBuildData.py | 24 +- BaseTools/Source/Python/Workspace/DscBuildData.py | 24 +- BaseTools/Source/Python/Workspace/InfBuildData.py | 52 ++-- BaseTools/Source/Python/Workspace/WorkspaceCommon.py | 21 +- BaseTools/Source/Python/build/build.py | 10 +- 18 files changed, 118 insertions(+), 429 deletions(-) -- 2.16.2.windows.1 _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel