summaryrefslogtreecommitdiff
path: root/firmware/stub/tpm_lite_stub.c
Commit message (Expand)AuthorAgeFilesLines
* tpm_lite: stub: retry in case of TPM comm errorstabilize-10718.88.Bstabilize-10718.71.Bstabilize-10718.69.Bstabilize-10718.111.Brelease-R68-10718.BAndrey Pronin2018-05-241-7/+45
* tpm_lite: Set O_CLOEXEC when opening TPM device.stabilize-10682.BMattias Nissler2018-05-141-1/+1
* tpm_lite: Implement ReadPubek command.Mattias Nissler2018-04-131-0/+17
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-7/+10
* tpm_lite_stub: clean up debug printouts in VbExTpmSendReceiveAndrey Pronin2016-11-101-23/+18
* vboot: use malloc and free directlyRandall Spangler2016-11-061-1/+0
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-1/+1
* Fix indentation in firmware and host libsRandall Spangler2016-10-131-162/+170
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+3
* Get rid of some crufty macros.Gabe Black2013-03-191-3/+5
* tlcl: move open retry into TlclKees Cook2012-12-121-6/+24
* Tlcl: allow OS failures to bubble up to callerstabilize2Kees Cook2012-11-281-10/+40
* Vboot wrapper initial implementationRandall Spangler2011-07-081-16/+15
* Port vboot_reference to use new wrapper API utility functionsRandall Spangler2011-07-081-8/+10
* Revert "Verified boot wrapper - replace utility functions"Randall Spangler2011-07-011-10/+8
* Verified boot wrapper - replace utility functionsRandall Spangler2011-07-011-8/+10
* Revert "Verified boot wrapper - replace utility functions"mukesh agrawal2011-06-271-10/+8
* Verified boot wrapper - replace utility functionsRandall Spangler2011-06-271-8/+10
* Produce better error message when TPM device cannot be opened.Luigi Semenzato2011-06-241-3/+1
* Address compiler warnings (errors) for gcc-4.6Bill Richardson2011-05-091-0/+4
* vboot TPM stub functions return error codesChe-Liang Chiou2010-12-161-8/+15
* Fix test suite deficiencies.vbendeb2010-09-291-1/+1
* TBR: reviewed in person with semenzatoRandall Spangler2010-09-021-1/+0
* Make TPM datagrams const, since they cannot be modified in the RO firmware.Luigi Semenzato2010-08-311-2/+2
* Added new commands and reactivated full rebuild after fixing for ARM ebuild.Luigi Semenzato2010-08-251-1/+1
* Pay attention to TPM communication errorsRandall Spangler2010-08-051-2/+4
* Allow passing TPM device path in the environment.Luigi Semenzato2010-08-041-2/+10
* Various bug fixes to tpm_lite. Some changes to the test suite.Luigi Semenzato2010-08-041-1/+1
* Add tpm lite to vboot referenceRandall Spangler2010-07-141-0/+178