summaryrefslogtreecommitdiff
path: root/futility/cmd_update.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* futility: cmd_update: Add quirk 'unlock_me_for_update'Hung-Te Lin2018-09-101-4/+46
* futility: cmd_update: Add quirk 'enlarge_image'Hung-Te Lin2018-09-101-4/+67
* futility: cmd_update: Add --quirks for device-specific hacksHung-Te Lin2018-09-101-4/+115
* futility: cmd_update: Create and remove temporary files properlyHung-Te Lin2018-09-101-5/+64
* futility: cmd_update: Add new 'legacy' modeHung-Te Lin2018-09-101-2/+25
* futility: cmd_update: Correctly handle error counterHung-Te Lin2018-09-071-4/+4
* futility: cmd_update: Revise debug and error message macroHung-Te Lin2018-09-051-75/+63
* futility: cmd_update: Preserve sections blocked by management engineHung-Te Lin2018-09-051-1/+44
* futility: cmd_update: Correct updating logic for RW_LEGACYHung-Te Lin2018-09-051-3/+60
* futility: cmd_update: Add more legacy updater optionsHung-Te Lin2018-09-051-1/+31
* futility: cmd_update: Check RO and RW signing compatibility before updatingHung-Te Lin2018-09-051-0/+131
* futility: cmd_update: Check TPM key versions before updatingHung-Te Lin2018-09-051-0/+110
* futility: cmd_update: Check platform compatibility before updatingHung-Te Lin2018-09-051-0/+29
* futility: cmd_update: Add vboot1 updater logicHung-Te Lin2018-09-051-8/+34
* futility: cmd_update: Use real system write protection statusHung-Te Lin2018-09-051-7/+97
* futility: cmd_update: Check contents before starting to updateHung-Te Lin2018-09-051-8/+82
* futility: cmd_update: Preserve image sections before updateHung-Te Lin2018-09-011-0/+109
* futility: cmd_update: Implement updater logic "TRY-RW" (--try)Hung-Te Lin2018-08-311-3/+114