summaryrefslogtreecommitdiff
path: root/futility/updater.h
Commit message (Expand)AuthorAgeFilesLines
* futility: update: add new quirk 'no_check_platform'Hung-Te Lin2020-12-091-0/+1
* futility: update: load quirks from firmware image CBFS filestabilize-rust-13555.BHung-Te Lin2020-10-161-2/+8
* futility/updater: Add quirk to preserve management engineKarthikeyan Ramasubramanian2020-10-151-0/+1
* futility: update: Add '--gbb_flags FLAGS' to override GBB flagsHung-Te Lin2020-08-291-0/+4
* Revert "futility: Adds platform check quirk for zork"Rob Barnes2020-06-091-1/+0
* futility: Adds platform check quirk for zorkRob Barnes2020-05-111-0/+1
* futility: updater: override signature id for phaser360Paul Ma2020-01-081-0/+15
* futility: updater: Remove quirk 'daisy_snow_dual_model'Hung-Te Lin2019-11-291-1/+0
* futility: updater: refactor: isolate tempfile functions from updater_configHung-Te Lin2019-11-221-1/+2
* futility: updater: move "EC partial recovery" to be a quirk.Hung-Te Lin2019-11-221-0/+8
* futility: updater: move system-related utility functions to updater_utilsHung-Te Lin2019-11-221-105/+1
* futility: updater: fix wrong arguments passed by --ccdHung-Te Lin2019-11-211-2/+2
* futility: updater: sync mtimesMike Frysinger2019-11-131-2/+2
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-2/+2
* updater: Add quirk for wilco devicesDuncan Laurie2019-06-151-0/+1
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-3/+4
* futility: Unify logging macrosJulius Werner2019-05-141-10/+2
* futility: updater: Preserve all sections with FMAP_AREA_PRESERVE setHung-Te Lin2019-03-051-7/+0
* futility: updater: Add '--fast' for quick developmentstabilize-11554.BHung-Te Lin2019-01-031-0/+2
* futility: updater: quirks: Support special released SNOW ROstabilize-atlas-11512.Bstabilize-atlas-11512.6.BHung-Te Lin2018-12-281-0/+1
* futility: updater: Revise output messages for debug logsHung-Te Lin2018-11-241-0/+4
* futility: updater: Add new quirk 'allow_empty_wltag'Hung-Te Lin2018-11-241-0/+1
* futility: updater: Support --repack and --unpackHung-Te Lin2018-10-241-0/+16
* futility: update: Add `--host_only` argumentHung-Te Lin2018-10-231-1/+1
* futility: updater: Support --mode=output and --output_dirHung-Te Lin2018-10-221-0/+1
* futility: updater: Support white label from VPD and --signature_idHung-Te Lin2018-10-221-1/+14
* futility: updater: Add '--model' and select images by system modelHung-Te Lin2018-10-221-3/+20
* futility: updater: Do not preserve GBB flags in --factory mode.Hung-Te Lin2018-10-181-0/+1
* futility: updater: Allow patching rootkey and vblock filesHung-Te Lin2018-10-151-0/+15
* futility: updater: Add --manifest to scan and print archive infoHung-Te Lin2018-10-131-0/+26
* futility: updater: Refactor how arguments were configuredHung-Te Lin2018-10-131-14/+10
* futility: updater: Add '--archive' to read from an archive or directoryHung-Te Lin2018-10-131-2/+41
* futility: updater: Refactor function namesHung-Te Lin2018-10-131-5/+6
* futility: updater: Add ASPRINTF macroHung-Te Lin2018-10-131-0/+2
* futility: updater: Revise verbosity and error messagesHung-Te Lin2018-10-021-4/+10
* futility: updater: Preserve SMMSTORE and add quirk 'eve_smm_store'Hung-Te Lin2018-10-021-0/+2
* futility: updater: Add quirk 'daisy_snow_dual_model' for daisy_snowHung-Te Lin2018-10-021-0/+26
* futility: updater: Add default quirksHung-Te Lin2018-10-021-0/+5
* futility: updater: Refactor: move quirks to 'updater_quirks.c'Hung-Te Lin2018-10-021-0/+117
* futility: updater: Refactor: localize temp files managementHung-Te Lin2018-10-021-6/+0
* futility: updater: Refactor: move command line processing to cmd_update.cHung-Te Lin2018-10-021-0/+80