summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* vboot: vb2_shared_data offsets should hang off parentstabilize-12428.BJoel Kitching2019-08-1617-229/+230
* tests: Fix off-by-one error in array bounds checkJacob Garber2019-08-161-1/+1
* futility: Add load_firmware_image() error checkJacob Garber2019-08-141-1/+2
* vboot/secdata: rename identifier in RollbackFwmpRead for clarityJoel Kitching2019-08-141-12/+12
* vboot: remove unused and deprecated vboot1 error codesfirmware-mistral-12422.BJoel Kitching2019-08-131-33/+1
* vboot: properly check failure from VbExGetLocalizationCountJoel Kitching2019-08-132-3/+7
* vboot/secdata: remove retries from rollback functionsJoel Kitching2019-08-132-315/+109
* vboot: replace VBERROR_INVALID_PARAMETER with vboot2 equivalentJoel Kitching2019-08-133-5/+3
* vboot: replace VBERROR_SIMULATED with VB2_ERROR_MOCKJoel Kitching2019-08-138-34/+32
* vboot: replace VBERROR_UNKNOWN with VB2_ERROR_UNKNOWNJoel Kitching2019-08-1312-26/+25
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-1333-225/+222
* vboot: fix use of SetVirtualDevMode return valuesJoel Kitching2019-08-134-4/+4
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-1384-865/+756
* Minor fixes for clangJulius Werner2019-08-092-2/+3
* image_signing: clean up oci container key referencesMike Frysinger2019-08-094-106/+15
* firmware/lib: Add fall through commentsJacob Garber2019-08-072-0/+3
* cgpt: Fix format specifiers for uint64_tJacob Garber2019-08-062-3/+3
* cgpt: Fix format specifier for size_tJacob Garber2019-08-061-1/+1
* vboot: rename VbError_t typedef to vb2_error_tJoel Kitching2019-08-0631-296/+295
* vboot/tpm: fix return type inconsistenciesJoel Kitching2019-08-065-17/+28
* vboot: join vboot1 and vboot2 errors into same enumJoel Kitching2019-08-067-104/+102
* sign_official_build.sh: Update kern_b_hash to support SHA256stabilize-octopus-12371.15.Bstabilize-12386.Bstabilize-12371.89.Bstabilize-12371.82.Bstabilize-12371.81.Bstabilize-12371.80.Bstabilize-12371.75.Bstabilize-12371.71.Bstabilize-12371.65.Bstabilize-12371.52.Bstabilize-12371.50.Bstabilize-12371.39.Bstabilize-12371.27.Bstabilize-12371.26.Bstabilize-12371.11.Brelease-R77-12371.BJulius Werner2019-07-251-1/+7
* vboot: deprecate VbExError functionJoel Kitching2019-07-246-44/+13
* vboot: remove Boot Descriptor Block (BDB) library and utilitiesJoel Kitching2019-07-2462-9222/+7
* set_lsb_release.sh: tell getfattr to use absolute namesQijiang YĆ«ki Ishii2019-07-231-1/+1
* vboot/futility: update fatal errors to use FATALJoel Kitching2019-07-2213-94/+79
* vboot/vboot_display: retrieve from vboot2 data structures when availableJoel Kitching2019-07-221-6/+6
* scripts: Update OWNERS file to reflect current ownership.factory-mistral-12361.BLaMont Jones2019-07-211-2/+3
* vboot: use Fatal instead of VbExError in cmd_vbutil_kernelJoel Kitching2019-07-151-5/+3
* image_signing: drop "install" alias for factoryMike Frysinger2019-07-111-2/+1
* vboot: remove VbPublicKey structJoel Kitching2019-07-108-85/+50
* vboot: replace Min macro with VB2_MINstabilize-12331.BJoel Kitching2019-07-068-68/+68
* futility: updater: Report EC and PD images on emulationHung-Te Lin2019-07-031-6/+14
* make_dev_firmware.sh: correct flashrom examplesRoss Zwisler2019-07-031-2/+2
* keygeneration: default to RSA4096 keys.LaMont Jones2019-06-282-9/+28
* firmware: Print GBB flags at the start of kernel verificationJulius Werner2019-06-281-0/+2
* 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