summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* vboot: Set VBSD_EC_SOFTWARE_SYNC flag in vbootYu-Ping Wu2020-01-202-6/+6
* vboot: deprecate EC_EFS and EC_SYNC_SLOW flagsJoel Kitching2020-01-174-47/+40
* Auxfw sync: Remove dependency on EC syncTim Wawrzynczak2020-01-162-8/+4
* tests/vb2_firmware_tests: Improve workbuffer usage testJulius Werner2020-01-163-36/+89
* vboot: rename FAFT_KEY_OVERIDE and clarify its useJoel Kitching2020-01-162-3/+9
* 2sha: Add a vb2_hash type to make it easier to work with hashesJulius Werner2020-01-165-4/+199
* vboot kernel tests: Refactored vendor-data-specific testsPranay Shoroff2020-01-141-50/+56
* vboot: remove VBSD from tests that don't need itJoel Kitching2020-01-117-32/+9
* vboot_reference: add owners for TlclAndrey Pronin2020-01-114-0/+8
* vboot: use vboot 2 flags for checking rec/dev modeJoel Kitching2020-01-107-42/+39
* vboot: apply UNROLL_LOOPS globally rather than to fwlibsJoel Kitching2020-01-101-4/+1
* vboot: Deprecate VBSD_EC_EFSYu-Ping Wu2020-01-093-3/+11
* vboot: Deprecate VBSD_EC_SLOW_UPDATEYu-Ping Wu2020-01-093-3/+11
* futility: updater: override signature id for phaser360Paul Ma2020-01-085-1/+86
* vboot: Deprecate VB2_CONTEXT_DETACHABLE_UIYu-Ping Wu2020-01-073-4/+17
* crossystem: Fix error message when passing invalid parameterYu-Ping Wu2020-01-061-7/+25
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-2519-157/+61
* vboot: fold lib20/common.c into 2lib/2common.cJoel Kitching2019-12-248-344/+300
* vboot: change USB_BOOT_ON_DEV to use build flagJoel Kitching2019-12-245-12/+12
* vboot: Add screen types for upcoming UI revampYu-Ping Wu2019-12-241-0/+22
* vboot: remove VerifyVmlinuzInsideKBlob functionJoel Kitching2019-12-213-26/+5
* 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-1716-215/+46
* vboot: remove leftover legacy secdata symbolsJoel Kitching2019-12-132-14/+0
* 2lib: Move firmware body size reporting to separate functionJulius Werner2019-12-135-27/+50
* vboot: Make 2nvstorage.h private to vboot_referenceYu-Ping Wu2019-12-131-1/+0
* vboot: Publicize check_reboot_for_display()Yu-Ping Wu2019-12-135-28/+41
* vboot/tpm2_lite: add FIRMWARE_NV_INDEX definitionJoel Kitching2019-12-121-1/+9
* lib/subprocess: add callback feature to the subprocess libraryJack Rosenthal2019-12-113-34/+251
* vboot: remove support for _s suffixed binaries in MakefileJoel Kitching2019-12-111-4/+0
* 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-1016-305/+199
* vboot: remove definition of VB_INIT_OUT flagsJoel Kitching2019-12-101-23/+0
* lib/subprocess: style updatesstabilize-12748.BJack Rosenthal2019-12-103-22/+25
* crossystem: change mosys calls to use the subprocess libraryJack Rosenthal2019-12-102-70/+18
* vboot: remove static linking support from MakefileJoel Kitching2019-12-091-12/+3
* host/lib: add a subprocess libraryJack Rosenthal2019-12-074-0/+535
* vboot: remove VbExOverrideGptEntryPriorityJoel Kitching2019-12-074-108/+1
* vboot: move vb2_allow_recovery function to 2miscJoel Kitching2019-12-067-36/+35
* vboot: remove unnecessary vboot_common.h includesJoel Kitching2019-12-0631-27/+6
* vboot: migrate GBB-related error handling to vboot2Joel Kitching2019-12-062-9/+5
* vboot: convert LoadKernel and TryLoadKernel to vboot2-style errorsJoel Kitching2019-12-0610-148/+175
* vboot: Add const modifier to vb2api_relocate argumentYu-Ping Wu2019-12-062-15/+16
* Makefile: Make loop unrolling fully controllable by the callerJulius Werner2019-12-051-2/+4
* crossystem: drop support for AndroidJack Rosenthal2019-12-041-28/+4
* Recovery mode: Skip EC software syncTim Wawrzynczak2019-12-042-0/+19
* vboot: fix up vboot_api_kernel2_testsJoel Kitching2019-12-041-124/+186
* vboot/secdata: add fwmp parameter to enable FIPS 140-2 modeVadim Sukhomlinov2019-12-041-0/+1