summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* minidiag: Add storage self-test screenfirmware-volteer-13672.156.Bfirmware-volteer-13672.148.BChung-Sheng Wu2021-04-284-2/+195
* minidiag: Update strings for minidiag v1.1Chung-Sheng Wu2021-04-281-4/+4
* vboot/ui: Refactor log_page apiChung-Sheng Wu2021-04-282-122/+94
* vboot: do not change screens when dev boot disallowedJoel Kitching2021-04-281-8/+0
* vboot/ui: Split out enabling/disabling buttons from log_page_* functionsChung-Sheng Wu2021-04-281-28/+28
* vboot: Replace VB2_REQUEST_UI_CONTINUE with VB2_SUCCESSChung-Sheng Wu2021-04-284-77/+89
* minidiag: Rename storage to storage health infoChung-Sheng Wu2021-04-283-33/+34
* vboot: always return after calling vb2_ui_screen_changeJoel Kitching2021-04-282-4/+20
* vboot/ui: Change root screen if DEV_DISABLE_BOOT is setYu-Ping Wu2021-04-282-5/+20
* vboot: standardize legacy boot and altfw terminologyJoel Kitching2021-04-2815-92/+76
* vboot: merge vboot_api_stub_init.c into vboot2 namespaceJoel Kitching2021-04-282-25/+19
* vboot: collect auxfw/EC-related stubs in vboot2 namespaceJoel Kitching2021-04-282-91/+81
* vboot: collect UI-related stubs in vboot2 namespaceJoel Kitching2021-04-283-37/+40
* vboot: add weak __attribute__ tag to stub functionsJoel Kitching2021-04-284-0/+30
* minidiag: Update strings for minidiag v1.0Chung-Sheng Wu2021-04-221-1/+1
* Minidiag: Commit NVRAM immediately right after cleaning diag requestfirmware-volteer-13672.130.BMeng-Huan Yu2021-03-181-0/+6
* Minidiag: Enable minidiag by defaultMeng-Huan Yu2021-03-181-1/+1
* cgptlib: Always zero-initialize GPT entries buffersfirmware-volteer-13672.81.Bfirmware-volteer-13672.47.Bfirmware-volteer-13672.39.BJulius Werner2020-12-161-2/+5
* vboot2: Use TPM for hash acceleration allowanceKangheui Won2020-12-093-9/+15
* vboot2: remove rsa from vb2_hwcrypto_rsa_allowedKangheui Won2020-12-093-5/+6
* vboot: deprecate and remove legacy UI codeJoel Kitching2020-12-0413-2620/+15
* 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-204-3/+10
* 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
* lib: gpt_misc: Avoid leaving GPT entries data uninitializedJulius Werner2020-10-161-0/+2
* 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-114-5/+5
* vboot: Introduce alternate boot functionalityJoel Kitching2020-09-115-2/+140
* 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-055-9/+56
* 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