summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_ui_menu.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-071-1/+0
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-8/+8
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-1/+0
* Initialize retstabilize-12061.Bstabilize-12060.Bstabilize-12058.Bstabilize-12054.BMathew King2019-04-051-0/+1
* ui: Allow dismissing debug output with Esc, fix detachable issuesJulius Werner2019-04-041-3/+10
* vboot: do not check for VBSD_HONOR_VIRT_DEV_SWITCHJoel Kitching2019-03-261-2/+1
* firmware/lib: commit nvram before running legacyMatt Delco2019-03-201-3/+3
* vboot: add power button query functionalityMatt Delco2019-03-161-1/+1
* vboot: changes to allow RW_LEGACY hash verificationMatt Delco2019-03-131-1/+1
* vboot_display: Add full_info parameter to VbExDisplayDebugInfo()factory-atlas-11907.Bfactory-atlas-11907.11.BJulius Werner2019-03-091-2/+2
* Add console logging to make UI easier to navigate without a screenJulius Werner2019-03-011-0/+26
* vboot: Add ui for setting vendor data in VPDfirmware-atlas-11827.12.BMathew King2019-02-221-3/+3
* vboot: Don't hardcode special keyboard values.Mathew King2019-02-221-4/+4
* vboot_reference: Merge error beeping, printing, and loggingNick Crews2018-12-131-27/+27
* Add a screen showing a menu for alternative firmwareSimon Glass2018-11-161-7/+93
* Pass all calls to VBExLegacy() through a single functionstabilize-11217.BSimon Glass2018-11-011-6/+1
* Create a new file for common vboot UI functionsSimon Glass2018-11-011-0/+1
* Add a parameter to vb2_error_beep()Simon Glass2018-10-261-10/+10
* Export vb2_error_beep()Simon Glass2018-10-191-8/+0
* Add a variable for allowing alternative firmwareSimon Glass2018-10-181-3/+5
* Move developer menu code higher in the fileSimon Glass2018-10-181-93/+94
* Add support for booting into alternative boot loadersSimon Glass2018-09-261-1/+1
* firmware/lib/vboot_ui: Add a VbExSleepMs to the developer mode UIsRaul E Rangel2018-09-051-0/+4
* Add new GBB_FLAG_FORCE_MANUAL_RECOVERYJulius Werner2018-03-261-4/+4
* detachables: Allow 'Tab' to display debug info on all screensJulius Werner2018-02-081-0/+3
* detachables: Ensure menu_idx can't be used uninitalizedMartin Roth2018-02-021-0/+1
* detachables: Refactor BROKEN screen handling, add OPTIONS menu to itJulius Werner2018-01-311-42/+45
* detachables: Factor out common UI loop input handlingJulius Werner2018-01-311-73/+58
* detachables: The Big RefactorJulius Werner2018-01-311-747/+506
* detachables: Combine set_menu_items and set_disabled_idx_maskJulius Werner2018-01-311-58/+35
* detachables: Remove obsolete RECOVERY menuJulius Werner2018-01-311-43/+0
* detachables: Replace RECOVERY with OPTIONS menuShelley Chen2018-01-251-104/+113
* detachables: Define options menuShelley Chen2018-01-231-0/+12
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-091-16/+13
* firmware: Prune down old region APIRandall Spangler2018-01-091-18/+14
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-4/+3
* firmware: Remove bmpblk codeRandall Spangler2018-01-091-22/+16
* firmware: simplify audioRandall Spangler2018-01-051-18/+7
* firmware: use sd->gbb_flagsRandall Spangler2018-01-051-11/+13
* detach_ui_test: Move variables needed for unit tests to private fileShelley Chen2017-12-181-69/+4
* Revert "vboot: Fix INSERT screen error when valid Kernel USB is not inserted"Philip Chen2017-12-121-3/+1
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-111-10/+9
* vboot_ui_menu: honour power button press in RECOVERY_NO_GOOD_SCREENRizwan Qureshi2017-12-111-1/+2
* vboot: Fix INSERT screen error when valid Kernel USB is not insertedBarnali Sarkar2017-12-111-1/+3
* 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