summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_ui.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: remove secdata TPM backend codeJoel Kitching2020-01-221-11/+1
* vboot: translate recovery reason info from vboot 2->1Joel Kitching2020-01-211-3/+2
* vboot: use vboot 2 flags for checking rec/dev modeJoel Kitching2020-01-101-5/+4
* vboot: change USB_BOOT_ON_DEV to use build flagJoel Kitching2019-12-241-9/+2
* 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-50/+40
* vboot/altfw: fix up some altfw codeJoel Kitching2019-11-301-5/+5
* firmware: Add static keyword to power_button_stateYu-Ping Wu2019-11-291-1/+1
* vboot/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-281-9/+8
* vboot: Don't warn user if enter key is pressed if rec switch is physicalMathew King2019-11-251-10/+20
* EC software sync: Split up EC and auxfw syncTim Wawrzynczak2019-11-141-1/+0
* Revert "Clean up implicit fall through."Mathew King2019-11-051-2/+2
* Clean up implicit fall through.Manoj Gupta2019-11-051-2/+2
* vboot: Remove the never called breakEric Lai2019-11-051-3/+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-6/+6
* vboot: make BROKEN screen code for saving nvdata more consistentJoel Kitching2019-10-231-2/+4
* firmware: ui: Unify delays, remove DISK/KEY split in recovery modeJulius Werner2019-10-221-88/+59
* firmware: Don't set recovery reason for removable boot in TryLoadKernelJulius Werner2019-10-221-17/+0
* firmware: Clean up and deprecate recovery reasonsJulius Werner2019-10-221-5/+2
* vboot: join vb2_fail and vb2api_failJoel Kitching2019-10-021-3/+3
* vboot: fix up some more includesJoel Kitching2019-09-231-1/+1
* 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