summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vboot: remove VerifyMemberInside functionstabilize-12301.BJoel Kitching2019-06-265-95/+31
* vboot: remove vboot1 version of ARRAY_SIZE macroJoel Kitching2019-06-265-18/+17
* vboot: remove OffsetOf functionJoel Kitching2019-06-265-25/+9
* vboot: remove unused CombineUint16Pair functionJoel Kitching2019-06-262-15/+0
* vboot: remove vboot1-style VbExDebug functionJoel Kitching2019-06-262-15/+0
* futility: drop mtd support via android_mtdutilsMike Frysinger2019-06-262-42/+0
* vboot: remove VbCommonParams structJoel Kitching2019-06-242-39/+0
* create_new_android_keys: fix typo.stabilize-kukui-12285.BLaMont Jones2019-06-191-1/+1
* set_lsb_release.sh: only setfattr for selinux if modifiedQijiang Fan2019-06-191-3/+4
* lib/ec_sync_all: Reboot EC to RO after successful AUX FW updateKarthikeyan Ramasubramanian2019-06-192-12/+17
* 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
* updater: Add quirk for wilco devicesDuncan Laurie2019-06-152-0/+41
* vboot: add vb2api_gbb_get_flags functionJoel Kitching2019-06-143-0/+26
* vboot: export offset and type of GBB struct flags memberJoel Kitching2019-06-142-6/+16
* vboot: correct VB2_SECDATAK_SIZE constant to 13Joel Kitching2019-06-133-1/+9
* vboot: expose vb2api_secdatak_check and vb2api_secdatak_createJoel Kitching2019-06-1316-94/+38
* vboot: add OWNERS fileJoel Kitching2019-06-131-0/+4
* vboot: rewrite GBB functions and APIJoel Kitching2019-06-0721-280/+662
* vboot: don't unset VB2_NV_DISPLAY_REQUEST in EC syncJoel Kitching2019-06-073-42/+9
* vboot: don't use VB2_NV_DISPLAY_REQUEST for diagnostic modeJoel Kitching2019-06-074-47/+18
* vboot: check display init when entering normal modeJoel Kitching2019-06-073-8/+47
* vboot: check for VB2_NV_DIAG_REQUEST when enabling displayJoel Kitching2019-06-071-2/+4
* vboot: move vb2_packed_key and several functions from lib20 to 2libJoel Kitching2019-06-0715-210/+255
* set_lsb_release.sh: make sure selinux context for lsb-release fileQijiang Fan2019-06-061-0/+3
* tests/ec_sync_tests: Update the test to reflect new AUX FW protectionKarthikeyan Ramasubramanian2019-06-061-0/+5
* futility: Round up kernel blob to 4kEvan Green2019-06-061-0/+6
* Support signing Android APKs with apksignerVictor Hsieh2019-06-052-24/+60
* vboot: deprecate and remove VbInitParamsstabilize-12249.Bstabilize-12239.19.BJoel Kitching2019-05-291-17/+1
* 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-285-54/+33
* vboot: save GBB header in workbuf during firmware verificationJoel Kitching2019-05-2829-186/+291
* tpmc: fix tpmc pcrextend error messageVadim Bendebury2019-05-271-1/+2
* futility: updater: Fix logging messagesstabilize-12222.BHung-Te Lin2019-05-233-7/+6
* sign_official_build.sh: consistent format loem.iniLaMont Jones2019-05-211-2/+2
* cr50: relax signature type verification for test runsVadim Bendebury2019-05-171-3/+13
* vboot: standardize on vb2_context identifiers in testsJoel Kitching2019-05-1710-541/+541
* vboot: remove deprecated GoogleBinaryBlockHeaderJoel Kitching2019-05-171-114/+0
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-1729-131/+106
* vboot: remove NEED_VB2_SHA_LIBRARY switchJoel Kitching2019-05-171-15/+1
* vboot: de-externalize vb2_digest_buffer functionJoel Kitching2019-05-172-25/+0
* vboot: hide 2common.h from external APIJoel Kitching2019-05-176-20/+20
* image_signing: set correct security.selinux attribute for lsb-releaseQijiang Fan2019-05-164-0/+10
* vboot: update display init to use vboot2 codeJoel Kitching2019-05-1617-101/+147
* vboot: add VB2_NV_DISPLAY_REQUESTJoel Kitching2019-05-161-0/+3
* firmware: replace recovery mode flag with physical presenceMatt Delco2019-05-164-113/+372
* vboot: remove workaround in diagnostics UIstabilize-12206.BMatt Delco2019-05-141-24/+14
* vboot: deprecate Alt OS codeJoel Kitching2019-05-147-40/+18
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-1468-273/+240
* futility: Unify logging macrosJulius Werner2019-05-147-200/+205