summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_ui_menu.c
Commit message (Expand)AuthorAgeFilesLines
* detachables: create menu items for legacy screensstabilize-10176.65.Bstabilize-10176.58.Bstabilize-10176.54.Bstabilize-10176.47.Bstabilize-10176.13.Brelease-R64-10176.BShelley Chen2017-11-231-2/+18
* Fix vboot compilation with coreboot-sdkStefan Reinauer2017-11-201-1/+1
* detachables: Use Volup+Voldown to exit recovery graphicfactory-fizz-10139.BShelley Chen2017-11-161-7/+11
* detachables: Implement disable dev mode for enterpriseShelley Chen2017-11-161-101/+36
* vboot_ui_menu: Use volume down short press at recovery menu screenFurquan Shaikh2017-11-141-1/+1
* buttons: Update button codes for vup, vdn and powerFurquan Shaikh2017-11-091-9/+11
* Call VbExEcRunningRW to set IN_RW flagDaisuke Nojiri2017-10-301-3/+1
* detachables: Remove screen blankingShelley Chen2017-10-261-5/+0
* detachables: Print error if enable normal mode when FORCE_DEV onShelley Chen2017-10-201-13/+28
* vboot_ui_menu: Checking vb2_update_menu return valueShelley Chen2017-10-181-0/+2
* Check EC_IN_RW before proceeding to recovery modeDaisuke Nojiri2017-10-051-11/+4
* vboot: Handle power button press in broken screenDivya Chellap2017-10-051-2/+7
* detachables: fix setting selected_idx of DEV_WARNING menuShelley Chen2017-09-151-1/+1
* detachables: Set TO_DEV menu's default selection to cancelShelley Chen2017-09-151-7/+10
* detachables: Ensure keyboard input in TO_DEV menu trustedShelley Chen2017-09-151-3/+16
* detachables: Disable Network Boot OptionShelley Chen2017-09-131-0/+3
* detachables: Power button turns off device on RECOVERY_INSERT screenShelley Chen2017-09-131-11/+11
* detachables: Display recovery insert icon at recovery startupShelley Chen2017-08-211-8/+28
* lib/vboot_ui_menu: Consider volume buttons in vb2_update_selectionFurquan Shaikh2017-08-181-0/+2
* detachables: Skip "Enable Developer Mode" in DEV modeShelley Chen2017-08-141-69/+107
* detachables: Select power off after language selectionShelley Chen2017-08-011-3/+22
* detachables: Fix language menu size in recoveryShelley Chen2017-06-221-4/+9
* detachables: Remove locale switch on up arrowShelley Chen2017-05-271-8/+0
* detachables: Adding language selection menuShelley Chen2017-05-271-15/+64
* detachables: Reset timer every time user moves the cursorShelley Chen2017-05-261-0/+6
* detachables: Use locale bitmaps instead of textShelley Chen2017-05-261-37/+25
* detachables: New code path for displaying detachable menusstabilize-9592.82.Bstabilize-9592.67.Bstabilize-9592.55.Bstabilize-9592.15.Brelease-R60-9592.BShelley Chen2017-05-251-0/+28
* vboot_ui_menu: Show Developer options on USB failureRizwan Qureshi2017-05-231-0/+2
* poppy: center detachable menu textstabilize-M58-9334.41.0.Bstabilize-9334.58.Brelease-R58-9334.BShelley Chen2017-03-021-2/+6
* poppy: Disable arrow keys for language switchShelley Chen2017-03-021-2/+0
* poppy: use return key for selectionShelley Chen2017-03-021-9/+2
* poppy: reinstating fw ctrl functionsShelley Chen2017-03-021-0/+43
* vboot_ui_menu: getting rid of explicit function printShelley Chen2017-03-021-50/+39
* poppy: replacing dev warn & rec screens with baseShelley Chen2017-03-021-9/+9
* poppy: Highlight menu selectionShelley Chen2017-02-271-21/+10
* poppy: initializing next_menu_idx to current_menu_idxShelley Chen2017-02-111-1/+1
* poppy: Converting all // comments to /* */Shelley Chen2017-01-301-64/+70
* poppy: Moving menu placement higherShelley Chen2017-01-301-1/+1
* poppy: Check NULL menu_array params in vb2_get_current_menu_size()Shelley Chen2017-01-301-1/+2
* poppy: Adding kernel-doc commentsShelley Chen2017-01-301-5/+40
* firmware: Using power button for selectionShelley Chen2017-01-241-0/+8
* firmware: Prevent wraparound when scrolling through menusShelley Chen2017-01-241-5/+10
* firmware: set fw screen default selectionShelley Chen2017-01-241-74/+95
* firmware: Adding vol up/down ascii definitionsShelley Chen2017-01-241-0/+4
* firmware: fixing menu artifacts during printingShelley Chen2017-01-181-2/+9
* firmware: adding support for language menuShelley Chen2017-01-181-0/+57
* firmware: Add recovery menu support for detachablesShelley Chen2017-01-181-64/+176
* firmware: Add developer menu support for detachablesShelley Chen2017-01-181-0/+814