summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* Initialize retstabilize-12061.Bstabilize-12060.Bstabilize-12058.Bstabilize-12054.BMathew King2019-04-051-0/+1
* VbCheckDisplayKey: Remove easter egg supportJulius Werner2019-04-042-24/+0
* VbDisplayDebugInfo: Don't redraw screenJulius Werner2019-04-041-9/+0
* ui: Allow dismissing debug output with Esc, fix detachable issuesJulius Werner2019-04-042-10/+22
* vboot: mark VBSD_HONOR_VIRT_DEV_SWITCH as deprecatedfactory-sarien-12033.BJoel Kitching2019-04-011-1/+1
* vboot: mark VB2_CONTEXT_FORCE_DEVELOPER_MODE as deprecatedJoel Kitching2019-04-011-2/+3
* 2lib: create generic return code for unimplemented external functionsJoel Kitching2019-03-282-9/+17
* vboot: do not check for VB2_CONTEXT_FORCE_DEVELOPER_MODEstabilize-11998.BJoel Kitching2019-03-262-4/+2
* vboot: do not check for VBSD_HONOR_VIRT_DEV_SWITCHJoel Kitching2019-03-263-6/+4
* vboot: pull vb2_context up to higher level in call stackJoel Kitching2019-03-263-68/+68
* 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-263-9/+13
* vboot: add diagnostic modeMatt Delco2019-03-215-3/+177
* firmware: allocate nvram bit for diagnostic modeMatt Delco2019-03-203-1/+11
* firmware/lib: commit nvram before running legacyMatt Delco2019-03-204-11/+17
* firmware: add time unit conversion definesMatt Delco2019-03-204-10/+11
* 2api: add callback for vb2ex_tpm_set_modeMatt Delco2019-03-203-0/+38
* 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-163-8/+10
* vboot: remove deprecated constantsJoel Kitching2019-03-152-4/+0
* vboot: changes to allow RW_LEGACY hash verificationMatt Delco2019-03-137-7/+49
* vboot: add documentation for different switches in vb2_api.hJoel Kitching2019-03-111-0/+15
* vboot: move general constants to a separate headerJoel Kitching2019-03-113-36/+65
* vboot_display: Add full_info parameter to VbExDisplayDebugInfo()factory-atlas-11907.Bfactory-atlas-11907.11.BJulius Werner2019-03-096-14/+14
* vboot_display: Record screen change even on errorJulius Werner2019-03-081-23/+14
* futility: Merge Debug() into VB2_DEBUG()Julius Werner2019-03-062-7/+4
* Add console logging to make UI easier to navigate without a screenJulius Werner2019-03-013-0/+28
* tpm_lite: Fix delegation table parsingMattias Nissler2019-02-271-1/+3
* vboot: Add ui for setting vendor data in VPDfirmware-atlas-11827.12.BMathew King2019-02-2210-27/+263
* vboot: Don't hardcode special keyboard values.Mathew King2019-02-223-10/+14
* vboot: rename VB2_DISABLE_DEVELOPER_MODEJoel Kitching2019-02-142-1/+3
* vboot: rename VB2_SD_DEV_MODE_ENABLEDJoel Kitching2019-02-142-2/+3
* vboot_reference: Merge error beeping, printing, and loggingNick Crews2018-12-134-48/+84
* rollback_index: add newline to VB2_DEBUG callfirmware-kalista-11343.BJoel Kitching2018-12-031-1/+1
* firmware: tpm2_lite: Implement TlclGetRandom()Stephen Boyd2018-11-273-3/+57
* vboot_api: Add new VB_AUX_FW_NO_DEVICE update severityKarthikeyan Ramasubramanian2018-11-271-3/+5
* vboot: correct spacing in 2nvstorageJoel Kitching2018-11-191-0/+4
* CHERRY-PICK: vboot: create NVRAM flag to pause after EC software syncJoel Kitching2018-11-193-1/+16
* Add a screen showing a menu for alternative firmwareSimon Glass2018-11-167-36/+220
* Pass all calls to VBExLegacy() through a single functionstabilize-11217.BSimon Glass2018-11-015-60/+41
* Create a new file for common vboot UI functionsSimon Glass2018-11-015-26/+50
* Unify the rest of the beepsSimon Glass2018-11-011-3/+3
* tpmc: Add TlclUndefineSpace/Ex for TPM 1.2/2.0Meng-Huan Yu2018-11-016-0/+107
* Add a parameter to vb2_error_beep()Simon Glass2018-10-263-20/+32
* Add a constant for the escape keystabilize-atlas-11177.BSimon Glass2018-10-192-3/+4
* Export vb2_error_beep()Simon Glass2018-10-193-14/+15
* Split out functions which handle alternative firmwareSimon Glass2018-10-192-17/+58
* 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
* Ignore power button if held on startupstabilize-11151.59.Bstabilize-11151.100.BEdward Hill2018-10-021-0/+22