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.88; helo=mga01.intel.com; envelope-from=david.wei@intel.com; receiver=edk2-devel@lists.01.org Received: from mga01.intel.com (mga01.intel.com [192.55.52.88]) (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 3767021B00DC1 for ; Wed, 15 Nov 2017 01:11:54 -0800 (PST) Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga101.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 15 Nov 2017 01:16:02 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.44,398,1505804400"; d="scan'208";a="7859871" Received: from zwei4-mobl1.ccr.corp.intel.com ([10.239.193.132]) by orsmga002.jf.intel.com with ESMTP; 15 Nov 2017 01:16:01 -0800 From: zwei4 To: edk2-devel@lists.01.org Date: Wed, 15 Nov 2017 17:15:58 +0800 Message-Id: <20171115091558.20780-1-david.wei@intel.com> X-Mailer: git-send-email 2.14.1.windows.1 Subject: [PATCH][edk2-platforms/devel-MinnowBoard3-UDK2017 1/2] Modify FCE tool to be Linux executable file. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 15 Nov 2017 09:11:55 -0000 Contributed-under: TianoCore Contribution Agreement 1.1 Signed-off-by: zwei4 --- Platform/BroxtonPlatformPkg/Common/Tools/FCE/BfmLib | Bin Platform/BroxtonPlatformPkg/Common/Tools/FCE/FCE | Bin 2 files changed, 0 insertions(+), 0 deletions(-) mode change 100644 => 100755 Platform/BroxtonPlatformPkg/Common/Tools/FCE/BfmLib mode change 100644 => 100755 Platform/BroxtonPlatformPkg/Common/Tools/FCE/FCE diff --git a/Platform/BroxtonPlatformPkg/Common/Tools/FCE/BfmLib b/Platform/BroxtonPlatformPkg/Common/Tools/FCE/BfmLib old mode 100644 new mode 100755 diff --git a/Platform/BroxtonPlatformPkg/Common/Tools/FCE/FCE b/Platform/BroxtonPlatformPkg/Common/Tools/FCE/FCE old mode 100644 new mode 100755 -- 2.7.4