summaryrefslogtreecommitdiff
path: root/firmware/lib/vboot_display.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: reshuffle legacy UI filesJoel Kitching2020-05-251-272/+0
* vboot: move VbExGetLocalizationCount to vboot2Joel Kitching2020-05-181-4/+5
* vboot: move recovery reason strings to vboot2 namespaceJoel Kitching2020-04-201-109/+2
* vboot: stop using StrnAppend and Uint64ToStringJoel Kitching2020-03-311-68/+34
* EFS: Implement EFS2 and NO_BOOT modeDaisuke Nojiri2020-03-051-0/+4
* vboot: eradicate vboot1 data structures from kernel verificationJoel Kitching2020-02-271-8/+0
* vboot: do not call vb2_commit_data at end of VBSLKJoel Kitching2020-02-181-1/+1
* vboot: add vboot2 flags to vboot_displayJoel Kitching2020-02-181-0/+14
* vboot: check for recovery mode with VB2_CONTEXT_RECOVERY_MODEJoel Kitching2020-02-141-1/+1
* vboot/vboot_display: fetch subkey from vboot2 structJoel Kitching2020-02-141-2/+5
* vboot: remove VBSD from tests that don't need itJoel Kitching2020-01-111-7/+9
* 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/secdata: rewrite rollback_index and centralize reads/writesJoel Kitching2019-11-281-2/+2
* ec_sync: Remove vb2ex_get_expected_image() callbackTim Wawrzynczak2019-11-141-3/+0
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-231-1/+1
* vboot: make BROKEN screen code for saving nvdata more consistentJoel Kitching2019-10-231-10/+7
* firmware: Clean up and deprecate recovery reasonsJulius Werner2019-10-221-63/+14
* vboot: fix up some more includesJoel Kitching2019-09-231-1/+1
* vboot/secdata: rename secdata and secdatakJoel Kitching2019-08-311-3/+5
* vboot: deprecate fastboot supportJoel Kitching2019-08-301-10/+0
* vboot: replace sysincludes.h with 2sysincludes.hJoel Kitching2019-08-221-2/+0
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-131-1/+1
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-4/+4
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-1/+1
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-061-8/+8
* vboot/vboot_display: retrieve from vboot2 data structures when availableJoel Kitching2019-07-221-6/+6
* vboot: remove VbPublicKey structJoel Kitching2019-07-101-3/+3
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-071-23/+36
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-281-1/+2
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-1/+0
* Remove code for displaying screen from GBBDaisuke Nojiri2019-05-071-1/+0
* VbCheckDisplayKey: Remove easter egg supportJulius Werner2019-04-041-17/+0
* VbDisplayDebugInfo: Don't redraw screenJulius Werner2019-04-041-9/+0
* ui: Allow dismissing debug output with Esc, fix detachable issuesJulius Werner2019-04-041-7/+12
* Arrow keys change language on vendor data uisMathew King2019-03-261-2/+3
* vboot_display: Add full_info parameter to VbExDisplayDebugInfo()factory-atlas-11907.Bfactory-atlas-11907.11.BJulius Werner2019-03-091-1/+1
* vboot_display: Record screen change even on errorJulius Werner2019-03-081-23/+14
* Add console logging to make UI easier to navigate without a screenJulius Werner2019-03-011-0/+1
* vboot: Add ui for setting vendor data in VPDfirmware-atlas-11827.12.BMathew King2019-02-221-4/+6
* Add a screen showing a menu for alternative firmwareSimon Glass2018-11-161-0/+5
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-031-2/+2
* ec_sync: Add recovery reason for aux update failureDuncan Laurie2018-03-281-0/+2
* 2lib: Add support for 64-byte nvstorage recordRandall Spangler2018-03-071-1/+1
* firmware: Prune down old region APIRandall Spangler2018-01-091-8/+6
* firmware: Include vb1 shared data in vb2 structRandall Spangler2018-01-091-2/+1
* firmware: Remove bmpblk codeRandall Spangler2018-01-091-332/+8
* firmware: use sd->gbb_flagsRandall Spangler2018-01-051-10/+8
* vboot: Use 2nvstorage instead of vboot_nvstorageRandall Spangler2017-12-111-72/+71
* detachables: Skip "Enable Developer Mode" in DEV modeShelley Chen2017-08-141-3/+7