summaryrefslogtreecommitdiff
path: root/firmware/2lib/2misc.c
Commit message (Expand)AuthorAgeFilesLines
* firmware: Die on zero size errors vb2api_get_firmware_size()stabilize-15236.66.Brelease-R109-15237.Brelease-R109-15236.Bfactory-brya-15231.BJakub Czapiga2022-11-031-1/+5
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* tests: Remove --allow-multiple-definition linker optionYu-Ping Wu2022-09-211-0/+4
* 2api: Add a new entry point for only loading and verifying the kernelNicholas Bishop2022-09-071-0/+6
* firmware: 2sha: Integrate HW crypto directly into vb2_digest APIJulius Werner2022-09-011-8/+21
* 2misc: Abort before using GBB if gbb_offset is not initializedNicholas Bishop2022-08-171-10/+18
* 2kernel.c: Clear VB2_NV_DIAG_REQUEST unconditionallyHsin-Te Yuan2022-07-111-0/+1
* 2lib: Deprecate vb2api_allow_recovery() and VB2_SD_FLAG_MANUAL_RECOVERYHsuan Ting Chen2021-12-301-32/+18
* Reland "2api: Add vb2_boot_mode in vb2_context denoted the current boot mode"stabilize-14396.Bstabilize-14395.BHsuan Ting Chen2021-12-121-0/+21
* Reland "2lib: Use ctx flag VB2_CONTEXT_EC_TRUSTED instead of vb2ex_ec_trusted"Hsuan Ting Chen2021-12-101-1/+1
* firmware: VB2_REC_OR_DIE() should not abort before vb2_check_recovery()Julius Werner2021-12-031-0/+2
* firmware/2lib: Remove BOOT_EXTERNAL_ON_DEVJakub Czapiga2021-11-251-3/+0
* 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