]> git.baikalelectronics.ru Git - kernel.git/commit
Staging: sep: Upstream revision 3 of the security processor kernel driver
authorMark Allyn <mark.a.allyn@intel.com>
Thu, 6 Aug 2009 19:43:59 +0000 (20:43 +0100)
committerGreg Kroah-Hartman <gregkh@suse.de>
Tue, 15 Sep 2009 19:02:11 +0000 (12:02 -0700)
commitc539f9ccf8d5c900d34dc3a10d1950e253ce9b56
tree4d425dd0408f4ac11f071dbdcc654d9eb7e66438
parente3c77dab2c06e805fdb4710688ab21b5777f34b8
Staging: sep: Upstream revision 3 of the security processor kernel driver

Upstream revision 3 of the security processor kernel driver;
now located in drivers/staging

This revision adds an initial TODO file

This driver no longer requires to have the firmware compiled in
it with the CONFIG_EXTRA_FIRMWARE configuration option.

Furthermore, we now have the right to distribute the firmware
binaries.

This is the Linux kernel driver for the Security Processor, which is
a hardware device the provides cryptographic, secure storage, and
key management services.

Please be aware that this patch does not contain any encryption
algorithm. It only transports data to and from user space
applications to the security processor.

Signed-off-by: Mark Allyn <mark.a.allyn@intel.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@suse.de>
drivers/staging/Kconfig
drivers/staging/Makefile
drivers/staging/sep/Kconfig [new file with mode: 0644]
drivers/staging/sep/Makefile [new file with mode: 0644]
drivers/staging/sep/TODO [new file with mode: 0644]
drivers/staging/sep/sep_driver_api.h [new file with mode: 0644]
drivers/staging/sep/sep_driver_config.h [new file with mode: 0644]
drivers/staging/sep/sep_driver_ext_api.h [new file with mode: 0644]
drivers/staging/sep/sep_driver_hw_defs.h [new file with mode: 0644]
drivers/staging/sep/sep_ext_with_pci_driver.c [new file with mode: 0644]
drivers/staging/sep/sep_main_mod.c [new file with mode: 0644]