summaryrefslogtreecommitdiff
path: root/futility
Commit message (Expand)AuthorAgeFilesLines
* futility: make flash --wp-status subcmd check HW statusstabilize-15432.BNikolai Artemiev2023-04-201-8/+24
* futility/: host/lib: Add flash chip info subcommand supportEdward O'Callaghan2023-04-131-1/+37
* futility: Allow printing manifest for EC onlyYu-Ping Wu2023-04-122-11/+26
* futility/cmd_update: Describe more details in command helpJakub Czapiga2023-04-101-1/+13
* futility/updater: Fix legacy bios image namingstabilize-15415.BEdward O'Callaghan2023-04-065-9/+9
* futility/cmd_*: Cleanups for maintainabilityEdward O'Callaghan2023-04-0310-117/+87
* futility/cmd_gbb_utility.c: Remove globalEdward O'Callaghan2023-03-311-14/+2
* futility/cmd_*.c: Use ERROR() macro consistentlyEdward O'Callaghan2023-03-3113-266/+198
* futility: updater: Add --unlock_me optionReka Norman2023-03-296-24/+128
* futility: Drop external flashrom quarkEdward O'Callaghan2023-03-263-63/+1
* futility/file_type_*: Use ERROR() macro consistentlyEdward O'Callaghan2023-03-254-47/+40
* futility/file_type*: Minor cleanups for maintainabilityEdward O'Callaghan2023-03-256-129/+87
* futility: Add `flash` subcommandstabilize-15393.48.Brelease-R113-15393.Bfirmware-skyrim-15390.BNikolai Artemiev2023-03-162-1/+262
* 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