summaryrefslogtreecommitdiff
path: root/firmware/stub/tpm_lite_stub.c
Commit message (Expand)AuthorAgeFilesLines
* inclusive: change usage of sanityDaisuke Nojiri2020-08-191-1/+1
* vboot: move TPM callbacks to vboot2 namespaceJoel Kitching2020-07-101-8/+7
* vboot: add missing assert.h includeDavid Benjamin2020-06-191-0/+1
* vboot: move timer and beep functions to vboot2 namespaceJoel Kitching2020-05-281-2/+2
* vboot: stop using StrnAppend and Uint64ToStringJoel Kitching2020-03-311-1/+0
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-231-1/+1
* vboot: fix up some more includesJoel Kitching2019-09-231-9/+6
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-131-3/+4
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-4/+4
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-4/+4
* vboot/tpm: fix return type inconsistenciesJoel Kitching2019-08-061-10/+10
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-1/+1
* firmware: add time unit conversion definesMatt Delco2019-03-201-2/+2
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-7/+7
* 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