summaryrefslogtreecommitdiff
path: root/firmware/2lib/2ui_screens.c
Commit message (Expand)AuthorAgeFilesLines
* 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-121-2/+7
* minidiag/ui: Prevent calling update action if memory test is finishedHsuan Ting Chen2020-11-121-0/+6
* vboot/ui/tests: Add time-related constants in 2ui_private.hstabilize-13591.BHsuan Ting Chen2020-11-041-4/+4
* vboot/ui: Suffix "_ms" to time-related variablesHsuan Ting Chen2020-11-041-7/+7
* vboot/ui: Split disabled_item_mask into two masks for log screenHsuan Ting Chen2020-10-141-79/+106
* vboot/ui: fix some rogue spacingJoel Kitching2020-10-051-2/+2
* vboot/ui: introduce casts around vb2_menu_item helpersJoel Kitching2020-10-051-10/+10
* vboot/ui: Always beep when error dialog is shownHsuan Ting Chen2020-09-241-9/+0
* firmware/2lib: Add error message for ctrl-U when usb boot is not enabledShelley Chen2020-09-241-0/+1
* firmware/2lib: Handle errors in alternate bootHsuan Ting Chen2020-09-211-5/+24
* vboot/ui: Force to reacquire log on initializationstabilize-13482.BHsuan Ting Chen2020-09-171-2/+2
* vboot/ui: Disallow Ctrl-S when GBB forces dev modeYu-Ping Wu2020-09-121-0/+16
* vboot: Introduce alternate boot functionalityJoel Kitching2020-09-111-0/+117
* minidiag: Add storage and memory diagnostic screensMeng-Huan Yu2020-09-101-0/+165
* 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-051-0/+24
* vboot/ui: Implement firmware log screenHsuan Ting Chen2020-09-031-0/+99
* vboot/ui: Add reinit screen hookfactory-trogdor-13443.BHsuan Ting Chen2020-08-301-0/+14
* inclusive: change usage of sanityDaisuke Nojiri2020-08-191-3/+3
* vboot/ui: Display error for untrusted confirmationHsuan Ting Chen2020-08-181-0/+7
* minidiag: add entryChun-Ta Lin2020-08-091-0/+18
* vboot/ui: Implement debug info screen navigationHsuan Ting Chen2020-07-311-4/+7
* vboot/ui: Implement debug info screenHsuan Ting Chen2020-07-311-0/+118
* vboot/ui: decouple error beep from error messageYu-Ping Wu2020-07-281-3/+3
* vboot/ui: add screen stack functionalityJoel Kitching2020-06-301-31/+37
* firmware/2lib: Add visual/audio error handlingShelley Chen2020-06-271-3/+9
* 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-1/+1
* vboot/ui: add power off optionsYu-Ping Wu2020-06-231-0/+25
* vboot/ui: add screens for dev boot from external diskYu-Ping Wu2020-06-201-5/+47
* vboot: rename USB to more accurate EXTERNALYu-Ping Wu2020-06-131-3/+3
* vboot: add vb2api_use_short_dev_screen_delay() to 2api.hYu-Ping Wu2020-06-101-2/+1
* vboot: publicize vb2_get_dev_boot_target()Yu-Ping Wu2020-06-101-3/+3
* vboot/ui: Fix access on to_dev screenHsuan Ting Chen2020-06-041-1/+2
* vboot/ui: implement phone recovery screensJoel Kitching2020-06-011-0/+17
* vboot/ui: implement disk recovery screensYu-Ping Wu2020-06-011-4/+44
* vboot/ui: implement language selection screenYu-Ping Wu2020-06-011-17/+128
* vboot: move timer and beep functions to vboot2 namespaceJoel Kitching2020-05-281-7/+7
* vboot/ui: return error if booting from internal failedYu-Ping Wu2020-05-271-5/+1
* vboot/ui: stop centralizing keyboard input actionsJoel Kitching2020-05-271-36/+40
* vboot/ui: improve menu navigation docstringsJoel Kitching2020-05-271-8/+8
* vboot/ui: Fix to_dev action initialization errorHsuan Ting Chen2020-05-261-3/+4
* vboot/ui: hide phone recovery flow when disabledJoel Kitching2020-05-181-2/+17
* vboot/ui: add developer and to_norm screensJoel Kitching2020-05-181-8/+200
* vboot/ui: implement advanced_optionsJoel Kitching2020-05-111-6/+31
* vboot/ui: implement to_dev transition flowJoel Kitching2020-05-071-0/+100
* vboot: Implement common UI loopHsuan Ting Chen2020-05-041-0/+107