summaryrefslogtreecommitdiff
path: root/futility
Commit message (Expand)AuthorAgeFilesLines
* Fix fall through warning reported by ToT clang.Manoj Gupta2019-08-282-3/+3
* futility: avoid leak in eve's smmstore quirkPatrick Georgi2019-08-281-1/+1
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-2828-75/+56
* futility: updater: Fix incorrect line break in error messageHung-Te Lin2019-08-221-2/+2
* futility: Add load_firmware_image() error checkJacob Garber2019-08-141-1/+2
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-2/+2
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-19/+18
* vboot: remove Boot Descriptor Block (BDB) library and utilitiesJoel Kitching2019-07-243-875/+0
* vboot/futility: update fatal errors to use FATALJoel Kitching2019-07-2213-94/+79
* vboot: use Fatal instead of VbExError in cmd_vbutil_kernelJoel Kitching2019-07-151-5/+3
* vboot: replace Min macro with VB2_MINstabilize-12331.BJoel Kitching2019-07-062-3/+3
* futility: updater: Report EC and PD images on emulationHung-Te Lin2019-07-031-6/+14
* futility: drop mtd support via android_mtdutilsMike Frysinger2019-06-261-37/+0
* updater: Add quirk for wilco devicesDuncan Laurie2019-06-152-0/+41
* vboot: move vb2_packed_key and several functions from lib20 to 2libJoel Kitching2019-06-072-0/+2
* futility: Round up kernel blob to 4kEvan Green2019-06-061-0/+6
* futility: updater: Fix logging messagesstabilize-12222.BHung-Te Lin2019-05-233-7/+6
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-178-51/+41
* vboot: hide 2common.h from external APIJoel Kitching2019-05-171-0/+1
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-1414-29/+36
* futility: Unify logging macrosJulius Werner2019-05-147-200/+205
* Remove code for displaying screen from GBBDaisuke Nojiri2019-05-071-19/+0
* futility: updater: Revise getopt_long and use enum instead of charsstabilize-flapjack-12109.Bstabilize-flapjack-12105.Bstabilize-12121.Bstabilize-12105.75.Brelease-quickfix-R75-12105.76.BHung-Te Lin2019-04-181-66/+90
* futility: updater: Add '--ccd' for programming with closed case debuggingHung-Te Lin2019-04-181-0/+9
* futility: updater: report flashrom error codeHung-Te Lin2019-04-101-0/+2
* futility: updater: Report key hash on TPM failureHung-Te Lin2019-03-121-2/+2
* futility: updater: Allow single model devices with broken mosys to updateHung-Te Lin2019-03-121-5/+9
* vboot: move general constants to a separate headerJoel Kitching2019-03-115-5/+5
* futility: updater: Use model name as default whitelabel signaturestabilize-11895.95.Bstabilize-11895.89.Bstabilize-11895.72.Bstabilize-11895.118.Bstabilize-11895.109.Bstabilize-11895.108.Brelease-R74-11895.BHung-Te Lin2019-03-071-30/+51
* futility: Merge Debug() into VB2_DEBUG()Julius Werner2019-03-069-136/+131
* futility: updater: Preserve all sections with FMAP_AREA_PRESERVE setHung-Te Lin2019-03-052-32/+71
* futility: updater: Check if target image is properly signedHung-Te Lin2019-03-021-1/+10
* updater: Preserve SI_GBE and SI_PDR if presentDuncan Laurie2019-03-011-0/+6
* futility: updater: Improve error message when key conflictsHung-Te Lin2019-02-131-15/+26
* futility: updater: Correct HWID digest when preserving HWIDstabilize-11647.70.Bstabilize-11647.104.Brelease-R73-11647.BHung-Te Lin2019-01-163-13/+30
* futility: updater: Add '--fast' for quick developmentstabilize-11554.BHung-Te Lin2019-01-033-7/+36
* futility: updater: quirks: Support special released SNOW ROstabilize-atlas-11512.Bstabilize-atlas-11512.6.BHung-Te Lin2018-12-283-1/+6
* futility: updater: Correct output version for Snowstabilize-atlas.11448.BHung-Te Lin2018-12-191-0/+2
* futility: updater: Add 'image.bin' as host image name in archiveHung-Te Lin2018-12-112-3/+13
* futility/updater: update smm store filename to use an underscoreJoel Kitching2018-12-031-3/+3
* futility: updater: Skip applying white label for local buildHung-Te Lin2018-12-011-1/+8
* futility: updater: quirks: Fix firmware names for Veyron familyHung-Te Lin2018-12-011-3/+3
* futility: updater: Revise error message when model is not defined in manifeststabilize-11306.BHung-Te Lin2018-11-271-2/+20
* futility: updater: Revise output messages for debug logsHung-Te Lin2018-11-245-51/+54
* futility: updater: Add new quirk 'allow_empty_wltag'Hung-Te Lin2018-11-243-6/+29
* futility: updater: Load quirks immediately after host image is loadedHung-Te Lin2018-11-241-13/+32
* futility: updater: Need --force when re-keying to DEV keysHung-Te Lin2018-11-191-13/+47
* futility: updater: Check EC/PD WP state again before updatingHung-Te Lin2018-11-141-6/+25
* futility: update: Strip \xFF from version stringHung-Te Lin2018-11-071-6/+17
* futility: updater: Add more legacy optionsHung-Te Lin2018-11-041-0/+10