summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a constant for the escape keystabilize-atlas-11177.BSimon Glass2018-10-193-5/+6
* Export vb2_error_beep()Simon Glass2018-10-193-14/+15
* Split out functions which handle alternative firmwareSimon Glass2018-10-192-17/+58
* futility: updater: Do not preserve GBB flags in --factory mode.Hung-Te Lin2018-10-183-10/+26
* futility: updater: Change default model name to FWID platform nameHung-Te Lin2018-10-182-2/+29
* Add a variable for allowing alternative firmwareSimon Glass2018-10-181-3/+5
* Move developer menu code higher in the fileSimon Glass2018-10-181-93/+94
* futility: updater: Allow patching rootkey and vblock filesHung-Te Lin2018-10-154-10/+207
* futility: updater: Add --manifest to scan and print archive infoHung-Te Lin2018-10-136-5/+346
* 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-137-20/+419
* futility: updater: Refactor function namesHung-Te Lin2018-10-133-36/+37
* futility: updater: Add ASPRINTF macroHung-Te Lin2018-10-133-30/+18
* Ignore power button if held on startupstabilize-11151.59.Bstabilize-11151.100.BEdward Hill2018-10-022-0/+53
* image_signing: drop support for <R16 recovery image signingMike Frysinger2018-10-021-28/+7
* futility: updater: Revise verbosity and error messagesHung-Te Lin2018-10-025-21/+46
* futility: updater: Support reading main image from stdinHung-Te Lin2018-10-022-1/+34
* futility: updater: Preserve SMMSTORE and add quirk 'eve_smm_store'Hung-Te Lin2018-10-024-0/+107
* 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-024-202/+275
* 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-024-249/+401
* image_signing: workaround ecrw signing breakageMike Frysinger2018-09-281-0/+12
* futility: update: Refactor: move updater logic to 'updater.c'Hung-Te Lin2018-09-272-1/+1
* futility: update: Add --programmer to override flashrom programmer for servoHung-Te Lin2018-09-272-7/+34
* 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-272-16/+35
* Add support for booting into alternative boot loadersSimon Glass2018-09-266-9/+87
* make_dev_ssd: Support non-512B block sizePhilip Chen2018-09-262-7/+22
* vboot_reference: set CC=armv7a-cros-linux-gnueabihf-gcc for ARMYunlian Jiang2018-09-261-1/+1
* 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-212-6/+20
* futility: Remove FUTIL_STATIC build rulesHung-Te Lin2018-09-201-21/+13
* futility: update: Add legacy option '--factory'Hung-Te Lin2018-09-192-7/+22
* futility: update: Fix update failure in factory mode due to wrong WP logicHung-Te Lin2018-09-182-1/+10
* crossystem: automate writable desc (and display type)Mike Frysinger2018-09-151-26/+27
* crossystem: fix field alignmentMike Frysinger2018-09-131-3/+6
* crossystem: resort param listMike Frysinger2018-09-131-13/+13
* accessory: script to generically generate accessory keysstabilize-jetstream-11056.BNick Sanders2018-09-106-81/+1
* futility: cmd_update: Add quirk 'min_platform_version'Hung-Te Lin2018-09-102-1/+60
* futility: cmd_update: Add quirk 'unlock_me_for_update'Hung-Te Lin2018-09-102-13/+65
* futility: cmd_update: Add quirk 'enlarge_image'Hung-Te Lin2018-09-102-7/+86
* futility: cmd_update: Add --quirks for device-specific hacksHung-Te Lin2018-09-102-4/+125
* 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-102-2/+33
* futility: cmd_update: Correctly handle error counterHung-Te Lin2018-09-071-4/+4