summaryrefslogtreecommitdiff
path: root/futility
Commit message (Expand)AuthorAgeFilesLines
* cmd_sign: drop an unnecessary includeVadim Bendebury2021-09-011-1/+0
* vboot: introduce minios_kernel.keyblockJoel Kitching2021-07-053-0/+12
* vboot/vboot_kernel: move kernel/fw struct functionsJoel Kitching2021-06-157-7/+0
* futility: updater: correct the rootkey in manifest.jsonstabilize-14029.Bstabilize-14026.Bstabilize-14023.BIsaac Lee2021-06-061-5/+5
* portability fixes: support building vboot on OpenBSDstabilize-13983.Bstabilize-13982.88.Bstabilize-13982.82.Bstabilize-13982.70.Bstabilize-13982.69.Bstabilize-13982.60.Bstabilize-13982.51.Brelease-R92-13982.BIdwer Vollering2021-05-205-7/+10
* cleanup: remove ryu roothash functionalityJack Rosenthal2021-05-013-186/+0
* vboot_reference: migrate out of flashrom deprecated optionsDaniel Campello2021-04-281-1/+1
* futility: Do not update Trogdor firmware when rev# < 2Philip Chen2021-03-081-1/+1
* futility: update: Add "servo_noreset" opt to tell CCD not to resetDouglas Anderson2021-01-211-1/+33
* vboot: move lib20/packed_key.c into 2lib namespaceJoel Kitching2021-01-204-4/+0
* futility: update: add new quirk 'no_check_platform'Hung-Te Lin2020-12-093-1/+22
* Revert "Reland: Clean up implicit fall through."stabilize-rust-13613.BJulius Werner2020-11-202-3/+3
* futility: update: load quirks from firmware image CBFS filestabilize-rust-13555.BHung-Te Lin2020-10-163-7/+63
* futility/updater: Add quirk to preserve management engineKarthikeyan Ramasubramanian2020-10-153-0/+47
* futility: update: support multi-line quirksHung-Te Lin2020-10-151-2/+6
* futility: updater: print flashrom execution logs on read failurestabilize-13505.1.BHung-Te Lin2020-09-261-0/+11
* portability fixes: support building vboot on FreeBSDIdwer Vollering2020-09-114-5/+14
* futility: update: Add '--gbb_flags FLAGS' to override GBB flagsHung-Te Lin2020-08-293-6/+40
* futility: Work around clang/GCC problem with libzip headersJulius Werner2020-08-251-0/+7
* inclusive: change usage of sanityDaisuke Nojiri2020-08-192-3/+3
* 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
* futility: Add version quirk for trogdorBob Moragues2020-08-061-0/+1
* flashrom: set umask before creating temporary filesJack Rosenthal2020-07-201-0/+6
* Revert "futility: Adds platform check quirk for zork"Rob Barnes2020-06-093-33/+0
* futility: vb1_helper: Fix sanity size check for parsing kernel partitionJulius Werner2020-06-061-2/+4
* futility: updater: Add '--servo_port' to select from multiple servodsHung-Te Lin2020-06-063-15/+62
* updater: Replace servo-v2 with google-servo-v2Nicolas Boichat2020-05-181-1/+1
* futility: updater: Platform name check should be case insensitiveHung-Te Lin2020-05-111-1/+1
* futility: Adds platform check quirk for zorkRob Barnes2020-05-113-0/+33
* updater_utils.h: stop using 'dev=1' in flashrom commandNikolai Artemiev2020-04-171-1/+1
* Rewrite algorithm type parsers and make them globally availableJulius Werner2020-04-064-40/+17
* vboot: stop using StrnAppend and Uint64ToStringJoel Kitching2020-03-311-1/+0
* updater: Add Drallion to the wilco quirk listDuncan Laurie2020-03-311-0/+2
* Avoid zero-size VLA in cmd_dump_fmap.cinglorion2020-03-181-1/+2
* vboot: stop using wpsw_boot and remove it from crossystemJoel Kitching2020-02-271-7/+1
* futility: updater: Fix failure by modifying released memoryHung-Te Lin2020-02-261-1/+1
* futility: updater: Ignore image parsing error in --forceHung-Te Lin2020-02-213-41/+70
* vboot: move vboot 2.1 functions and structs into host codeJoel Kitching2020-02-119-19/+19
* Reland: Clean up implicit fall through.Manoj Gupta2020-02-012-3/+3
* Enable format string warnings for vb2ex_printf()stabilize-12859.BJulius Werner2020-01-255-17/+17
* futility: updater: Add '--servo' for updating via Servo-V2 and ServoMicroHung-Te Lin2020-01-203-0/+69
* futility: updater: override signature id for phaser360Paul Ma2020-01-085-1/+86
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-257-12/+12
* vboot: remove VerifyVmlinuzInsideKBlob functionJoel Kitching2019-12-211-4/+5
* vboot: merge vb2_struct.h into 2struct.hJoel Kitching2019-12-103-3/+0
* vboot: remove unnecessary vboot_common.h includesJoel Kitching2019-12-067-6/+1
* futility: updater: Remove quirk 'daisy_snow_dual_model'Hung-Te Lin2019-11-293-91/+0
* futility: updater: refactor: unify getting temp files for firmware imagesHung-Te Lin2019-11-273-32/+19
* futility: updater: refactor: isolate tempfile functions from updater_configHung-Te Lin2019-11-225-94/+135