summaryrefslogtreecommitdiff
path: root/tests/vb2_misc_tests.c
Commit message (Expand)AuthorAgeFilesLines
* firmware/2lib: Expose vb2_clear_recovery as vb2apiMichał Żygowski2023-04-121-2/+2
* firmware/2lib: Introduce API to report previous boot failureKarthikeyan Ramasubramanian2022-12-091-6/+61
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* tests/common/boot_mode.c: Introduce SET_BOOT_MODEHsin-Te Yuan2022-07-151-15/+10
* tests/common/tests.h: rename test_common.h to common/tests.hHsin-Te Yuan2022-07-151-1/+1
* 2lib: Deprecate vb2api_allow_recovery() and VB2_SD_FLAG_MANUAL_RECOVERYHsuan Ting Chen2021-12-301-23/+9
* firmware: VB2_REC_OR_DIE() should not abort before vb2_check_recovery()Julius Werner2021-12-031-3/+25
* firmware/2lib: Remove BOOT_EXTERNAL_ON_DEVJakub Czapiga2021-11-251-2/+0
* vboot/misc: Add validity check in vb2api_enable_developer_modeedisonhello2021-08-121-5/+16
* vboot: Publicize and create functions for UI migrationedisonhello2021-07-301-3/+3
* vboot: Add DEV_BOOT_*ALLOWED in ctx->flagsedisonhello2021-07-301-50/+66
* vboot: standardize legacy boot and altfw terminologyJoel Kitching2021-02-271-34/+34
* vboot: create secdata_kernel flag to disable diagnostic UIJoel Kitching2020-08-091-0/+19
* 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/+16
* 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-47/+47
* vboot: add vb2api_use_short_dev_screen_delay() to 2api.hYu-Ping Wu2020-06-101-0/+14
* vboot: publicize vb2_get_dev_boot_target()Yu-Ping Wu2020-06-101-23/+40
* vboot: make dev boot target functions consistentJoel Kitching2020-05-181-0/+24
* vboot: Add vb2api_phone_recovery_enabled() to vboot APIYu-Ping Wu2020-04-201-0/+20
* vboot: remove VBERROR_TPM_SET_BOOT_MODE_STATE error codeJoel Kitching2020-04-171-0/+24
* vboot: clear recovery request in all boot modesJoel Kitching2020-04-141-2/+14
* vboot: Implement dev mode boot options for menu UIstabilize-12997.BHsuan Ting Chen2020-03-231-0/+119
* vboot: clear recovery request subcode when recovery UI is reachedEric Lai2020-02-231-1/+1
* vboot: implement vb2api_get_recovery_reasonJoel Kitching2020-02-181-0/+8
* vboot: integrate BROKEN screen recovery request logic into VBSLKJoel Kitching2020-02-141-6/+42
* firmware: Add VB2_REC_OR_DIE() helper macroJulius Werner2020-02-111-0/+8
* vboot: only clear recovery requests at kernel verificationJoel Kitching2020-02-081-2/+2
* vboot: Publicize check_reboot_for_display()Yu-Ping Wu2019-12-131-0/+19
* vboot: fix workbuf_used value after storing GBB headerJoel Kitching2019-11-251-3/+3
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-131-2/+2
* vboot: move vb2_context inside vb2_shared_data (persistent context)Joel Kitching2019-11-131-220/+316
* vboot: update secdata accessors to match those of FWMPJoel Kitching2019-10-211-10/+8
* vboot: join vb2_fail and vb2api_failJoel Kitching2019-10-021-15/+18
* vboot: fix up some more includesJoel Kitching2019-09-231-2/+1
* vboot/secdata: implement vboot2 FWMP supportJoel Kitching2019-09-231-6/+17
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-311-36/+45
* vboot: deprecate fastboot supportJoel Kitching2019-08-301-6/+0
* vboot: vb2_shared_data offsets should hang off parentstabilize-12428.BJoel Kitching2019-08-161-2/+1
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-6/+4
* vboot: expose vb2api_secdatak_check and vb2api_secdatak_createJoel Kitching2019-06-131-1/+1
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-071-5/+4
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-19/+33
* vboot: standardize on vb2_context identifiers in testsJoel Kitching2019-05-171-165/+165
* vboot: update vb2_misc_tests to use VB2_WORKBUF_ALIGNJoel Kitching2019-05-071-3/+5
* vboot: add magic and version to vb2_shared_dataJoel Kitching2019-04-151-0/+36
* vboot: do not check for VB2_CONTEXT_FORCE_DEVELOPER_MODEstabilize-11998.BJoel Kitching2019-03-261-20/+0
* vboot: move general constants to a separate headerJoel Kitching2019-03-111-1/+1
* vboot: rename VB2_DISABLE_DEVELOPER_MODEJoel Kitching2019-02-141-1/+1
* vboot: rename VB2_SD_DEV_MODE_ENABLEDJoel Kitching2019-02-141-11/+11