summaryrefslogtreecommitdiff
path: root/futility/updater.c
Commit message (Expand)AuthorAgeFilesLines
* futility: [deferredupdates] Defer setting firmware cookiesJae Hoon Kim2022-05-261-10/+53
* futility: updater: refactor 'archive' structure nameHung-Te Lin2022-05-151-3/+3
* futility: Fix -Wstrict-prototypes warningManoj Gupta2022-04-281-1/+1
* futility: updater: refactor {write,load}_system_firmwareHung-Te Lin2022-03-181-135/+5
* futility: updater: rename 'customlabel_tag' to 'custom_label_tag'Hung-Te Lin2022-03-181-1/+1
* futility: updater: revise building RW-recovery sectionsHung-Te Lin2022-03-111-8/+23
* futility: updater: Change 'whitelabel_tag' to 'customlabel_tag'Hung-Te Lin2022-03-071-15/+16
* futility: updater: write multiple sections in recovery RW updateHung-Te Lin2022-03-011-6/+19
* futility: updater: allow writing multiple sections in one flash commandHung-Te Lin2022-03-011-16/+37
* futility: flashrom_drv: support partial write for multiple regionsHung-Te Lin2022-03-011-1/+5
* futility: updater: decide if we can use diff-image by programmerstabilize-14536.BHung-Te Lin2022-02-261-3/+21
* futility: updater: add new quirk 'extra_retries'Hung-Te Lin2022-02-141-3/+14
* futility/updater: Ignore preserve_me quirks for non-host programmers.Sam McNally2022-02-131-5/+10
* futility: updater: prevent unexpected update for the RW_LEGACY sectionHung-Te Lin2022-02-081-5/+7
* futility: updater: add new quirk 'no_verify'Hung-Te Lin2022-01-291-0/+1
* futility: updater: allow changing GBB flags on erased flashHung-Te Lin2022-01-261-4/+12
* futility: updater: split 'fast update' into 'diff image' and 'no verify'Hung-Te Lin2022-01-251-3/+8
* vboot_ref/futility: Extract out flashrom call logicEdward O'Callaghan2021-12-241-1/+1
* futility/updater: Increase the fw_try_count to 8Karthikeyan Ramasubramanian2021-12-231-1/+1
* futility: updater_setup_config() allow for non-host progEdward O'Callaghan2021-11-241-1/+1
* futility: always create a tempfile in updater_apply_white_label()Edward O'Callaghan2021-11-241-7/+3
* vboot/vboot_kernel: move kernel/fw struct functionsJoel Kitching2021-06-151-1/+0
* futility: update: add new quirk 'no_check_platform'Hung-Te Lin2020-12-091-1/+6
* futility: update: load quirks from firmware image CBFS filestabilize-rust-13555.BHung-Te Lin2020-10-161-3/+8
* futility/updater: Add quirk to preserve management engineKarthikeyan Ramasubramanian2020-10-151-0/+7
* futility: update: support multi-line quirksHung-Te Lin2020-10-151-2/+6
* futility: update: Add '--gbb_flags FLAGS' to override GBB flagsHung-Te Lin2020-08-291-5/+11
* futility: Allow --force to override min_platform_version quirkBob Moragues2020-08-181-3/+6
* futility: updater: always set new boot/try cookiesHung-Te Lin2020-08-081-12/+23
* Revert "futility: Adds platform check quirk for zork"Rob Barnes2020-06-091-3/+0
* futility: updater: Platform name check should be case insensitiveHung-Te Lin2020-05-111-1/+1
* futility: Adds platform check quirk for zorkRob Barnes2020-05-111-0/+3
* futility: updater: Ignore image parsing error in --forceHung-Te Lin2020-02-211-6/+7
* futility: updater: override signature id for phaser360Paul Ma2020-01-081-1/+5
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-251-1/+1
* futility: updater: Remove quirk 'daisy_snow_dual_model'Hung-Te Lin2019-11-291-3/+0
* futility: updater: refactor: unify getting temp files for firmware imagesHung-Te Lin2019-11-271-11/+6
* futility: updater: refactor: isolate tempfile functions from updater_configHung-Te Lin2019-11-221-8/+15
* futility: updater: move "EC partial recovery" to be a quirk.Hung-Te Lin2019-11-221-122/+12
* futility: updater: move system-related utility functions to updater_utilsHung-Te Lin2019-11-221-628/+10
* futility: updater: fix wrong arguments passed by --ccdHung-Te Lin2019-11-211-1/+6
* futility: updater: Check and use larger regions in EC RO updateHung-Te Lin2019-11-181-1/+10
* futility: updater: Correct EC RO name in CBFSHung-Te Lin2019-11-141-2/+2
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-131-1/+2
* futility: updater: sync mtimesMike Frysinger2019-11-131-2/+2
* futility: updater: Clean up hard-coded section names to preservestabilize-volteer-12665.Bstabilize-12669.Bfirmware-hatch-12669.BHung-Te Lin2019-11-081-13/+1
* futility: update: Try EC-RO software sync if availableHung-Te Lin2019-10-291-41/+154
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-231-5/+5
* futility: updater: Try to update only EC RO when software sync is availableHung-Te Lin2019-10-161-1/+43
* futility: also clamp to natural valuesPatrick Georgi2019-09-231-1/+3