summaryrefslogtreecommitdiff
path: root/firmware/2lib/include
Commit message (Expand)AuthorAgeFilesLines
* firmware: Add VB2_REC_OR_DIE() helper macroJulius Werner2020-02-111-0/+9
* vboot: purge unused vboot 2.1 codeJoel Kitching2020-02-112-18/+0
* vboot: update vb2api_kernel_phase1 to use GBB interfaceJoel Kitching2020-02-091-2/+3
* vboot: Convert UI errors to vboot2-styleYu-Ping Wu2020-02-031-4/+15
* Reland: Clean up implicit fall through.Manoj Gupta2020-02-011-21/+0
* 2lib: Fix struct vb2_hash the way it was meant to bestabilize-quickfix-12871.27.Bstabilize-12871.91.Bstabilize-12871.65.Bstabilize-12871.57.Bstabilize-12871.253.Bstabilize-12871.24.Bstabilize-12871.103.Bstabilize-12871.102.Brelease-R81-12871.BJulius Werner2020-01-281-10/+12
* Enable format string warnings for vb2ex_printf()stabilize-12859.BJulius Werner2020-01-251-0/+1
* vboot: deprecate EC_EFS and EC_SYNC_SLOW flagsJoel Kitching2020-01-171-4/+4
* vboot: rename FAFT_KEY_OVERIDE and clarify its useJoel Kitching2020-01-161-2/+8
* 2sha: Add a vb2_hash type to make it easier to work with hashesJulius Werner2020-01-162-2/+65
* vboot: Deprecate VB2_CONTEXT_DETACHABLE_UIYu-Ping Wu2020-01-071-2/+6
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-251-0/+3
* vboot: fold lib20/common.c into 2lib/2common.cJoel Kitching2019-12-241-0/+76
* vboot: relocate EC and auxfw sync API to 2api.hJoel Kitching2019-12-191-46/+156
* vboot: remove leftover legacy secdata symbolsJoel Kitching2019-12-132-14/+0
* 2lib: Move firmware body size reporting to separate functionJulius Werner2019-12-131-4/+11
* vboot: Publicize check_reboot_for_display()Yu-Ping Wu2019-12-131-0/+8
* vboot: Append periods to function descriptions in 2api.hYu-Ping Wu2019-12-101-2/+2
* vboot: merge vb2_struct.h into 2struct.hJoel Kitching2019-12-101-0/+192
* 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