summaryrefslogtreecommitdiff
path: root/firmware/lib/rollback_index.c
Commit message (Expand)AuthorAgeFilesLines
* vboot/secdata: rename rollback_index to secdata_tpmJoel Kitching2019-09-051-290/+0
* vboot/secdata: fix up macros in rollback_index.cJoel Kitching2019-09-051-10/+6
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-311-10/+10
* vboot/secdata: remove DISABLE_ROLLBACK_TPM constantJoel Kitching2019-08-281-48/+0
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-1/+1
* vboot/secdata: remove VbUnlockDevice functionJoel Kitching2019-08-281-0/+4
* vboot/secdata: move permissions and uid check to ReadSpaceKernelJoel Kitching2019-08-211-24/+19
* vboot/secdata: print secdata/secdatak on reads and writesJoel Kitching2019-08-211-0/+12
* vboot/secdata: fix up error reporting in rollback_index.cJoel Kitching2019-08-211-16/+42
* vboot/secdata: remove legacy version checks on rollback spacesJoel Kitching2019-08-211-30/+4
* vboot/secdata: rename identifier in RollbackFwmpRead for clarityJoel Kitching2019-08-141-12/+12
* vboot/secdata: remove retries from rollback functionsJoel Kitching2019-08-131-156/+84
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-1/+1
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-1/+1
* rollback_index: add newline to VB2_DEBUG callfirmware-kalista-11343.BJoel Kitching2018-12-031-1/+1
* 2lib: add VB2_DEBUG_RAW() to print without function nameRandall Spangler2017-01-201-15/+14
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-25/+27
* vboot: use vb2_crc8 instead of Crc8Randall Spangler2016-10-231-6/+7
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-7/+7
* vboot: Remove vboot1 init and select-firmware APIsRandall Spangler2016-07-261-380/+1
* vboot: Fix potential alignment issue reading FWMPRandall Spangler2016-07-221-10/+17
* Stub tlcl implementation for tpm2 caseAndrey Pronin2016-07-151-0/+4
* fix a compile flag typoVadim Bendebury2016-07-071-1/+1
* tpm2: simplify rollback checks.Vadim Bendebury2016-07-011-8/+21
* vboot: Fix FWMP link error if TPM is mockedRandall Spangler2016-05-111-2/+7
* vboot: Add firmware management parametersRandall Spangler2016-05-081-1/+70
* vboot1: Lock TPM physical presence (kernel rollback) on legacy bootJulius Werner2015-05-121-3/+9
* Use the TPM to back up some of the nvram fieldsBill Richardson2014-06-051-1/+41
* rollback_index: Remove recovery_mode parameter to SetupTPM.Shawn Nematbakhsh2013-07-231-9/+5
* rollback_index: Add recovery parameter to RollbackKernelLock.stabilize-4443.BShawn Nematbakhsh2013-07-221-9/+3
* Massive refactoring of external header files.Bill Richardson2013-04-021-0/+2
* Get rid of some crufty macros.Gabe Black2013-03-191-6/+0
* Use Memcpy to avoid unaligned accesses when using RollbackKernelSpace.Gabe Black2013-03-041-6/+9
* Use Memcpy to access the fw_versions member of RollbackSpaceFirmware.Gabe Black2013-03-041-5/+9
* rollback_index: fix -Wshadow warningsAaron Durbin2013-02-261-4/+4
* fwlib: fix errors with -Wmissing-prototypesAaron Durbin2013-02-261-0/+9
* Reformat to kernel styleRandall Spangler2013-01-311-9/+12
* Improve coverage of rollback_index.cRandall Spangler2013-01-231-416/+477
* Rename files and defines to simplify makefile.Randall Spangler2013-01-111-1/+1
* Add clear TPM owner requestRandall Spangler2012-08-151-5/+12
* Revert "Expose getter of virtual dev switch value"Che-Liang Chiou2012-07-021-14/+0
* Expose getter of virtual dev switch valueChe-Liang Chiou2012-06-291-0/+14
* Support virtual dev-switch (keyboard-based dev-mode)Bill Richardson2012-06-081-19/+49
* Honor both fake_dev and virtual dev switchBill Richardson2012-05-251-4/+3
* Use virtual dev-mode switch when told to.factory-2338.BBill Richardson2012-05-181-5/+13
* Add checksum to TPM RollbackSpace regions for FW and kernel.Bill Richardson2012-05-171-12/+120
* Remaining unit tests for rollback_index.cRandall Spangler2011-08-291-0/+8
* Partial unit tests for rollback_indexRandall Spangler2011-08-261-18/+5
* Refactor TPM calls into vboot wrapperRandall Spangler2011-07-251-46/+10
* Revert "Refactor TPM calls into vboot wrapper"Elly Jones2011-07-251-10/+46