linux/drivers/staging
Marcin Obara d52b3d9c72 Staging: add heci driver
The Intel Management Engine Interface (aka HECI: Host Embedded
Controller Interface ) enables communication between the host OS and
the Management Engine firmware. MEI is bi-directional, and either the
host or Intel AMT firmware can initiate transactions.

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 (GMCH) hub houses the
Management Engine (ME) firmware, which implements various services
on behalf of management applications.

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.

Signed-off-by: Anas Nashif <anas.nashif@intel.com>
Signed-off-by: Marcin Obara <marcin.obara@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
2009-04-03 14:54:24 -07:00
..
agnx Staging: agnx: Fixup xmit.c checkpatch warnings 2009-04-03 14:53:27 -07:00
altpciechdma Staging: altera: fix printk format warnings 2009-04-03 14:53:28 -07:00
android Staging: Android: fix more printk formats 2009-04-03 14:53:30 -07:00
asus_oled Staging: asus_oled: do not use assignment in if condition 2009-04-03 14:53:15 -07:00
at76_usb Staging: at76_usb: convert to use linux/ieee80211.h 2009-04-03 14:53:28 -07:00
b3dfg Staging: b3dfg: Prepare b3dfg for submission upstream. 2009-04-03 14:53:40 -07:00
comedi Staging: comedi: fix 64bit build errors 2009-04-03 14:54:18 -07:00
dst Staging: DST: fix build dependancy 2009-04-03 14:53:33 -07:00
echo Staging: echo: Lindent drivers/staging/echo 2009-01-06 13:52:05 -08:00
epl Staging: epl: remove pointless highres timer check 2009-04-03 14:54:22 -07:00
et131x Staging: et131x: list usage cleanup 2009-04-03 14:53:28 -07:00
frontier Staging: frontier: Remove unused components of the alphatrack/tranzport sysfs interface. 2009-04-03 14:53:32 -07:00
go7007 Staging: go7007: fix build error 2009-04-03 14:53:27 -07:00
heci Staging: add heci driver 2009-04-03 14:54:24 -07:00
me4000 Staging: me4000: make file_operations const 2009-04-03 14:53:25 -07:00
meilhaus Staging: meilhaus: some checkpatch.pl cleanup 2009-04-03 14:53:28 -07:00
mimio Staging: mimio: depends on INPUT 2009-04-03 14:53:29 -07:00
otus Staging: otus: remove old irqreturn_t definition 2009-04-03 14:53:29 -07:00
p9auth Staging: p9auth: clean up #includes 2009-04-03 14:54:24 -07:00
panel Staging: panel: fix oops on panel_cleanup_module 2009-02-27 12:56:24 -08:00
phison Staging: phison: depends on PCI 2009-04-03 14:53:40 -07:00
poch Staging: poch: fix verification of memory area 2009-01-28 15:49:06 -08:00
pohmelfs Staging: pohmelfs: should include fs_struct.h 2009-04-03 14:53:36 -07:00
rspiusb Staging: rspiusb: use USB API functions rather than constants 2009-04-03 14:53:28 -07:00
rt2860 Staging: rt2860: Remove dependency on CFLAG RT2860 2009-04-03 14:53:31 -07:00
rt2870 Staging: rt2870: Removal of kernel_thread() API 2009-04-03 14:53:31 -07:00
rtl8187se Staging: rtl8187se: fix \r\n line ends 2009-04-03 14:53:30 -07:00
slicoss Staging: slicoss: slichw.h cleanup 2009-04-03 14:53:08 -07:00
stlc45xx Staging: stlc45xx: fix printk format warnings 2009-04-03 14:53:36 -07:00
sxg Staging: sxg: Add support to download the firmware using request_firmware() 2009-04-03 14:53:14 -07:00
uc2322 Staging: aten2011: fix checkpatch errors and warnings 2009-04-03 14:53:38 -07:00
usbip Staging: usbip: kmem_cache_alloc/memset -> kmem_cache_zalloc 2009-04-03 14:53:28 -07:00
winbond Staging: w35und: remove gl_80211.h header 2009-04-03 14:53:16 -07:00
wlan-ng Staging: wlan-ng: block ioctls until card fully initialised 2009-04-03 14:53:24 -07:00
Kconfig Staging: add heci driver 2009-04-03 14:54:24 -07:00
Makefile Staging: add heci driver 2009-04-03 14:54:24 -07:00
staging.c