summaryrefslogtreecommitdiff
path: root/futility
Commit message (Expand)AuthorAgeFilesLines
...
* futility: updater: Fix model detection errorHung-Te Lin2018-10-291-1/+1
* futility: updater: Support --repack and --unpackHung-Te Lin2018-10-244-16/+182
* futility: Preserve programmer in free_firmware_imageHung-Te Lin2018-10-232-3/+9
* futility: update: Add `--host_only` argumentHung-Te Lin2018-10-233-4/+12
* futility: updater: Support --mode=output and --output_dirHung-Te Lin2018-10-223-0/+42
* futility: updater: Support white label from VPD and --signature_idHung-Te Lin2018-10-224-10/+164
* futility: updater: Add '--model' and select images by system modelHung-Te Lin2018-10-224-27/+148
* futility: updater: Do not preserve GBB flags in --factory mode.Hung-Te Lin2018-10-182-10/+14
* futility: updater: Change default model name to FWID platform nameHung-Te Lin2018-10-181-1/+28
* futility: updater: Allow patching rootkey and vblock filesHung-Te Lin2018-10-153-10/+206
* futility: updater: Add --manifest to scan and print archive infoHung-Te Lin2018-10-134-5/+336
* futility: updater: Refactor how arguments were configuredHung-Te Lin2018-10-133-125/+118
* futility: updater: Add '--archive' to read from an archive or directoryHung-Te Lin2018-10-135-18/+398
* futility: updater: Refactor function namesHung-Te Lin2018-10-133-36/+37
* futility: updater: Add ASPRINTF macroHung-Te Lin2018-10-133-30/+18
* futility: updater: Revise verbosity and error messagesHung-Te Lin2018-10-024-19/+44
* 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-023-0/+92
* futility: updater: Add quirk 'daisy_snow_dual_model' for daisy_snowHung-Te Lin2018-10-023-7/+117
* futility: updater: Add default quirksHung-Te Lin2018-10-023-2/+64
* futility: updater: Refactor: move quirks to 'updater_quirks.c'Hung-Te Lin2018-10-023-202/+274
* futility: updater: Refactor: localize temp files managementHung-Te Lin2018-10-023-20/+16
* futility: updater: Refactor: move command line processing to cmd_update.cHung-Te Lin2018-10-023-249/+400
* futility: update: Refactor: move updater logic to 'updater.c'Hung-Te Lin2018-09-271-0/+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
* validate_rec_mrc: Check size before reading metadataFurquan Shaikh2018-09-071-0/+6
* 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