summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_ui.c
Commit message (Expand)AuthorAgeFilesLines
* Add a screen showing a menu for alternative firmwareSimon Glass2018-11-161-29/+68
* Pass all calls to VBExLegacy() through a single functionstabilize-11217.BSimon Glass2018-11-011-20/+17
* Create a new file for common vboot UI functionsSimon Glass2018-11-011-16/+1
* Unify the rest of the beepsSimon Glass2018-11-011-3/+3
* Add a parameter to vb2_error_beep()Simon Glass2018-10-261-8/+15
* Add a constant for the escape keystabilize-atlas-11177.BSimon Glass2018-10-191-1/+1
* Export vb2_error_beep()Simon Glass2018-10-191-6/+10
* Split out functions which handle alternative firmwareSimon Glass2018-10-191-17/+24
* Ignore power button if held on startupstabilize-11151.59.Bstabilize-11151.100.BEdward Hill2018-10-021-0/+22
* Add support for booting into alternative boot loadersSimon Glass2018-09-261-4/+18
* firmware/lib/vboot_ui: Add a VbExSleepMs to the developer mode UIsRaul E Rangel2018-09-051-0/+5
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-2/+2
* Add new GBB_FLAG_FORCE_MANUAL_RECOVERYJulius Werner2018-03-261-1/+1
* Request cold reboot when switching to dev modeDaisuke Nojiri2018-02-081-1/+1
* firmware: Stop using vboot1 cparams internallyRandall Spangler2018-01-091-13/+12
* firmware: Prune down old region APIRandall Spangler2018-01-091-11/+8
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-6/+5
* firmware: Remove bmpblk codeRandall Spangler2018-01-091-26/+15
* firmware: simplify audioRandall Spangler2018-01-051-12/+4
* firmware: use sd->gbb_flagsRandall Spangler2018-01-051-13/+16
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-111-8/+7
* vboot_ui: Let keyboard power button shut down systemDaisuke Nojiri2017-12-081-17/+18
* Call VbExEcRunningRW to set IN_RW flagDaisuke Nojiri2017-10-301-3/+1
* Check EC_IN_RW before proceeding to recovery modeDaisuke Nojiri2017-10-051-11/+4
* 2lib: add VB2_DEBUG_RAW() to print without function nameRandall Spangler2017-01-201-40/+28
* firmware: replace VBDEBUG(()) macro with VB2_DEBUG()Randall Spangler2017-01-121-63/+63
* firmware: Split out kernel UIRandall Spangler2017-01-121-0/+581