summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_ui_menu.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: Rename legacy UIsHsuan Ting Chen2020-02-121-919/+0
* vboot: Reduce unnecessary redraw of error messageYu-Ping Wu2020-02-101-4/+3
* vboot: remove secdata TPM backend codeJoel Kitching2020-01-221-1/+0
* vboot: use vboot 2 flags for checking rec/dev modeJoel Kitching2020-01-101-4/+2
* vboot: change USB_BOOT_ON_DEV to use build flagJoel Kitching2019-12-241-1/+1
* vboot: move vb2_allow_recovery function to 2miscJoel Kitching2019-12-061-1/+0
* vboot: remove unnecessary vboot_common.h includesJoel Kitching2019-12-061-0/+1
* vboot: convert LoadKernel and TryLoadKernel to vboot2-style errorsJoel Kitching2019-12-061-2/+2
* vboot/altfw: fix up some altfw codeJoel Kitching2019-11-301-3/+3
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-281-7/+10
* EC software sync: Split up EC and auxfw syncTim Wawrzynczak2019-11-141-1/+0
* vboot: move ec_sync to vboot2 namespaceJoel Kitching2019-10-251-1/+1
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-231-3/+3
* vboot: make BROKEN screen code for saving nvdata more consistentJoel Kitching2019-10-231-5/+5
* firmware: ui: Unify delays, remove DISK/KEY split in recovery modeJulius Werner2019-10-221-29/+12
* firmware: Don't set recovery reason for removable boot in TryLoadKernelJulius Werner2019-10-221-11/+0
* vboot/secdata: rename rollback_index to secdata_tpmJoel Kitching2019-09-051-1/+1
* vboot/secdata: fix 2secdata.h includesJoel Kitching2019-08-311-0/+1
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-1/+1
* vboot: properly check failure from VbExGetLocalizationCountJoel Kitching2019-08-131-3/+2
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-131-1/+1
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-11/+11
* vboot: fix use of SetVirtualDevMode return valuesJoel Kitching2019-08-131-1/+1
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-32/+32
* 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