summaryrefslogtreecommitdiff
path: root/firmware/lib
Commit message (Expand)AuthorAgeFilesLines
* vboot/secdata: rename identifier in RollbackFwmpRead for clarityJoel Kitching2019-08-141-12/+12
* vboot: properly check failure from VbExGetLocalizationCountJoel Kitching2019-08-131-3/+2
* vboot/secdata: remove retries from rollback functionsJoel Kitching2019-08-131-156/+84
* vboot: replace VBERROR_INVALID_PARAMETER with vboot2 equivalentJoel Kitching2019-08-131-1/+1
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-134-4/+4
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-1312-78/+78
* vboot: fix use of SetVirtualDevMode return valuesJoel Kitching2019-08-134-4/+4
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-1312-61/+58
* firmware/lib: Add fall through commentsJacob Garber2019-08-072-0/+3
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-0612-114/+113
* vboot/tpm: fix return type inconsistenciesJoel Kitching2019-08-062-2/+3
* vboot: deprecate VbExError functionJoel Kitching2019-07-241-2/+4
* vboot/vboot_display: retrieve from vboot2 data structures when availableJoel Kitching2019-07-221-6/+6
* vboot: remove VbPublicKey structJoel Kitching2019-07-103-17/+22
* vboot: replace Min macro with VB2_MINstabilize-12331.BJoel Kitching2019-07-061-3/+0
* firmware: Print GBB flags at the start of kernel verificationJulius Werner2019-06-281-0/+2
* 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