From: Oren Weil <oren.jer.weil@intel.com>
To: gregkh@suse.de, akpm@linux-foundation.org, linux-kernel@vger.kernel.org
Cc: david@woodhou.se, david.woodhouse@intel.com
Subject: [RFC PATCH 00/13] Intel(R) MEI Driver
Date: 10 Feb 2011 01:54:54 -0800 [thread overview]
Message-ID: <0d30dc$l1diqi@orsmga001.jf.intel.com> (raw)
Intel(R) Management Engine Interface (Intel(R) MEI) Driver
==========================================================
This patch contains a new Intel driver for the Linux kernel: The Intel(R) MEI Driver.
The Intel(R) MEI driver allows applications to access
the Intel(R) Management Engine (Intel(R) ME) FW via the host
interface.
The Intel(R) MEI driver is meant to be used mainly by the
Local Manageability Service (LMS).
Note: This driver was previously called the HECI driver that was
a part of the Staging area in the Kernel and was removed.
The old MEI Driver and LMS are located on openamt.org, and are not updated
with the latest versions. A new version of LMS is under development and will be released
soon.
This set of patches is for review purposes; the driver code
for pull is in the David Woodhouse public git repository:
http://git.infradead.org/linux-2.6-mei.git
The patches is divided according to the driver files for better review process.
For more information about the MEI Driver and its usage, see:
http://software.intel.com/en-us/manageability-security/
http://software.intel.com/sites/manageability/AMT_Implementation_and_Reference_Guide/default.htm?turl=WordDocuments%2Fconnectingwiththeintelmeidriver.htm
drivers/char/Kconfig | 11 +
drivers/char/Makefile | 1 +
drivers/char/mei/Makefile | 23 +
drivers/char/mei/hw.h | 518 ++++++++++++++
drivers/char/mei/init.c | 837 ++++++++++++++++++++++
drivers/char/mei/interface.c | 478 ++++++++++++
drivers/char/mei/interface.h | 134 ++++
drivers/char/mei/interrupt.c | 1552 ++++++++++++++++++++++++++++++++++++++++
drivers/char/mei/iorw.c | 822 +++++++++++++++++++++
drivers/char/mei/main.c | 1466 +++++++++++++++++++++++++++++++++++++
drivers/char/mei/mei.h | 166 +++++
drivers/char/mei/mei_version.h | 35 +
include/linux/mei.h | 118 +++
13 files changed, 6161 insertions(+), 0 deletions(-)
---------------------------------------------------------------------
Intel Israel (74) Limited
This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.
next reply other threads:[~2011-02-10 9:54 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2011-02-10 9:54 Oren Weil [this message]
2011-02-10 17:58 ` [RFC PATCH 00/13] Intel(R) MEI Driver Greg KH
2011-02-10 18:43 ` Tomas Winkler
2011-02-10 18:47 ` Greg KH
2011-02-10 19:14 ` Tomas Winkler
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='0d30dc$l1diqi@orsmga001.jf.intel.com' \
--to=oren.jer.weil@intel.com \
--cc=akpm@linux-foundation.org \
--cc=david.woodhouse@intel.com \
--cc=david@woodhou.se \
--cc=gregkh@suse.de \
--cc=linux-kernel@vger.kernel.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox