20 Nov, 2010

1 commit

  • This driver is for the Security Processor, a dedicated encryption
    and decryption driver that is used on the Intel mobile platform.

    This has been checked with checkpatch and there are four
    warnings for lines over 80 charactors.

    There is one compile warning. This is for a function that is
    only used if the rar register driver is needed. There is an
    ifdef in a header file that stubs out the rar register driver
    if the rar register is not configured.

    This driver does add a configuration, which is CONFIG_DX_SEP.

    Signed-off-by: Mark Allyn
    Signed-off-by: Greg Kroah-Hartman

    Mark Allyn
     

24 Aug, 2010

1 commit


16 Sep, 2009

3 commits

  • Signed-off-by: Alan Cox
    Signed-off-by: Greg Kroah-Hartman

    Alan Cox
     
  • Now we have it trimmed down a bit merge the two pieces so we can clean it up
    properly. Code moves but no changes in functions.

    Signed-off-by: Alan Cox
    Signed-off-by: Greg Kroah-Hartman

    Alan Cox
     
  • 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
    Signed-off-by: Greg Kroah-Hartman

    Mark Allyn