The Design and Implementation of the FreeBSD Operating System, Second Edition
Now available: The Design and Implementation of the FreeBSD Operating System (Second Edition)


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]

FreeBSD/Linux Kernel Cross Reference
sys/contrib/device-tree/Bindings/security/tpm/tpm_tis_mmio.txt

Version: -  FREEBSD  -  FREEBSD-13-STABLE  -  FREEBSD-13-0  -  FREEBSD-12-STABLE  -  FREEBSD-12-0  -  FREEBSD-11-STABLE  -  FREEBSD-11-0  -  FREEBSD-10-STABLE  -  FREEBSD-10-0  -  FREEBSD-9-STABLE  -  FREEBSD-9-0  -  FREEBSD-8-STABLE  -  FREEBSD-8-0  -  FREEBSD-7-STABLE  -  FREEBSD-7-0  -  FREEBSD-6-STABLE  -  FREEBSD-6-0  -  FREEBSD-5-STABLE  -  FREEBSD-5-0  -  FREEBSD-4-STABLE  -  FREEBSD-3-STABLE  -  FREEBSD22  -  l41  -  OPENBSD  -  linux-2.6  -  MK84  -  PLAN9  -  xnu-8792 
SearchContext: -  none  -  3  -  10 

    1 Trusted Computing Group MMIO Trusted Platform Module
    2 
    3 The TCG defines multi vendor standard for accessing a TPM chip, this
    4 is the standard protocol defined to access the TPM via MMIO. Typically
    5 this interface will be implemented over Intel's LPC bus.
    6 
    7 Refer to the 'TCG PC Client Specific TPM Interface Specification (TIS)' TCG
    8 publication for the specification.
    9 
   10 Required properties:
   11 
   12 - compatible: should contain a string below for the chip, followed by
   13               "tcg,tpm-tis-mmio". Valid chip strings are:
   14                   * "atmel,at97sc3204"
   15 - reg: The location of the MMIO registers, should be at least 0x5000 bytes
   16 - interrupts: An optional interrupt indicating command completion.
   17 
   18 Example:
   19 
   20         tpm_tis@90000 {
   21                                 compatible = "atmel,at97sc3204", "tcg,tpm-tis-mmio";
   22                                 reg = <0x90000 0x5000>;
   23                                 interrupt-parent = <&EIC0>;
   24                                 interrupts = <1 2>;
   25         };

Cache object: 08f27ab9ce4a1cb7ec7e2037297c0c8b


[ source navigation ] [ diff markup ] [ identifier search ] [ freetext search ] [ file search ] [ list types ] [ track identifier ]


This page is part of the FreeBSD/Linux Linux Kernel Cross-Reference, and was automatically generated using a modified version of the LXR engine.