summaryrefslogtreecommitdiff
path: root/firmware/lib
Commit message (Expand)AuthorAgeFilesLines
* vboot/secdata: remove TPMClearAndReenable function mockJoel Kitching2019-09-051-6/+0
* vboot/secdata: fix up macros in rollback_index.cJoel Kitching2019-09-051-10/+6
* vboot: add mocked TlclDefineSpaceEx functionJoel Kitching2019-08-311-0/+11
* vboot/secdata: fix 2secdata.h includesJoel Kitching2019-08-313-0/+3
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-312-13/+15
* vboot: deprecate fastboot supportJoel Kitching2019-08-302-41/+7
* Fix fall through warning reported by ToT clang.Manoj Gupta2019-08-282-3/+3
* vboot: remove more Alt OS codeJoel Kitching2019-08-281-3/+1
* vboot/secdata: remove DISABLE_ROLLBACK_TPM constantJoel Kitching2019-08-282-48/+5
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-2816-35/+29
* vboot/secdata: remove VbUnlockDevice functionJoel Kitching2019-08-282-10/+4
* vboot: add mocked TlclUndefineSpace functionJoel Kitching2019-08-261-0/+5
* vboot: replace sysincludes.h with 2sysincludes.hJoel Kitching2019-08-2224-61/+9
* 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: properly check failure from VbExGetLocalizationCountJoel Kitching2019-08-131-3/+2
* vboot/secdata: remove retries from rollback functionsJoel Kitching2019-08-131-156/+84
* vboot: replace VBERROR_INVALID_PARAMETER with vboot2 equivalentJoel Kitching2019-08-131-1/+1
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-134-4/+4
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-1312-78/+78
* vboot: fix use of SetVirtualDevMode return valuesJoel Kitching2019-08-134-4/+4
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-1312-61/+58
* firmware/lib: Add fall through commentsJacob Garber2019-08-072-0/+3
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-0612-114/+113
* vboot/tpm: fix return type inconsistenciesJoel Kitching2019-08-062-2/+3
* vboot: deprecate VbExError functionJoel Kitching2019-07-241-2/+4
* vboot/vboot_display: retrieve from vboot2 data structures when availableJoel Kitching2019-07-221-6/+6
* vboot: remove VbPublicKey structJoel Kitching2019-07-103-17/+22
* vboot: replace Min macro with VB2_MINstabilize-12331.BJoel Kitching2019-07-061-3/+0
* firmware: Print GBB flags at the start of kernel verificationJulius Werner2019-06-281-0/+2
* vboot: remove VerifyMemberInside functionstabilize-12301.BJoel Kitching2019-06-262-41/+7
* vboot: remove vboot1 version of ARRAY_SIZE macroJoel Kitching2019-06-261-4/+0
* vboot: remove OffsetOf functionJoel Kitching2019-06-262-12/+2
* vboot: remove unused CombineUint16Pair functionJoel Kitching2019-06-261-7/+0
* vboot: remove VbCommonParams structJoel Kitching2019-06-241-1/+0
* lib/ec_sync_all: Reboot EC to RO after successful AUX FW updateKarthikeyan Ramasubramanian2019-06-191-8/+12
* vboot: fix vb2_gbb_read_recovery_key to save into intJoel Kitching2019-06-182-20/+22
* lib/vboot_kernel: Log speed at which kernel was loadedRaul E Rangel2019-06-181-1/+9
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-076-135/+54
* vboot: don't unset VB2_NV_DISPLAY_REQUEST in EC syncJoel Kitching2019-06-072-38/+5
* vboot: don't use VB2_NV_DISPLAY_REQUEST for diagnostic modeJoel Kitching2019-06-072-28/+15
* vboot: check display init when entering normal modeJoel Kitching2019-06-071-0/+30
* firmware/lib/ec_sync_all: Refactor the EC SW Sync flowKarthikeyan Ramasubramanian2019-05-281-28/+46
* vboot: do not use cparams for VBSDJoel Kitching2019-05-281-26/+14
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-288-54/+47
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-177-9/+2
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-164-50/+53