summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* fuzzers: Fix builds with new clangstabilize-rust-13795.Bstabilize-rust-13776.Bstabilize-quickfix-13816.67.Bstabilize-LTS-13816.60.Bstabilize-13816.82.Bstabilize-13816.80.Bstabilize-13816.64.Bstabilize-13816.63.Bstabilize-13816.55.Bstabilize-13816.53.Bstabilize-13816.51.Bstabilize-13816.40.Bstabilize-13799.Bstabilize-13768.Brelease-R90-13816.Bfactory-puff-13813.BManoj Gupta2021-01-302-0/+2
* vboot: relocate private RSA function headersJoel Kitching2021-01-281-0/+1
* vboot: remove vboot_audio.c and friendsJoel Kitching2021-01-283-3/+0
* vboot: move lib20/packed_key.c into 2lib namespaceJoel Kitching2021-01-206-6/+2
* vboot: move lib20/misc.c into 2lib namespaceJoel Kitching2021-01-201-1/+1
* Minidiag: Enable minidiag by defaultstabilize-quickfix-13729.84.Bstabilize-quickfix-13729.73.Bstabilize-quickfix-13729.60.Bstabilize-13729.72.Bstabilize-13729.57.Bstabilize-13729.56.Bstabilize-13729.49.Bstabilize-13729.45.Bstabilize-13729.16.Brelease-R89-13729.BMeng-Huan Yu2021-01-141-3/+3
* futility: update: add new quirk 'no_check_platform'Hung-Te Lin2020-12-091-0/+10
* vboot2: Use TPM for hash acceleration allowanceKangheui Won2020-12-091-24/+26
* vboot: deprecate and remove legacy UI codeJoel Kitching2020-12-047-4442/+0
* vboot/ui: Pass screen and locale_id to vb2ex_prepare_log_screen()Yu-Ping Wu2020-11-191-1/+2
* vboot/ui: Remove extra delay for long iteration timeHsuan Ting Chen2020-11-121-0/+85
* vboot/ui/tests: Remove unnecessary aborting delay checkHsuan Ting Chen2020-11-121-39/+27
* vboot/ui/tests: Add time-related constants in 2ui_private.hstabilize-13591.BHsuan Ting Chen2020-11-041-16/+16
* vboot/ui: Suffix "_ms" to time-related variablesHsuan Ting Chen2020-11-041-22/+22
* futility: update: load quirks from firmware image CBFS filestabilize-rust-13555.BHung-Te Lin2020-10-161-0/+12
* futility: update: support multi-line quirksHung-Te Lin2020-10-151-0/+5
* vboot/ui: Split disabled_item_mask into two masks for log screenHsuan Ting Chen2020-10-143-147/+294
* vboot/ui/tests: Fix ignoring vb2ex_display_ui calls in unit testsstabilize-13532.BHsuan Ting Chen2020-10-122-8/+21
* vboot/ui/tests: Fix struct compare error in unit testsHsuan Ting Chen2020-10-122-2/+2
* vboot2: Add support for modexp accelerationKangheui Won2020-10-031-0/+22
* vboot/ui: Force to reacquire log on initializationstabilize-13482.BHsuan Ting Chen2020-09-171-3/+87
* fuzzers: Initialize secdataJulius Werner2020-09-152-12/+18
* COIL: Change sane to inclusive wordsDaisuke Nojiri2020-09-112-2/+2
* vboot: Introduce alternate boot functionalityJoel Kitching2020-09-112-4/+141
* crossystem: allow last nvdata entry to be filledJack Rosenthal2020-09-101-3/+3
* minidiag: Add storage and memory diagnostic screensMeng-Huan Yu2020-09-101-6/+23
* vboot/ui: Always show page up/down buttons in log screenHsuan Ting Chen2020-09-091-5/+12
* minidiag: Add diagnostic menu screenMeng-Huan Yu2020-09-052-4/+66
* vboot/ui: Implement firmware log screenHsuan Ting Chen2020-09-031-10/+45
* futility: update: Add '--gbb_flags FLAGS' to override GBB flagsHung-Te Lin2020-08-291-1/+7
* vboot2: use hwcrypto for RSA when allowedKangheui Won2020-08-263-0/+127
* vboot: adjust VB2_SECDATA_KERNEL_FLAGS in non-recovery pathChun-Ta Lin2020-08-241-0/+26
* inclusive: change usage of sanityDaisuke Nojiri2020-08-194-42/+42
* vboot/tests: Fix unit tests with MENU_UI=1Yu-Ping Wu2020-08-121-7/+32
* minidiag: add entryChun-Ta Lin2020-08-091-8/+36
* vboot: create secdata_kernel flag to disable diagnostic UIJoel Kitching2020-08-093-11/+33
* vboot/ui: Implement debug info screen navigationHsuan Ting Chen2020-07-311-10/+40
* vboot/ui: Implement debug info screenHsuan Ting Chen2020-07-312-72/+198
* Reset EC when transitioning to dev modestabilize-13360.BDaisuke Nojiri2020-07-141-1/+1
* vboot: move TPM callbacks to vboot2 namespaceJoel Kitching2020-07-101-7/+7
* vboot/ui: pass timer_disabled to vb2ex_display_ui()factory-puff-13329.BYu-Ping Wu2020-07-022-0/+2
* vboot/ui: add screen stack functionalityJoel Kitching2020-06-303-134/+139
* firmware/2lib: Add visual/audio error handlingShelley Chen2020-06-272-2/+4
* 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-252-1/+19
* vboot/ui: add power off optionsYu-Ping Wu2020-06-231-6/+11
* vboot/ui: Add beep testsHsuan Ting Chen2020-06-181-23/+63
* vboot/ui: Add tests for developer screensHsuan Ting Chen2020-06-181-23/+314
* vboot: rename USB_BOOT_ON_DEV to BOOT_EXTERNAL_ON_DEVfactory-endeavour-13295.BYu-Ping Wu2020-06-172-2/+2
* vboot/ui: use trusted keypress in cancel TO_DEV testJoel Kitching2020-06-171-2/+2
* host/lib/flashrom: enable --fast-verify for write operationsJack Rosenthal2020-06-161-1/+30