summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* cgpt: Change stateful partition type GUID to TYPE_LINUX_FSstabilize-12593.Bfactory-kukui-12587.BHung-Te Lin2019-10-091-1/+1
* vboot: remove VbVerifyMemoryBootImage functionJoel Kitching2019-10-022-153/+0
* vboot: remove linktest filesJoel Kitching2019-10-021-72/+0
* vboot: join vb2_fail and vb2api_failJoel Kitching2019-10-0210-54/+40
* vboot: fix compile error with MOCK_TPMstabilize-12560.BJoel Kitching2019-10-011-1/+1
* firmware/lib20: Annotate sanitizing function for CoverityPatrick Georgi2019-09-261-0/+4
* vboot: fix up some more includesJoel Kitching2019-09-2349-77/+63
* vboot/secdata: move struct definitions into 2secdata_struct.hJoel Kitching2019-09-235-120/+133
* vboot/secdata: implement vboot2 FWMP supportJoel Kitching2019-09-2312-28/+300
* vboot: add VB2_ASSERT and VB2_DIE macrosJoel Kitching2019-09-236-25/+51
* vboot/secdata: rename rollback_index to secdata_tpmJoel Kitching2019-09-0510-17/+17
* 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-315-4/+4
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-3118-411/+459
* vboot: deprecate fastboot supportJoel Kitching2019-08-308-68/+22
* 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