summaryrefslogtreecommitdiff
path: root/futility/updater.c
Commit message (Expand)AuthorAgeFilesLines
* futility: updater: Skip applying white label for local buildstabilize-octopus-11316.38.Bstabilize-octopus-11316.37.Bstabilize-11316.37.Bstabilize-11316.35.BHung-Te Lin2018-12-041-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