summaryrefslogtreecommitdiff
path: root/futility/cmd_update.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* futility: cmd_update: Add 'mainfw_act' system propertyHung-Te Lin2018-08-311-2/+34
* futility: cmd_update: Implement updater logic "RW UPDATE".Hung-Te Lin2018-08-311-5/+85
* futility: cmd_update: Add "system property" and '--sys_props' to overrideHung-Te Lin2018-08-311-0/+133
* futility: cmd_update: Implement updater logic "FULL UPDATE".stabilize-atlas-11022.BHung-Te Lin2018-08-311-1/+154
* futility: cmd_update: Add '--emulate' optionHung-Te Lin2018-08-311-3/+49
* futility: cmd_update: Access system firmware using external flashromHung-Te Lin2018-08-311-1/+97
* futility: cmd_update: Process FMAP and parse image versionHung-Te Lin2018-08-311-0/+102
* futility: cmd_update: Support loading image files by -i, -e, --pd_imageHung-Te Lin2018-08-311-2/+86
* futility: Add 'update' command for updating firmwareHung-Te Lin2018-08-311-0/+104