summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* Fix fall through warning reported by ToT clang.Manoj Gupta2019-08-283-3/+24
* vboot: remove more Alt OS codeJoel Kitching2019-08-284-10/+2
* vboot/secdata: remove DISABLE_ROLLBACK_TPM constantJoel Kitching2019-08-282-48/+5
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-2848-133/+143
* vboot/secdata: remove VbUnlockDevice functionJoel Kitching2019-08-283-25/+4
* vboot/secdata: fix up 2secdata{,k} and testsJoel Kitching2019-08-285-47/+50
* vboot: add mocked TlclUndefineSpace functionJoel Kitching2019-08-261-0/+5
* vboot: replace sysincludes.h with 2sysincludes.hJoel Kitching2019-08-2226-67/+15
* 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
* Makefile: Enable linker garbage collectionJulius Werner2019-08-163-9/+1
* vboot: vb2_shared_data offsets should hang off parentstabilize-12428.BJoel Kitching2019-08-1610-96/+108
* vboot/secdata: rename identifier in RollbackFwmpRead for clarityJoel Kitching2019-08-141-12/+12
* vboot: remove unused and deprecated vboot1 error codesfirmware-mistral-12422.BJoel Kitching2019-08-131-33/+1
* 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-132-3/+1
* vboot: replace VBERROR_SIMULATED with VB2_ERROR_MOCKJoel Kitching2019-08-131-2/+0
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-137-13/+12
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-1319-124/+121
* vboot: fix use of SetVirtualDevMode return valuesJoel Kitching2019-08-134-4/+4
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-1345-460/+410
* firmware/lib: Add fall through commentsJacob Garber2019-08-072-0/+3
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-0619-216/+213
* vboot/tpm: fix return type inconsistenciesJoel Kitching2019-08-064-15/+26
* vboot: join vboot1 and vboot2 errors into same enumJoel Kitching2019-08-066-104/+101
* vboot: deprecate VbExError functionJoel Kitching2019-07-243-39/+4
* vboot: remove Boot Descriptor Block (BDB) library and utilitiesJoel Kitching2019-07-2421-3451/+0
* vboot/vboot_display: retrieve from vboot2 data structures when availableJoel Kitching2019-07-221-6/+6
* vboot: remove VbPublicKey structJoel Kitching2019-07-104-33/+32
* vboot: replace Min macro with VB2_MINstabilize-12331.BJoel Kitching2019-07-063-13/+14
* firmware: Print GBB flags at the start of kernel verificationJulius Werner2019-06-281-0/+2
* vboot: remove VerifyMemberInside functionstabilize-12301.BJoel Kitching2019-06-263-42/+7
* vboot: remove vboot1 version of ARRAY_SIZE macroJoel Kitching2019-06-261-4/+0
* vboot: remove OffsetOf functionJoel Kitching2019-06-263-13/+2
* vboot: remove unused CombineUint16Pair functionJoel Kitching2019-06-261-7/+0
* vboot: remove vboot1-style VbExDebug functionJoel Kitching2019-06-262-15/+0
* vboot: remove VbCommonParams structJoel Kitching2019-06-242-39/+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: add vb2api_gbb_get_flags functionJoel Kitching2019-06-142-0/+17
* vboot: export offset and type of GBB struct flags memberJoel Kitching2019-06-142-6/+16
* vboot: correct VB2_SECDATAK_SIZE constant to 13Joel Kitching2019-06-131-1/+1
* vboot: expose vb2api_secdatak_check and vb2api_secdatak_createJoel Kitching2019-06-136-75/+19
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-0714-194/+257
* 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