From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=134.134.136.126; helo=mga18.intel.com; envelope-from=shenglei.zhang@intel.com; receiver=edk2-devel@lists.01.org Received: from mga18.intel.com (mga18.intel.com [134.134.136.126]) (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 944E5211DDA3C for ; Wed, 3 Apr 2019 01:29:57 -0700 (PDT) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from fmsmga005.fm.intel.com ([10.253.24.32]) by orsmga106.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 03 Apr 2019 01:29:56 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.60,304,1549958400"; d="scan'208";a="334555403" Received: from shenglei-dev.ccr.corp.intel.com ([10.239.158.52]) by fmsmga005.fm.intel.com with ESMTP; 03 Apr 2019 01:29:55 -0700 From: Shenglei Zhang To: edk2-devel@lists.01.org Cc: Michael D Kinney , Bob Feng , Liming Gao , Yonghong Zhu Date: Wed, 3 Apr 2019 16:29:51 +0800 Message-Id: <20190403082953.9780-1-shenglei.zhang@intel.com> X-Mailer: git-send-email 2.18.0.windows.1 Subject: [PATCH 0/2] Remove ICC tool chain X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 03 Apr 2019 08:29:57 -0000 There is no Intel complier test. So suggest to remove ICC tool chain from tools_def.template. 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 (2): MdePkg/BaseIoLibIntrinsic: Remove IoLibIcc.c 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 ---- 4 files changed, 1310 deletions(-) delete mode 100644 MdePkg/Library/BaseIoLibIntrinsic/IoLibIcc.c -- 2.18.0.windows.1