Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752889AbXJWNh2 (ORCPT ); Tue, 23 Oct 2007 09:37:28 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1751590AbXJWNhU (ORCPT ); Tue, 23 Oct 2007 09:37:20 -0400 Received: from ug-out-1314.google.com ([66.249.92.169]:29300 "EHLO ug-out-1314.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751557AbXJWNhR (ORCPT ); Tue, 23 Oct 2007 09:37:17 -0400 DomainKey-Signature: a=rsa-sha1; c=nofws; d=gmail.com; s=beta; h=received:from:to:subject:date:user-agent:cc:references:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:message-id; b=uZddYcZv/r5YkRMsS9yDgWUpRiMxSgEfF//SZjN+LKTjm1bolXxBX6c/LXove4dqJa6lDplpIpMDOfJH0LaTHaI2FBjXYpWlT8oj0HVEDyBqEaSrIMrpPyrVZeSxObc6crkK5W5+8CxkHiX6Wg1KyxyeN78tfmepPmioaotBhZw= From: Maxim Levitsky To: Anas Nashif Subject: Re: [PATCH] Intel Manageability Engine Interface driver Date: Tue, 23 Oct 2007 15:36:18 +0200 User-Agent: KMail/1.9.6 Cc: Andrew Morton , linux-kernel@vger.kernel.org, Marek Dabek References: <471CDC5E.4010300@linux.intel.com> <20071022114001.40470c15.akpm@linux-foundation.org> <471DF79B.20801@linux.intel.com> In-Reply-To: <471DF79B.20801@linux.intel.com> MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit Content-Disposition: inline Message-Id: <200710231536.19626.maximlevitsky@gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 3811 Lines: 93 On Tuesday 23 October 2007 15:31:07 Anas Nashif wrote: > Andrew, > > Thanks for the feedback. > > Andrew Morton wrote: > > On Mon, 22 Oct 2007 13:22:38 -0400 Anas Nashif wrote: > >> > >> The patch is large so I'm placing the diff on the web for download > >> rather than attaching it here. Download: > >> > >> http://download.openamt.org/intel-MEI.diff > > > > Please get the patches mailed out somehow. Consider splitting the patch > > up. I think you could send it as-is (200k will fit, I believe) but it's > > rather too large to review effectively. > > > > The code looks good from a quick scan. Immediate impressions from a > > quick scan, mainly trivia: > > > > We will fix the issues below and send the revised patch to the list. > > > > > > > - Why does a new driver have "additional char device for legacy mode"? > > > > It is not quite new. What is currently considered legacy was supported > on Linux with a driver that was never submitted upstream (although it is > open-source and available from e1000.sf.net). > Some applications still use the legacy interface (KCS style) and have to > be supported with the new driver as well. > > (...) > > > - The changelog could do with some expansion. What is "Intel(R) > > Manageability Engine (ME) firmware"? Why do we want to include this code > > in Linux? What value has it to our users, etc? Bascially: tell us more > > stuff. > > The core hardware architecture of Intel Active Management Technology > (Intel AMT) is resident in firmware. The micro-controller within the > chipset's graphics and memory controller (MCH) hub houses the Management > Engine (ME) firmware, which implements various services on behalf of > management applications. Additionally, flash memory houses system BIOS, > code used by the management engine, and a third-party data store (3PDS) > that enables applications to store information as needed in non-volatile > memory. > > Communication between the host OS and the ME is accomplished by means of > the Intel Management Engine Interface (aka HECI: Host Embedded > Controller Interface ). MEI is bi-directional, and either the host or > Intel AMT firmware can initiate transactions. > > Some of the ME subsystems that can be access via MEI driver: > > - Intel(R) Quiet System Technology (QST) is implemented as a firmware > subsystem that runs in the ME. Programs that wish to expose the > health monitoring and fan speed control capabilities of Intel(R) QST > will need to use the MEI driver to communicate with the ME sub-system. > - ASF is the "Alert Standard Format" which is an DMTF manageability > standard. It is implemented in the PC's hardware and firmware, and is > managed from a remote console. > > Most recent Intel desktop chipsets have one or more of the above ME > services. The MEI driver will make it possible to support the above > features on Linux and provides applications access to the ME and it's > features. The MEI drivers will also help bridge a current gap related to > lm_sensors support on recent desktop chipsets. Care to tell me, and other users of recent intel motherboards, when QST tool to access HW sensors will be released, or at least is it developed? > > > Anas > > > - > To unsubscribe from this list: send the line "unsubscribe linux-kernel" in > the body of a message to majordomo@vger.kernel.org > More majordomo info at http://vger.kernel.org/majordomo-info.html > Please read the FAQ at http://www.tux.org/lkml/ > Best regards, Maxim Levitsky - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/