summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_ui.c
Commit message (Expand)AuthorAgeFilesLines
* vboot/secdata: rename rollback_index to secdata_tpmJoel Kitching2019-09-051-1/+1
* vboot/secdata: fix 2secdata.h includesJoel Kitching2019-08-311-0/+1
* Fix fall through warning reported by ToT clang.Manoj Gupta2019-08-281-2/+2
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-2/+2
* vboot: replace sysincludes.h with 2sysincludes.hJoel Kitching2019-08-221-2/+0
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-19/+19
* vboot: fix use of SetVirtualDevMode return valuesJoel Kitching2019-08-131-1/+1
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-3/+3
* firmware/lib: Add fall through commentsJacob Garber2019-08-071-0/+2
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-17/+17
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-071-1/+0
* vboot: don't use VB2_NV_DISPLAY_REQUEST for diagnostic modeJoel Kitching2019-06-071-2/+0
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-9/+9
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-3/+2
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-161-2/+2
* firmware: replace recovery mode flag with physical presenceMatt Delco2019-05-161-23/+32
* vboot: remove workaround in diagnostics UIstabilize-12206.BMatt Delco2019-05-141-24/+14
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-6/+7
* vboot_ui: Add newline to end of error stringDuncan Laurie2019-05-021-1/+1
* Enable launching diagnostics from OS broken screenstabilize-12088.BMathew King2019-04-131-8/+22
* vboot: do not check for VBSD_HONOR_VIRT_DEV_SWITCHJoel Kitching2019-03-261-3/+1
* Don't allow vowels in vendor data except first charMathew King2019-03-261-3/+9
* Arrow keys change language on vendor data uisMathew King2019-03-261-6/+8
* vboot: add diagnostic modeMatt Delco2019-03-211-2/+140
* firmware/lib: commit nvram before running legacyMatt Delco2019-03-201-3/+3
* Show error and wait for 5 seconds to shutdown if setting vendor data failsMathew King2019-03-161-5/+7
* vboot: add power button query functionalityMatt Delco2019-03-161-3/+4
* vboot_display: Add full_info parameter to VbExDisplayDebugInfo()factory-atlas-11907.Bfactory-atlas-11907.11.BJulius Werner2019-03-091-1/+1
* vboot: Add ui for setting vendor data in VPDfirmware-atlas-11827.12.BMathew King2019-02-221-15/+192
* vboot: Don't hardcode special keyboard values.Mathew King2019-02-221-6/+6
* vboot_reference: Merge error beeping, printing, and loggingNick Crews2018-12-131-16/+24
* 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