summaryrefslogtreecommitdiff
path: root/firmware/2lib/2ui.c
Commit message (Expand)AuthorAgeFilesLines
* vboot/ui: Always beep when error dialog is shownHsuan Ting Chen2020-09-241-2/+4
* vboot: Introduce alternate boot functionalityJoel Kitching2020-09-111-0/+2
* minidiag: Add diagnostic menu screenMeng-Huan Yu2020-09-051-0/+8
* vboot/ui: Add refresh flag to support force refresh the screen in actionMeng-Huan Yu2020-09-031-4/+9
* vboot/ui: Add reinit screen hookfactory-trogdor-13443.BHsuan Ting Chen2020-08-301-0/+4
* vboot/ui: Fix handling error beep request without screen state changeHsuan Ting Chen2020-08-291-1/+3
* vboot/ui: Implement debug info screenHsuan Ting Chen2020-07-311-8/+5
* vboot/ui: decouple error beep from error messageYu-Ping Wu2020-07-281-6/+3
* firmware/2lib: Skip rest of ui_loop after closing error boxShelley Chen2020-07-101-3/+6
* vboot/ui: pass timer_disabled to vb2ex_display_ui()factory-puff-13329.BYu-Ping Wu2020-07-021-1/+7
* vboot/ui: add screen stack functionalityJoel Kitching2020-06-301-43/+79
* firmware/2lib: Add visual/audio error handlingShelley Chen2020-06-271-4/+37
* vboot: makeshift debug info screenJoel Kitching2020-06-211-1/+19
* vboot/ui: implement language selection screenYu-Ping Wu2020-06-011-9/+40
* vboot: move timer and beep functions to vboot2 namespaceJoel Kitching2020-05-281-1/+1
* vboot/ui: map Ctrl+S to the TO_NORM screenJoel Kitching2020-05-271-0/+2
* vboot/ui: stop centralizing keyboard input actionsJoel Kitching2020-05-271-85/+60
* vboot/ui: improve menu navigation docstringsJoel Kitching2020-05-271-71/+74
* vboot/ui: move invalid_disk_last into vb2_context_uiJoel Kitching2020-05-221-14/+14
* vboot/ui: standardize shutdown_required function signatureJoel Kitching2020-05-201-16/+18
* vboot/ui: add developer and to_norm screensJoel Kitching2020-05-181-34/+32
* vboot/ui: implement to_dev transition flowJoel Kitching2020-05-071-19/+48
* vboot/ui: remove validate_selection functionJoel Kitching2020-05-071-34/+18
* vboot/ui: move locale_id from screen_state into ui_contextJoel Kitching2020-05-051-5/+1
* vboot/ui: initialize vb2_ui_context memory to 0Joel Kitching2020-05-051-0/+1
* vboot: Implement common UI loopHsuan Ting Chen2020-05-041-13/+296
* vboot: Add recovery select screen to vb2_screenYu-Ping Wu2020-04-221-3/+3
* vboot: Implement dev mode boot options for menu UIstabilize-12997.BHsuan Ting Chen2020-03-231-2/+25
* vboot: Introduce menu UIHsuan Ting Chen2020-03-211-0/+43