summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* firmware: Add VB2_REC_OR_DIE() helper macroJulius Werner2020-02-115-32/+23
* vboot: move vboot 2.1 functions and structs into host codeJoel Kitching2020-02-115-793/+0
* vboot: purge unused vboot 2.1 codeJoel Kitching2020-02-117-719/+1
* vboot: modify control flow for vendor data configPranay Shoroff2020-02-103-82/+147
* vboot: Reduce unnecessary redraw of error messageYu-Ping Wu2020-02-101-4/+3
* vboot: update vb2api_kernel_phase1 to use GBB interfaceJoel Kitching2020-02-094-108/+51
* vboot: only clear recovery requests at kernel verificationJoel Kitching2020-02-082-13/+22
* vboot: Add a semicolon in commentYu-Ping Wu2020-02-061-1/+1
* vboot: Deprecate VBSD_BOOT_REC_SWITCH_VIRTUALYu-Ping Wu2020-02-062-15/+17
* vboot_ui: refactor vendor data codePranay Shoroff2020-02-056-338/+369
* vboot: Convert UI errors to vboot2-styleYu-Ping Wu2020-02-031-4/+15
* Reland: Clean up implicit fall through.Manoj Gupta2020-02-014-25/+4
* 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-282-11/+13
* Enable format string warnings for vb2ex_printf()stabilize-12859.BJulius Werner2020-01-251-0/+1
* vboot: convert several vboot1 flags to vboot2Joel Kitching2020-01-223-16/+14
* vboot: remove secdata TPM backend codeJoel Kitching2020-01-2211-391/+32
* 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