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.24, mailfrom: shenglei.zhang@intel.com) Received: from mga09.intel.com (mga09.intel.com [134.134.136.24]) by groups.io with SMTP; Mon, 08 Apr 2019 20:21:24 -0700 X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga102.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 08 Apr 2019 20:21:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,327,1549958400"; d="scan'208";a="336157239" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by fmsmga005.fm.intel.com with ESMTP; 08 Apr 2019 20:21:21 -0700 From: "Zhang, Shenglei" To: devel@edk2.groups.io Cc: Michael D Kinney , Bob Feng , Liming Gao , Yonghong Zhu Subject: [PATCH 0/3] Remove ICC tool chain Date: Tue, 9 Apr 2019 11:21:11 +0800 Message-Id: <20190409032114.13004-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 There is no Intel complier test. So suggest to remove ICC tool chain from tools_def.template and remove support of Intel tool chain in BaseLib. And also IoLibIcc.c in MdePkg should update to be removed. https://bugzilla.tianocore.org/show_bug.cgi?id=1666 Cc: Michael D Kinney Cc: Bob Feng Cc: Liming Gao Cc: Yonghong Zhu Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: Shenglei Zhang Shenglei Zhang (3): MdePkg/BaseIoLibIntrinsic: Remove IoLibIcc.c MdePkg/BaseLib: Remove support of INTEL tool chain BaseTools: Remove ICC tool chain in tools_def.template BaseTools/Conf/tools_def.template | 1092 ----------------- .../BaseIoLibIntrinsic/BaseIoLibIntrinsic.inf | 2 - .../BaseIoLibIntrinsicSev.inf | 2 - MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c | 214 ---- MdePkg/Library/BaseLib/BaseLib.inf | 196 +-- 5 files changed, 7 insertions(+), 1499 deletions(-) delete mode 100644 MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c -- 2.18.0.windows.1