summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vboot: unify common.sh for testing scriptsstabilize-12881.BJoel Kitching2020-02-0314-166/+104
* vboot: get rid of MINIMAL in MakefileJoel Kitching2020-02-032-114/+77
* vboot: Convert UI errors to vboot2-styleYu-Ping Wu2020-02-031-4/+15
* Reland: Clean up implicit fall through.Manoj Gupta2020-02-017-29/+8
* 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-283-17/+38
* Enable format string warnings for vb2ex_printf()stabilize-12859.BJulius Werner2020-01-257-18/+19
* keygeneration: add helper for generating update payload keysMike Frysinger2020-01-241-0/+8
* vb2_sha_api_tests: Silence UBSAN warning for zero length array accessJulius Werner2020-01-241-1/+4
* vboot: convert several vboot1 flags to vboot2Joel Kitching2020-01-223-16/+14
* vboot: remove secdata TPM backend codeJoel Kitching2020-01-2223-1078/+89
* crossystem: Add support for JSL gpiochipUsha P2020-01-221-0/+1
* vboot: translate recovery reason info from vboot 2->1Joel Kitching2020-01-213-13/+18
* futility: updater: Add '--servo' for updating via Servo-V2 and ServoMicroHung-Te Lin2020-01-203-0/+69
* 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