summaryrefslogtreecommitdiff
path: root/futility/cmd_update.c
Commit message (Expand)AuthorAgeFilesLines
* futility: updater: Add --unlock_me optionfactory-nissa-15199.BReka Norman2023-03-291-0/+6
* futility: Move some argument handling to shared fileEvan Benn2023-03-291-48/+9
* futility: Move prepare_servo_control to updater_utils.cEvan Benn2023-03-291-11/+0
* futility: updater: Detect the model via FRID for non-host programmersSam McNally2023-03-291-0/+6
* cmd_update: avoid variable name aliasingVadim Bendebury2023-03-291-3/+3
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* futility: updater: allow --fast to skip scanning archive in do_manifestHung-Te Lin2022-07-211-2/+6
* futility: updater: disable broken '--repack' argumentHung-Te Lin2022-06-261-1/+2
* futility: updater: Support new servo control 'ccd_cpu_fw_spi'stabilize-quickfix-14695.187.Bstabilize-quickfix-14695.124.Bstabilize-14695.85.Bstabilize-14695.107.Brelease-R102-14695.BHung-Te Lin2022-04-131-32/+12
* vboot_ref/futility: Wrap flashrom_drv behind USE_FLASHROMEdward O'Callaghan2021-12-291-2/+15
* futility: update: Add "servo_noreset" opt to tell CCD not to resetDouglas Anderson2021-01-211-1/+33
* futility: update: Add '--gbb_flags FLAGS' to override GBB flagsHung-Te Lin2020-08-291-1/+25
* futility: updater: Add '--servo_port' to select from multiple servodsHung-Te Lin2020-06-061-3/+21
* vboot: stop using StrnAppend and Uint64ToStringJoel Kitching2020-03-311-1/+0
* futility: updater: Add '--servo' for updating via Servo-V2 and ServoMicroHung-Te Lin2020-01-201-0/+26
* futility: updater: fix wrong arguments passed by --ccdHung-Te Lin2019-11-211-2/+2
* futility/cmd_update.c: free cfg before leaving contextPatrick Georgi2019-09-231-0/+1
* futility/cmd_update.c: free cfg before leaving contextPatrick Georgi2019-09-201-0/+1
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-2/+1
* vboot: replace Min macro with VB2_MINstabilize-12331.BJoel Kitching2019-07-061-1/+1
* futility: updater: Fix logging messagesstabilize-12222.BHung-Te Lin2019-05-231-1/+1
* futility: Unify logging macrosJulius Werner2019-05-141-6/+6
* 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: Add '--fast' for quick developmentstabilize-11554.BHung-Te Lin2019-01-031-0/+7
* futility: updater: Revise output messages for debug logsHung-Te Lin2018-11-241-5/+7
* futility: updater: Add more legacy optionsHung-Te Lin2018-11-041-0/+10
* futility: updater: Support --repack and --unpackHung-Te Lin2018-10-241-0/+10
* futility: update: Add `--host_only` argumentHung-Te Lin2018-10-231-0/+5
* futility: updater: Support --mode=output and --output_dirHung-Te Lin2018-10-221-0/+5
* futility: updater: Support white label from VPD and --signature_idHung-Te Lin2018-10-221-0/+5
* futility: updater: Add '--model' and select images by system modelHung-Te Lin2018-10-221-3/+8
* futility: updater: Add --manifest to scan and print archive infoHung-Te Lin2018-10-131-5/+9
* futility: updater: Refactor how arguments were configuredHung-Te Lin2018-10-131-35/+19
* futility: updater: Add '--archive' to read from an archive or directoryHung-Te Lin2018-10-131-3/+9
* futility: updater: Revise verbosity and error messagesHung-Te Lin2018-10-021-4/+6
* futility: updater: Refactor: localize temp files managementHung-Te Lin2018-10-021-1/+0
* futility: updater: Refactor: move command line processing to cmd_update.cHung-Te Lin2018-10-021-0/+186
* futility: update: Refactor: move updater logic to 'updater.c'Hung-Te Lin2018-09-271-1992/+0
* futility: update: Add --programmer to override flashrom programmer for servoHung-Te Lin2018-09-271-7/+24
* futility: update: Refactor 'emulation' (--emulate).Hung-Te Lin2018-09-271-78/+23
* futility: update: Revise error messagesHung-Te Lin2018-09-271-2/+2
* futility: update: Allow tpm_fwver=0 and allow --force to waive TPM checkHung-Te Lin2018-09-271-13/+28
* futility: update: Preserve RW_ELOGHung-Te Lin2018-09-261-0/+2
* futility: update: Preserve RO_FSGHung-Te Lin2018-09-261-0/+5
* futility: update: Preserve new sections: RO_PRESERVE and RW_PRESERVEHung-Te Lin2018-09-261-6/+26
* futility: update: Skip TPM check if tpm_fwver is not valid.stabilize-11101.BHung-Te Lin2018-09-211-6/+12
* futility: update: Add legacy option '--factory'Hung-Te Lin2018-09-191-5/+12
* futility: update: Fix update failure in factory mode due to wrong WP logicHung-Te Lin2018-09-181-1/+1
* futility: cmd_update: Add quirk 'min_platform_version'Hung-Te Lin2018-09-101-0/+49