summaryrefslogtreecommitdiff
path: root/firmware/lib
Commit message (Expand)AuthorAgeFilesLines
* vboot: Add ui for setting vendor data in VPDfirmware-atlas-11827.12.BMathew King2019-02-227-24/+208
* vboot: Don't hardcode special keyboard values.Mathew King2019-02-222-10/+10
* 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-272-3/+47
* Add a screen showing a menu for alternative firmwareSimon Glass2018-11-166-36/+201
* 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-013-0/+81
* 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-191-1/+1
* 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
* Add support for booting into alternative boot loadersSimon Glass2018-09-262-5/+19
* firmware/lib/vboot_ui: Add a VbExSleepMs to the developer mode UIsRaul E Rangel2018-09-052-0/+9
* vboot_reference: sync flags with eve-campfire branchTing Shen2018-08-141-1/+3
* vboot_reference: Change OOBE autoconfig TPM space to storing 32-byte hashTudor Brindus2018-08-081-4/+4
* vboot: bulk fix tabs and spacing inconsistencyJoel Kitching2018-08-0314-121/+121
* vboot_reference: Claim space for OOBE autoconfig public keyTudor Brindus2018-07-271-0/+4
* cgpt: Remove unnecessary 512-byte sector check and minimum lba count checks.Sam Hurst2018-05-011-7/+8
* tpm_lite: Add TlclGetSpaceInfoMattias Nissler2018-04-133-15/+126
* tpm_lite: Support delegation family functionality.Mattias Nissler2018-04-132-0/+63
* tpm_lite: Add more general DefineSpaceEx functionMattias Nissler2018-04-133-7/+252
* tpm_lite: Implement TakeOwnership supportMattias Nissler2018-04-133-0/+239
* tpm_lite: Implement ReadPubek command.Mattias Nissler2018-04-132-4/+168
* cgpt: Remove hard coded 512 block size.Sam Hurst2018-04-123-18/+29
* tpm_lite: Introduce cursor read helpersstabilize-meowth-10574.Bstabilize-10569.BMattias Nissler2018-04-092-47/+49
* tpm_lite: Drop FOR_TEST for tlcl.cMattias Nissler2018-04-091-5/+0
* ec_sync: Go to recovery on aux fw update failureDuncan Laurie2018-03-303-18/+55
* ec_sync: Add recovery reason for aux update failureDuncan Laurie2018-03-281-0/+2
* firmware: tpm2_lite: fix command/response code typeAndrey Pronin2018-03-271-2/+1
* firmware: tpm2_lite: propagate actual errorsAndrey Pronin2018-03-272-151/+125
* Add new GBB_FLAG_FORCE_MANUAL_RECOVERYJulius Werner2018-03-264-9/+15
* 2lib: Add support for 64-byte nvstorage recordRandall Spangler2018-03-072-4/+6
* firmware: Remove deprecated SW_WP_ENABLED flagRandall Spangler2018-03-042-3/+0
* firmware: Remove VbLockDevice()stabilize-10452.96.Bstabilize-10452.90.Bstabilize-10452.85.Bstabilize-10452.81.Brelease-R66-10452.BRandall Spangler2018-03-011-15/+0
* Always enter BROKEN screen in non-manual recovery, even in dev modeJulius Werner2018-02-201-4/+0
* Clear OPROM_NEEDED on EC update before rebootDaisuke Nojiri2018-02-161-0/+3
* detachables: Allow 'Tab' to display debug info on all screensJulius Werner2018-02-081-0/+3
* Request cold reboot when switching to dev modeDaisuke Nojiri2018-02-081-1/+1
* cgpt: add support for managing GPT platform required partition bitBen Chan2018-02-062-0/+12
* detachables: Ensure menu_idx can't be used uninitalizedMartin Roth2018-02-021-0/+1
* detachables: Refactor BROKEN screen handling, add OPTIONS menu to itJulius Werner2018-01-311-42/+45
* detachables: Factor out common UI loop input handlingJulius Werner2018-01-311-73/+58
* detachables: The Big RefactorJulius Werner2018-01-312-747/+520
* detachables: Combine set_menu_items and set_disabled_idx_maskJulius Werner2018-01-311-58/+35