MFC r345632 by lwhsu: Fix `make` in sys/modulesPR: 239120
MFC r342084,r342251,r342271,r342285: Introduce TPM2.0 driverr342084Introduce driver for TPM 2.0 in CRB and FIFO (TIS) modesr342251Include the new TPM 2.0 driver in the TPM module.r342271Fix
MFC r342084,r342251,r342271,r342285: Introduce TPM2.0 driverr342084Introduce driver for TPM 2.0 in CRB and FIFO (TIS) modesr342251Include the new TPM 2.0 driver in the TPM module.r342271Fix obtaining RSP address in TPM CRB for non-amd64 platformsr342285tpm(4): Fix GCC build after r342084 (TPM 2.0 driver commit)Submitted by: Kornel Duleba <[email protected]>Obtained from: SemihalfSponsored by: Stormshield
show more ...
sys/modules: normalize .CURDIR-relative paths to SRCTOPThis simplifies make output/logicTested with: `cd sys/modules; make ALL_MODULES=` on amd64MFC after: 1 monthSponsored by: Dell EMC Isilon
Hook tpm.4 manual to build.
Add tpm(4) driver for Trusted Platform Module.You may want to look at http://bsssd.sourceforge.net/ .Submitted by: Hans-Joerg Hoexer <[email protected]>