summaryrefslogtreecommitdiff
path: root/futility
Commit message (Expand)AuthorAgeFilesLines
* futility/: Replace futil_copy_file_or_die() implfactory-skyrim-15384.BEdward O'Callaghan2023-03-155-52/+39
* futility: Prefer debug header servo over CCD when both are available.Matthew Blecker2023-03-091-7/+11
* vboot_reference: Change flashrom_get_wp signatureNikolai Artemiev2023-03-094-16/+13
* futility/cmd_gbb_utility.c: Check wp status before flash write()Edward O'Callaghan2023-03-061-0/+4
* futility: updater: revise DUT type detectionHung-Te Lin2023-03-021-6/+5
* futility: updater: Fix platform_ver property on errorfirmware-skyrim-15369.BHung-Te Lin2023-03-011-1/+8
* futility/cmd_gbb_utility.c: Allow OR'ing new GBB flagsstabilize-15361.Bstabilize-15359.BEdward O'Callaghan2023-02-231-9/+32
* futility: gbb: Avoid unnecessary search of FMAPYu-Ping Wu2023-02-162-2/+7
* futility: flashrom_drv: Support partial read for multiple regionsYu-Ping Wu2023-02-161-2/+3
* futility: updater: detect DUT typeHung-Te Lin2023-02-134-3/+34
* futility: updater: refactor: always pass updater config to DUT APIsHung-Te Lin2023-02-126-26/+36
* futility: updater: remove quirks for AUE boardsHung-Te Lin2023-02-121-18/+4
* futility: updater: drop vboot1 supportHung-Te Lin2023-02-123-37/+15
* futility: updater: support getting WPSW from any DUTsHung-Te Lin2023-02-121-1/+2
* futility: updater: refactor DUT system info retrievalHung-Te Lin2023-02-127-171/+206
* futility: gbb: Read only the GBB region from flashstabilize-15335.BEvan Benn2023-01-271-1/+2
* host: Add region parameter to flashrom_read_imageEvan Benn2023-01-271-1/+1
* futility: updater: Pass bus=prog for dummy programmer for --emulateSam McNally2023-01-271-1/+1
* futility/cmd_read.c: Add region supportEdward O'Callaghan2023-01-211-1/+22
* futility: updater: add new quirk 'clear_mrc_data'Hung-Te Lin2023-01-195-17/+77
* 2lib: Add vb2_get_gbb_flag_descriptionfirmware-ti50-prepvt-15315.BEvan Benn2023-01-131-2/+41
* futility: cmd_read: Do not error on bad firmware formatEvan Benn2023-01-133-6/+12
* futility: Add read commandEvan Benn2023-01-061-0/+134
* futility: Add read/write flash capability to gbb commandEvan Benn2023-01-063-55/+214
* futility: Move some argument handling to shared fileEvan Benn2023-01-063-48/+87
* futility: gbb: Handle errors in reading filesEvan Benn2022-12-141-9/+18
* futility: gbb: Make error handling consistent in main()Evan Benn2022-12-141-15/+40
* futility: Move prepare_servo_control to updater_utils.cEvan Benn2022-12-143-11/+18
* futility: Move write_to_file to misc.cEvan Benn2022-12-143-35/+44
* futility: updater: Detect the model via FRID for non-host programmersSam McNally2022-12-124-1/+91
* futility: gbb: Move errorcnt from function to mainEvan Benn2022-12-111-18/+21
* futility: Store errno before printing strerrorEvan Benn2022-12-111-19/+23
* futility: Return -1 from read_from_fileEvan Benn2022-12-111-1/+1
* futility: updater: Skip loading non-host images with --emulation passedSam McNally2022-12-071-1/+1
* futility: try ignoring GBB flags when validating GSCVDVadim Bendebury2022-12-011-11/+35
* futility: updater: Only apply the preserve_me quirk for autoupdates.Sam McNally2022-12-013-20/+16
* Reland "crossystem: Add board_id property"Jack Rosenthal2022-11-231-23/+1
* Revert "crossystem: Add board_id property"stabilize-15251.BBrian Norris2022-11-191-1/+23
* crossystem: Add board_id propertyJack Rosenthal2022-11-171-23/+1
* host/lib: Add flashrom_read_region() to read just the requested regionSam McNally2022-11-171-1/+1
* futility: updater: Use flashrom dummy programmer to implement --emulateSam McNally2022-11-173-67/+30
* futility: Update comment textJack Rosenthal2022-11-021-3/+3
* futility: updater: change default servo programmer to raiden_debug_spiHung-Te Lin2022-10-281-9/+12
* futility/cmd_show: set uninitialized variablefactory-trogdor-15210.BSelma Bensaid2022-10-241-1/+1
* gscvd: presume GBB flags are zero when hashing the RO space contentsstabilize-15208.Bstabilize-15207.BVadim Bendebury2022-10-221-7/+78
* gscvd: refactor discovering GBB in the imageVadim Bendebury2022-10-221-29/+52
* futility: add option to save ro_gscvd section in a blobVadim Bendebury2022-10-221-9/+35
* cmd_update: avoid variable name aliasingVadim Bendebury2022-10-221-3/+3
* treewide: Fix copyrights and extra new lines at end of fileJakub Czapiga2022-10-211-1/+1
* futility: updater: Scan patch files for the signer_config manifestfactory-corsola-15197.Bfactory-corsola-15196.BHung-Te Lin2022-10-171-16/+46