summaryrefslogtreecommitdiff
path: root/firmware/lib
Commit message (Expand)AuthorAgeFilesLines
* vboot: remove VerifyMemberInside functionstabilize-12301.BJoel Kitching2019-06-262-41/+7
* vboot: remove vboot1 version of ARRAY_SIZE macroJoel Kitching2019-06-261-4/+0
* vboot: remove OffsetOf functionJoel Kitching2019-06-262-12/+2
* vboot: remove unused CombineUint16Pair functionJoel Kitching2019-06-261-7/+0
* vboot: remove VbCommonParams structJoel Kitching2019-06-241-1/+0
* lib/ec_sync_all: Reboot EC to RO after successful AUX FW updateKarthikeyan Ramasubramanian2019-06-191-8/+12
* vboot: fix vb2_gbb_read_recovery_key to save into intJoel Kitching2019-06-182-20/+22
* lib/vboot_kernel: Log speed at which kernel was loadedRaul E Rangel2019-06-181-1/+9
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-076-135/+54
* vboot: don't unset VB2_NV_DISPLAY_REQUEST in EC syncJoel Kitching2019-06-072-38/+5
* vboot: don't use VB2_NV_DISPLAY_REQUEST for diagnostic modeJoel Kitching2019-06-072-28/+15
* vboot: check display init when entering normal modeJoel Kitching2019-06-071-0/+30
* firmware/lib/ec_sync_all: Refactor the EC SW Sync flowKarthikeyan Ramasubramanian2019-05-281-28/+46
* vboot: do not use cparams for VBSDJoel Kitching2019-05-281-26/+14
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-288-54/+47
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-177-9/+2
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-164-50/+53
* firmware: replace recovery mode flag with physical presenceMatt Delco2019-05-162-23/+37
* vboot: remove workaround in diagnostics UIstabilize-12206.BMatt Delco2019-05-141-24/+14
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-147-34/+37
* Remove code for displaying screen from GBBDaisuke Nojiri2019-05-073-66/+0
* vboot_ui: Add newline to end of error stringDuncan Laurie2019-05-021-1/+1
* vboot: remove workbuf alloc and free codeJoel Kitching2019-04-171-35/+6
* Enable launching diagnostics from OS broken screenstabilize-12088.BMathew King2019-04-131-8/+22
* 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: do not check for VBSD_HONOR_VIRT_DEV_SWITCHJoel Kitching2019-03-262-5/+2
* vboot: pull vb2_context up to higher level in call stackJoel Kitching2019-03-261-65/+60
* 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-213-2/+166
* firmware/lib: commit nvram before running legacyMatt Delco2019-03-204-11/+17
* firmware: add time unit conversion definesMatt Delco2019-03-201-7/+4
* 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-162-4/+5
* vboot: changes to allow RW_LEGACY hash verificationMatt Delco2019-03-133-5/+5
* vboot_display: Add full_info parameter to VbExDisplayDebugInfo()factory-atlas-11907.Bfactory-atlas-11907.11.BJulius Werner2019-03-094-6/+6
* 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-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-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