summaryrefslogtreecommitdiff
path: root/firmware/2lib/2misc.c
Commit message (Expand)AuthorAgeFilesLines
* Revert "2lib: Use ctx flag VB2_CONTEXT_EC_TRUSTED instead of vb2ex_ec_trusted"stabilize-14285.Bfirmware-chameleon-14280.BHsuan Ting Chen2021-10-071-1/+1
* Revert "2api: Add vb2_boot_mode in vb2_context denoted the current boot mode"Hsuan Ting Chen2021-10-071-21/+0
* 2api: Add vb2_boot_mode in vb2_context denoted the current boot modestabilize-14267.Bfactory-ambassador-14265.BHsuan Ting Chen2021-10-011-0/+21
* 2lib: Use ctx flag VB2_CONTEXT_EC_TRUSTED instead of vb2ex_ec_trustedHsuan Ting Chen2021-09-241-1/+1
* vboot: Remove unnecessary flag unset operationsstabilize-14150.882.Bstabilize-14150.881.Bstabilize-14150.74.Bstabilize-14150.734.Bstabilize-14150.64.Bstabilize-14150.43.Bstabilize-14150.376.Brelease-R94-14150.Brelease-R94-14150.49.Bedisonhello2021-08-121-8/+3
* vboot/misc: Add validity check in vb2api_enable_developer_modeedisonhello2021-08-121-1/+9
* vboot: Publicize and create functions for UI migrationedisonhello2021-07-301-3/+20
* vboot: Add DEV_BOOT_*ALLOWED in ctx->flagsedisonhello2021-07-301-24/+21
* vboot: Add vb2api_set_locale_idedisonhello2021-07-271-0/+5
* cros_ec: Use boot mode to check if EC can be trustedstabilize-14013.BDaisuke Nojiri2021-05-271-1/+1
* vboot: standardize legacy boot and altfw terminologyJoel Kitching2021-02-271-13/+13
* vboot: move lib20/packed_key.c into 2lib namespaceJoel Kitching2021-01-201-1/+0
* vboot: create secdata_kernel flag to disable diagnostic UIJoel Kitching2020-08-091-0/+6
* vboot/ui: Implement debug info screenHsuan Ting Chen2020-07-311-0/+133
* vboot: add vb2api_phone_recovery_ui_enabled()stabilize-quickfix-13310.91.Bstabilize-quickfix-13310.76.Bstabilize-quickfix-13310.73.Bstabilize-13310.99.Bstabilize-13310.94.Bstabilize-13310.83.Bstabilize-13310.74.Bstabilize-13310.72.Brelease-R85-13310.BYu-Ping Wu2020-06-251-0/+11
* vboot: rename USB_BOOT_ON_DEV to BOOT_EXTERNAL_ON_DEVfactory-endeavour-13295.BYu-Ping Wu2020-06-171-1/+1
* vboot: rename USB to more accurate EXTERNALYu-Ping Wu2020-06-131-9/+9
* vboot: add vb2api_use_short_dev_screen_delay() to 2api.hYu-Ping Wu2020-06-101-0/+6
* vboot: publicize vb2_get_dev_boot_target()Yu-Ping Wu2020-06-101-7/+7
* vboot: make dev boot target functions consistentJoel Kitching2020-05-181-1/+13
* 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