summaryrefslogtreecommitdiff
path: root/firmware/2lib
Commit message (Expand)AuthorAgeFilesLines
* vboot: deprecate EC_EFS and EC_SYNC_SLOW flagsJoel Kitching2020-01-172-11/+8
* Auxfw sync: Remove dependency on EC syncTim Wawrzynczak2020-01-161-4/+0
* 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-163-4/+82
* vboot: use vboot 2 flags for checking rec/dev modeJoel Kitching2020-01-101-1/+1
* 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-252-1/+3
* vboot: fold lib20/common.c into 2lib/2common.cJoel Kitching2019-12-242-0/+291
* 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-133-9/+24
* vboot: Publicize check_reboot_for_display()Yu-Ping Wu2019-12-134-28/+22
* 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-062-0/+35
* vboot: remove unnecessary vboot_common.h includesJoel Kitching2019-12-061-1/+0
* 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-062-15/+16
* Recovery mode: Skip EC software syncTim Wawrzynczak2019-12-041-0/+9
* 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-285-0/+68
* 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: fix workbuf_used value after storing GBB headerJoel Kitching2019-11-251-1/+1
* vboot: Add vb2_context_flags VB2_CONTEXT_DETACHABLE_UIYu-Ping Wu2019-11-191-0/+3
* battery cutoff: Move cutoff handling from EC sync to kernel loadTim Wawrzynczak2019-11-151-31/+2
* EC sync: Add a new shared flag VB2_SD_STATUS_EC_SYNC_COMPLETETim Wawrzynczak2019-11-152-1/+22
* crossystem: Add a fake workbuffer for the fake contextJulius Werner2019-11-141-15/+4
* 2lib: Move context-related functions from 2misc.c into 2context.cJulius Werner2019-11-142-89/+100
* ec_sync: Remove vb2ex_get_expected_image() callbackTim Wawrzynczak2019-11-142-14/+4
* EC software sync: Split up EC and auxfw syncTim Wawrzynczak2019-11-145-205/+341
* vboot: simplify ec_sync code to only handle one deviceJoel Kitching2019-11-142-95/+71
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-132-3/+3
* EC sync: Drop support for "PD" software sync.Tim Wawrzynczak2019-11-133-42/+25
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-136-97/+181
* 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-292-27/+28
* firmware: Fix more UBSAN left shift errors.Manoj Gupta2019-10-281-1/+2
* vboot: move ec_sync to vboot2 namespaceJoel Kitching2019-10-252-0/+673
* firmware: Fix various UBSAN left shift errorsJulius Werner2019-10-252-3/+4
* 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
* vboot: fold lib20/api.c into 2lib/2api.cJoel Kitching2019-10-231-0/+201
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-232-3/+3
* firmware: Clean up and deprecate recovery reasonsJulius Werner2019-10-221-53/+75
* vboot: update secdata accessors to match those of FWMPJoel Kitching2019-10-216-128/+145