summaryrefslogtreecommitdiff
path: root/firmware/2lib/include/2ui.h
Commit message (Expand)AuthorAgeFilesLines
* vboot/ui: Remove 2ui, 2ui_screens, and vb2_ui*_testsstabilize-rust-14225.Bstabilize-rust-14224.Bstabilize-rust-14220.Bedisonhello2021-09-141-231/+0
* vboot/ui: Remove diagnostics menu and related testsedisonhello2021-09-141-14/+0
* vboot/ui: Remove developer menu and related testsedisonhello2021-09-141-14/+0
* vboot/ui: Remove manual recovery and related screenedisonhello2021-09-141-11/+0
* vboot/ui: Remove broken recovery screenedisonhello2021-09-141-11/+0
* vboot/ui: Rename UI functionsedisonhello2021-09-141-1/+1
* minidiag: Add storage self-test screenChung-Sheng Wu2021-04-211-1/+1
* vboot/ui: Refactor log_page apiChung-Sheng Wu2021-04-011-0/+1
* vboot: Replace VB2_REQUEST_UI_CONTINUE with VB2_SUCCESSChung-Sheng Wu2021-03-091-4/+9
* vboot: always return after calling vb2_ui_screen_changestabilize-rust-13836.Bstabilize-13836.BJoel Kitching2021-03-051-2/+18
* vboot: standardize legacy boot and altfw terminologyJoel Kitching2021-02-271-1/+1
* vboot: make @return keyword consistent in function docstringsJoel Kitching2021-01-281-4/+4
* minidiag/ui: Prevent calling update action if memory test is finishedHsuan Ting Chen2020-11-121-0/+3
* vboot/ui: Suffix "_ms" to time-related variablesHsuan Ting Chen2020-11-041-1/+1
* vboot/ui: Split disabled_item_mask into two masks for log screenHsuan Ting Chen2020-10-141-4/+12
* vboot: Introduce alternate boot functionalityJoel Kitching2020-09-111-0/+5
* minidiag: Add diagnostic menu screenMeng-Huan Yu2020-09-051-0/+11
* vboot/ui: Add refresh flag to support force refresh the screen in actionMeng-Huan Yu2020-09-031-0/+4
* vboot/ui: Add reinit screen hookfactory-trogdor-13443.BHsuan Ting Chen2020-08-301-1/+10
* vboot/ui: Implement debug info screenHsuan Ting Chen2020-07-311-0/+5
* vboot/ui: decouple error beep from error messageYu-Ping Wu2020-07-281-1/+4
* vboot/ui: add screen stack functionalityJoel Kitching2020-06-301-6/+6
* firmware/2lib: Add visual/audio error handlingShelley Chen2020-06-271-0/+3
* vboot/ui: implement language selection screenYu-Ping Wu2020-06-011-13/+28
* vboot: move timer and beep functions to vboot2 namespaceJoel Kitching2020-05-281-1/+1
* vboot/ui: stop centralizing keyboard input actionsJoel Kitching2020-05-271-5/+0
* vboot/ui: improve menu navigation docstringsJoel Kitching2020-05-271-0/+62
* vboot/ui: Fix to_dev action initialization errorHsuan Ting Chen2020-05-261-0/+3
* vboot/ui: move invalid_disk_last into vb2_context_uiJoel Kitching2020-05-221-3/+6
* vboot/ui: standardize shutdown_required function signatureJoel Kitching2020-05-201-0/+9
* vboot/ui: add developer and to_norm screensJoel Kitching2020-05-181-0/+11
* vboot/ui: implement to_dev transition flowJoel Kitching2020-05-071-0/+13
* vboot/ui: move locale_id from screen_state into ui_contextJoel Kitching2020-05-051-1/+1
* vboot: Implement common UI loopHsuan Ting Chen2020-05-041-0/+50
* vboot: Introduce menu UIHsuan Ting Chen2020-03-211-0/+47