summaryrefslogtreecommitdiff
path: root/firmware/2lib/2misc.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: fix a typo in CL:2112321stabilize-13070.BJoel Kitching2020-04-301-1/+1
* vboot: Add vb2api_phone_recovery_enabled() to vboot APIYu-Ping Wu2020-04-201-0/+6
* vboot: move recovery reason strings to vboot2 namespaceJoel Kitching2020-04-201-3/+5
* vboot: decouple EC/AUXFW sync from UIYu-Ping Wu2020-04-171-0/+5
* vboot: remove VBERROR_TPM_SET_BOOT_MODE_STATE error codeJoel Kitching2020-04-171-3/+4
* vboot: clear recovery request in all boot modesJoel Kitching2020-04-141-7/+12
* firmware: Add VB2_TRY() helper macroYu-Ping Wu2020-03-311-12/+3
* vboot: Implement dev mode boot options for menu UIstabilize-12997.BHsuan Ting Chen2020-03-231-0/+40
* vboot: stop setting VBSD_BOOT_FIRMWARE_WP_ENABLEDJoel Kitching2020-03-061-3/+1
* EFS: Implement EFS2 and NO_BOOT modeDaisuke Nojiri2020-03-051-0/+3
* vboot: eradicate vboot1 data structures from kernel verificationJoel Kitching2020-02-271-0/+42
* vboot: Add mockable attribute to some overridden functionsManoj Gupta2020-02-261-0/+3
* vboot: clear recovery request subcode when recovery UI is reachedEric Lai2020-02-231-0/+1
* vboot: implement vb2api_get_recovery_reasonJoel Kitching2020-02-181-0/+5
* vboot: integrate BROKEN screen recovery request logic into VBSLKJoel Kitching2020-02-141-0/+18
* vboot: only clear recovery requests at kernel verificationJoel Kitching2020-02-081-4/+0
* vboot: use vboot 2 flags for checking rec/dev modeJoel Kitching2020-01-101-1/+1
* 2lib: Move firmware body size reporting to separate functionJulius Werner2019-12-131-0/+12
* vboot: Publicize check_reboot_for_display()Yu-Ping Wu2019-12-131-0/+11
* vboot: move vb2_allow_recovery function to 2miscJoel Kitching2019-12-061-0/+22
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-281-0/+15
* vboot: fix workbuf_used value after storing GBB headerJoel Kitching2019-11-251-1/+1
* 2lib: Move context-related functions from 2misc.c into 2context.cJulius Werner2019-11-141-89/+0
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-131-36/+71
* vboot: update secdata accessors to match those of FWMPJoel Kitching2019-10-211-41/+26
* vboot: join vb2_fail and vb2api_failJoel Kitching2019-10-021-3/+7
* vboot: fix up some more includesJoel Kitching2019-09-231-2/+2
* vboot/secdata: implement vboot2 FWMP supportJoel Kitching2019-09-231-1/+5
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-311-7/+8
* vboot: deprecate fastboot supportJoel Kitching2019-08-301-2/+0
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-11/+12
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-7/+14
* Make vboot -Wtype-limits compliantstabilize-12202.BJulius Werner2019-05-101-0/+4
* vboot: add magic and version to vb2_shared_dataJoel Kitching2019-04-151-2/+14
* vboot: do not check for VB2_CONTEXT_FORCE_DEVELOPER_MODEstabilize-11998.BJoel Kitching2019-03-261-4/+0
* vboot: rename VB2_DISABLE_DEVELOPER_MODEJoel Kitching2019-02-141-1/+1
* vboot: rename VB2_SD_DEV_MODE_ENABLEDJoel Kitching2019-02-141-1/+1
* firmware: Align workbuf used sizeRandall Spangler2018-01-051-1/+6
* Save recovery reason before user three-finger-salutesDaisuke Nojiri2015-10-261-15/+20
* Add NV flag to default boot legacy OSMary Ruthven2015-10-131-0/+1
* vboot2: tpm error doesn't block gbb dev flagRandall Spangler2015-09-221-24/+45
* fastboot: Add fastboot related flags to vb2Furquan Shaikh2015-05-291-0/+2
* Provide a way to disable counting failed bootsPatrick Georgi2015-05-281-2/+3
* Detect GBB 1.1 also as impcompatible versionDaisuke Nojiri2015-05-141-2/+2
* Disable dev mode on recovery, when configured.stabilize-6912.Bstabilize-6909.BVadim Bendebury2015-03-231-0/+8
* vboot: allow firmware to signal a wipeout requestVadim Bendebury2015-03-131-0/+3
* add vb2api_get_pcr_digestDaisuke Nojiri2015-01-311-0/+1
* vboot2: Move old struct handling to lib20/Randall Spangler2014-12-041-211/+0
* vb2: parse dev mode in phase1Aaron Durbin2014-11-031-1/+1
* vboot2: Add vb2_unpack_key2() and unit testsfactory-rambi-6420.BRandall Spangler2014-10-291-1/+1