git: kernel: Add the tpm(4) driver for trusted platform modules.

Sascha Wildner swildner at crater.dragonflybsd.org
Wed May 15 11:22:25 PDT 2013


commit f1e3af6c0d9fb009456c1ad7a10c323acbf7022f
Author: Sascha Wildner <saw at online.de>
Date:   Wed May 15 20:19:18 2013 +0200

    kernel: Add the tpm(4) driver for trusted platform modules.
    
    Tested-by:  tuxillo on a HP ProBook 6460b
    Taken-from: FreeBSD

Summary of changes:
 share/man/man4/Makefile       |    1 +
 share/man/man4/tpm.4          |   86 +++
 sys/conf/files                |    3 +
 sys/config/LINT               |    2 +
 sys/config/LINT64             |    2 +
 sys/dev/crypto/Makefile       |    2 +-
 sys/dev/crypto/tpm/Makefile   |   11 +
 sys/dev/crypto/tpm/tpm.c      | 1296 +++++++++++++++++++++++++++++++++++++++++
 sys/dev/crypto/tpm/tpm_acpi.c |   79 +++
 sys/dev/crypto/tpm/tpm_isa.c  |   82 +++
 sys/dev/crypto/tpm/tpmvar.h   |   58 ++
 11 files changed, 1621 insertions(+), 1 deletion(-)
 create mode 100644 share/man/man4/tpm.4
 create mode 100644 sys/dev/crypto/tpm/Makefile
 create mode 100644 sys/dev/crypto/tpm/tpm.c
 create mode 100644 sys/dev/crypto/tpm/tpm_acpi.c
 create mode 100644 sys/dev/crypto/tpm/tpm_isa.c
 create mode 100644 sys/dev/crypto/tpm/tpmvar.h

http://gitweb.dragonflybsd.org/dragonfly.git/commitdiff/f1e3af6c0d9fb009456c1ad7a10c323acbf7022f


-- 
DragonFly BSD source repository


More information about the Commits mailing list