summaryrefslogtreecommitdiff
path: root/firmware/2lib/include
Commit message (Expand)AuthorAgeFilesLines
* vboot: move vb2_allow_recovery function to 2miscJoel Kitching2019-12-061-0/+13
* vboot: migrate GBB-related error handling to vboot2Joel Kitching2019-12-061-2/+0
* vboot: convert LoadKernel and TryLoadKernel to vboot2-style errorsJoel Kitching2019-12-061-10/+16
* vboot: Add const modifier to vb2api_relocate argumentYu-Ping Wu2019-12-061-2/+2
* vboot/secdata: add fwmp parameter to enable FIPS 140-2 modeVadim Sukhomlinov2019-12-041-0/+1
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-284-0/+53
* vboot: add errors for nvdata read/write failuresJoel Kitching2019-11-251-0/+6
* vboot: workbuf alignment should always use 8Joel Kitching2019-11-251-3/+3
* vboot: Add vb2_context_flags VB2_CONTEXT_DETACHABLE_UIYu-Ping Wu2019-11-191-0/+3
* EC sync: Add a new shared flag VB2_SD_STATUS_EC_SYNC_COMPLETETim Wawrzynczak2019-11-151-0/+4
* ec_sync: Remove vb2ex_get_expected_image() callbackTim Wawrzynczak2019-11-141-2/+2
* EC software sync: Split up EC and auxfw syncTim Wawrzynczak2019-11-142-93/+79
* vboot: simplify ec_sync code to only handle one deviceJoel Kitching2019-11-141-1/+1
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-132-3/+3
* EC sync: Drop support for "PD" software sync.Tim Wawrzynczak2019-11-132-6/+15
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-134-56/+109
* Revert "Clean up implicit fall through."Mathew King2019-11-051-0/+21
* Clean up implicit fall through.Manoj Gupta2019-11-051-21/+0
* vboot: keep const and non-const signature and key accessorsJoel Kitching2019-10-291-5/+28
* vboot: move ec_sync to vboot2 namespaceJoel Kitching2019-10-251-0/+93
* vboot: merge pre-vboot1 error codes into vb2_return_codeJoel Kitching2019-10-231-0/+13
* vboot: use inline instead of __inlineJoel Kitching2019-10-233-5/+5
* vboot: relocate vb2_signature and vb2_keybock structsJoel Kitching2019-10-232-15/+126
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-232-6/+6
* firmware: Clean up and deprecate recovery reasonsJulius Werner2019-10-221-53/+75
* vboot: update secdata accessors to match those of FWMPJoel Kitching2019-10-213-39/+43
* vboot: join vb2_fail and vb2api_failJoel Kitching2019-10-022-18/+8
* vboot: fix up some more includesJoel Kitching2019-09-231-0/+2
* vboot/secdata: move struct definitions into 2secdata_struct.hJoel Kitching2019-09-232-113/+130
* vboot/secdata: implement vboot2 FWMP supportJoel Kitching2019-09-236-18/+156
* vboot: add VB2_ASSERT and VB2_DIE macrosJoel Kitching2019-09-232-3/+31
* vboot/secdata: fix 2secdata.h includesJoel Kitching2019-08-312-4/+1
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-316-123/+143
* vboot: deprecate fastboot supportJoel Kitching2019-08-304-10/+11
* Fix fall through warning reported by ToT clang.Manoj Gupta2019-08-281-0/+21
* vboot: remove more Alt OS codeJoel Kitching2019-08-282-3/+1
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-2817-56/+69
* vboot/secdata: fix up 2secdata{,k} and testsJoel Kitching2019-08-283-26/+11
* vboot: replace sysincludes.h with 2sysincludes.hJoel Kitching2019-08-221-4/+5
* vboot: vb2_shared_data offsets should hang off parentstabilize-12428.BJoel Kitching2019-08-162-10/+18
* vboot: remove unused and deprecated vboot1 error codesfirmware-mistral-12422.BJoel Kitching2019-08-131-33/+1
* vboot: replace VBERROR_INVALID_PARAMETER with vboot2 equivalentJoel Kitching2019-08-131-2/+0
* vboot: replace VBERROR_SIMULATED with VB2_ERROR_MOCKJoel Kitching2019-08-131-2/+0
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-131-2/+0
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-3/+0
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-138-111/+95
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-0/+6
* vboot: join vboot1 and vboot2 errors into same enumJoel Kitching2019-08-061-0/+97
* vboot: replace Min macro with VB2_MINstabilize-12331.BJoel Kitching2019-07-061-4/+11
* vboot: add vb2api_gbb_get_flags functionJoel Kitching2019-06-141-0/+11