summaryrefslogtreecommitdiff
path: root/firmware/2lib
Commit message (Expand)AuthorAgeFilesLines
* vboot: collect auxfw/EC-related stubs in vboot2 namespaceJoel Kitching2021-01-281-7/+81
* vboot: collect UI-related stubs in vboot2 namespaceJoel Kitching2021-01-281-0/+40
* vboot: move lib20/packed_key.c into 2lib namespaceJoel Kitching2021-01-207-4/+121
* vboot: move lib20/misc.c into 2lib namespaceJoel Kitching2021-01-201-0/+237
* 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-1/+1
* vboot2: Use TPM for hash acceleration allowanceKangheui Won2020-12-093-9/+15
* vboot2: remove rsa from vb2_hwcrypto_rsa_allowedKangheui Won2020-12-092-3/+4
* vboot: deprecate and remove legacy UI codeJoel Kitching2020-12-042-4/+9
* minidiag: Fix button initialization errors in memory testsHsuan Ting Chen2020-11-261-2/+20
* Hide __has_attribute from non-clang compilersPatrick Georgi2020-11-231-2/+5
* Revert "Reland: Clean up implicit fall through."stabilize-rust-13613.BJulius Werner2020-11-201-0/+7
* vboot/ui: Pass screen and locale_id to vb2ex_prepare_log_screen()Yu-Ping Wu2020-11-193-8/+18
* minidiag/ui: Prevent calling update action if there were no updatesstabilize-quickfix-13597.30.Bstabilize-ambassador-13597.79.Bstabilize-13597.97.Bstabilize-13597.95.Bstabilize-13597.94.Bstabilize-13597.90.Bstabilize-13597.85.Bstabilize-13597.84.Bstabilize-13597.71.Bstabilize-13597.70.Bstabilize-13597.69.Bstabilize-13597.68.Bstabilize-13597.67.Bstabilize-13597.66.Bstabilize-13597.105.Bstabilize-13597.103.Brelease-R88-13597.Bfactory-volteer-13600.BHsuan Ting Chen2020-11-123-5/+15
* minidiag/ui: Prevent calling update action if memory test is finishedHsuan Ting Chen2020-11-122-0/+9
* vboot/ui: Remove extra delay for long iteration timeHsuan Ting Chen2020-11-121-1/+6
* vboot/ui/tests: Add time-related constants in 2ui_private.hstabilize-13591.BHsuan Ting Chen2020-11-043-6/+12
* vboot/ui: Suffix "_ms" to time-related variablesHsuan Ting Chen2020-11-042-8/+8
* vboot/ui: Split disabled_item_mask into two masks for log screenHsuan Ting Chen2020-10-144-86/+141
* vboot/ui: fix some rogue spacingJoel Kitching2020-10-053-7/+7
* vboot/ui: introduce casts around vb2_menu_item helpersJoel Kitching2020-10-051-10/+10
* vboot/ui: stop including 2secdata.h in 2ui.cJoel Kitching2020-10-051-1/+0
* vboot2: Add support for modexp accelerationKangheui Won2020-10-033-2/+36
* vboot/ui: Always beep when error dialog is shownHsuan Ting Chen2020-09-242-11/+4
* firmware/2lib: Add error message for ctrl-U when usb boot is not enabledShelley Chen2020-09-242-0/+3
* firmware/2lib: Handle errors in alternate bootHsuan Ting Chen2020-09-212-5/+30
* vboot/ui: Force to reacquire log on initializationstabilize-13482.BHsuan Ting Chen2020-09-173-6/+8
* vboot/ui: Disallow Ctrl-S when GBB forces dev modeYu-Ping Wu2020-09-122-0/+18
* COIL: Change sane to inclusive wordsDaisuke Nojiri2020-09-111-2/+2
* vboot: Introduce alternate boot functionalityJoel Kitching2020-09-114-0/+133
* minidiag: Add storage and memory diagnostic screensMeng-Huan Yu2020-09-104-0/+229
* vboot/ui: Always show page up/down buttons in log screenHsuan Ting Chen2020-09-091-69/+22
* minidiag: Add diagnostic menu screenMeng-Huan Yu2020-09-054-0/+45
* vboot/ui: Add refresh flag to support force refresh the screen in actionMeng-Huan Yu2020-09-032-4/+13
* vboot/ui: Implement firmware log screenHsuan Ting Chen2020-09-033-0/+121
* 2stub: vb2ex_abort()s on host should abort(), not just exit()Julius Werner2020-09-031-1/+2
* vboot/ui: Add reinit screen hookfactory-trogdor-13443.BHsuan Ting Chen2020-08-303-1/+28
* vboot/ui: Fix handling error beep request without screen state changeHsuan Ting Chen2020-08-291-1/+3
* vboot2: use hwcrypto for RSA when allowedKangheui Won2020-08-267-27/+88
* vboot: adjust VB2_SECDATA_KERNEL_FLAGS in non-recovery pathChun-Ta Lin2020-08-241-7/+9
* vboot2: Add prototype for hwcrypto RSAfactory-zork-13427.BKangheui Won2020-08-203-1/+21
* inclusive: change usage of sanityDaisuke Nojiri2020-08-193-8/+8
* vboot/ui: Display error for untrusted confirmationHsuan Ting Chen2020-08-182-0/+9
* minidiag: add entryChun-Ta Lin2020-08-091-0/+18
* vboot: create secdata_kernel flag to disable diagnostic UIJoel Kitching2020-08-094-1/+23
* vboot/ui: Implement debug info screen navigationHsuan Ting Chen2020-07-311-4/+7
* vboot/ui: Implement debug info screenHsuan Ting Chen2020-07-317-8/+322
* vboot/ui: decouple error beep from error messageYu-Ping Wu2020-07-284-16/+10
* vboot: move TPM callbacks to vboot2 namespaceJoel Kitching2020-07-101-1/+56
* firmware/2lib: Skip rest of ui_loop after closing error boxShelley Chen2020-07-101-3/+6
* vboot: create TPM section in 2api.hJoel Kitching2020-07-071-39/+42