summaryrefslogtreecommitdiff
path: root/firmware/2lib/2ui.c
Commit message (Expand)AuthorAgeFilesLines
* vboot/ui: Check allocated pointer before using the pointerstabilize-14149.Bedisonhello2021-08-101-1/+1
* vboot: Publicize and create functions for UI migrationedisonhello2021-07-301-1/+0
* vboot: Add DEV_BOOT_*ALLOWED in ctx->flagsedisonhello2021-07-301-2/+2
* vboot: Add vb2api_set_locale_idedisonhello2021-07-271-1/+1
* vboot/ui: Use vb2api_gbb_get_flags instead of vb2_get_gbbedisonhello2021-07-271-2/+1
* vboot: Replace VB2_REQUEST_UI_CONTINUE with VB2_SUCCESSChung-Sheng Wu2021-03-091-29/+41
* vboot/ui: Change root screen if DEV_DISABLE_BOOT is setYu-Ping Wu2021-03-021-3/+13
* vboot: standardize legacy boot and altfw terminologyJoel Kitching2021-02-271-2/+2
* 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-041-2/+0
* vboot/ui: Split disabled_item_mask into two masks for log screenHsuan Ting Chen2020-10-141-3/+11
* vboot/ui: stop including 2secdata.h in 2ui.cJoel Kitching2020-10-051-1/+0
* 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