summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* vboot: translate recovery reason info from vboot 2->1Joel Kitching2020-01-212-9/+14
* vboot: Set VBSD_EC_SOFTWARE_SYNC flag in vbootYu-Ping Wu2020-01-201-2/+2
* vboot: deprecate EC_EFS and EC_SYNC_SLOW flagsJoel Kitching2020-01-173-15/+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: remove VBSD from tests that don't need itJoel Kitching2020-01-111-7/+9
* vboot_reference: add owners for TlclAndrey Pronin2020-01-114-0/+8
* vboot: use vboot 2 flags for checking rec/dev modeJoel Kitching2020-01-104-11/+8
* vboot: Deprecate VBSD_EC_EFSYu-Ping Wu2020-01-092-3/+4
* vboot: Deprecate VBSD_EC_SLOW_UPDATEYu-Ping Wu2020-01-092-3/+4
* vboot: Deprecate VB2_CONTEXT_DETACHABLE_UIYu-Ping Wu2020-01-072-4/+8
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-254-69/+3
* vboot: fold lib20/common.c into 2lib/2common.cJoel Kitching2019-12-244-304/+291
* vboot: change USB_BOOT_ON_DEV to use build flagJoel Kitching2019-12-243-12/+3
* vboot: Add screen types for upcoming UI revampYu-Ping Wu2019-12-241-0/+22
* vboot: remove VerifyVmlinuzInsideKBlob functionJoel Kitching2019-12-212-22/+0
* vboot: relocate EC and auxfw sync API to 2api.hJoel Kitching2019-12-192-154/+156
* vboot: remove unused 2nvstorage_fields.h from vb2_api.hfirmware-servo-12768.BJoel Kitching2019-12-171-3/+2
* vboot: remove some vboot1 SharedData-related functionsJoel Kitching2019-12-174-112/+7
* 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: Make 2nvstorage.h private to vboot_referenceYu-Ping Wu2019-12-131-1/+0
* vboot: Publicize check_reboot_for_display()Yu-Ping Wu2019-12-134-28/+22
* vboot/tpm2_lite: add FIRMWARE_NV_INDEX definitionJoel Kitching2019-12-121-1/+9
* vboot/tlcl: add stddef.h includeJoel Kitching2019-12-111-0/+1
* 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-107-289/+194
* vboot: remove definition of VB_INIT_OUT flagsJoel Kitching2019-12-101-23/+0
* vboot: remove VbExOverrideGptEntryPriorityJoel Kitching2019-12-073-24/+0
* vboot: move vb2_allow_recovery function to 2miscJoel Kitching2019-12-067-36/+35
* vboot: remove unnecessary vboot_common.h includesJoel Kitching2019-12-067-4/+5
* vboot: migrate GBB-related error handling to vboot2Joel Kitching2019-12-062-9/+5
* vboot: convert LoadKernel and TryLoadKernel to vboot2-style errorsJoel Kitching2019-12-066-71/+66
* 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/altfw: fix up some altfw codeJoel Kitching2019-11-304-45/+51
* firmware: Add static keyword to power_button_stateYu-Ping Wu2019-11-291-1/+1
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-2819-485/+372
* Remove inflags from VbSelectAndLoadKernelParamsYu-Ping Wu2019-11-262-10/+0
* vboot: Don't warn user if enter key is pressed if rec switch is physicalMathew King2019-11-251-10/+20
* 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-193-7/+5
* battery cutoff: Move cutoff handling from EC sync to kernel loadTim Wawrzynczak2019-11-152-33/+28
* 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