summaryrefslogtreecommitdiff
path: root/futility/updater.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-2/+1
* futility: updater: Fix incorrect line break in error messageHung-Te Lin2019-08-221-2/+2
* vboot: replace Min macro with VB2_MINstabilize-12331.BJoel Kitching2019-07-061-2/+2
* futility: updater: Report EC and PD images on emulationHung-Te Lin2019-07-031-6/+14
* vboot: move vb2_packed_key and several functions from lib20 to 2libJoel Kitching2019-06-071-0/+1
* futility: updater: Fix logging messagesstabilize-12222.BHung-Te Lin2019-05-231-4/+3
* vboot: deprecate v1 GoogleBinaryBlockHeader structJoel Kitching2019-05-171-6/+1
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-6/+6
* futility: Unify logging macrosJulius Werner2019-05-141-121/+126
* 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
* vboot: move general constants to a separate headerJoel Kitching2019-03-111-1/+1
* futility: updater: Preserve all sections with FMAP_AREA_PRESERVE setHung-Te Lin2019-03-051-25/+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-161-13/+2
* futility: updater: Add '--fast' for quick developmentstabilize-11554.BHung-Te Lin2019-01-031-7/+27
* futility: updater: quirks: Support special released SNOW ROstabilize-atlas-11512.Bstabilize-atlas-11512.6.BHung-Te Lin2018-12-281-1/+3
* futility: updater: Add 'image.bin' as host image name in archiveHung-Te Lin2018-12-111-0/+2
* futility: updater: Skip applying white label for local buildHung-Te Lin2018-12-011-1/+8
* futility: updater: Revise output messages for debug logsHung-Te Lin2018-11-241-41/+38
* futility: updater: Add new quirk 'allow_empty_wltag'Hung-Te Lin2018-11-241-6/+11
* 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: Support --repack and --unpackHung-Te Lin2018-10-241-0/+30
* futility: Preserve programmer in free_firmware_imageHung-Te Lin2018-10-231-0/+7
* futility: update: Add `--host_only` argumentHung-Te Lin2018-10-231-3/+6
* futility: updater: Support --mode=output and --output_dirHung-Te Lin2018-10-221-0/+36
* futility: updater: Support white label from VPD and --signature_idHung-Te Lin2018-10-221-2/+56
* futility: updater: Add '--model' and select images by system modelHung-Te Lin2018-10-221-18/+73
* futility: updater: Do not preserve GBB flags in --factory mode.Hung-Te Lin2018-10-181-10/+13
* futility: updater: Allow patching rootkey and vblock filesHung-Te Lin2018-10-151-3/+5
* futility: updater: Add --manifest to scan and print archive infoHung-Te Lin2018-10-131-0/+20
* futility: updater: Refactor how arguments were configuredHung-Te Lin2018-10-131-76/+89
* futility: updater: Add '--archive' to read from an archive or directoryHung-Te Lin2018-10-131-12/+36
* futility: updater: Refactor function namesHung-Te Lin2018-10-131-22/+22
* futility: updater: Add ASPRINTF macroHung-Te Lin2018-10-131-15/+6
* futility: updater: Revise verbosity and error messagesHung-Te Lin2018-10-021-10/+26
* futility: updater: Support reading main image from stdinHung-Te Lin2018-10-021-1/+30
* futility: updater: Preserve SMMSTORE and add quirk 'eve_smm_store'Hung-Te Lin2018-10-021-0/+4
* futility: updater: Add quirk 'daisy_snow_dual_model' for daisy_snowHung-Te Lin2018-10-021-7/+10
* futility: updater: Add default quirksHung-Te Lin2018-10-021-2/+12
* futility: updater: Refactor: move quirks to 'updater_quirks.c'Hung-Te Lin2018-10-021-202/+10
* futility: updater: Refactor: localize temp files managementHung-Te Lin2018-10-021-13/+16
* futility: updater: Refactor: move command line processing to cmd_update.cHung-Te Lin2018-10-021-249/+134
* futility: update: Refactor: move updater logic to 'updater.c'Hung-Te Lin2018-09-271-0/+1992