summaryrefslogtreecommitdiff
path: root/futility
Commit message (Expand)AuthorAgeFilesLines
* futility/: Drop dup host programmer defineHEADmainEdward O'Callaghan2023-05-183-7/+6
* futility/updater_utils.c: Inline {read,write}_flash()Edward O'Callaghan2023-05-171-22/+11
* futility/updater.c: Inline write_ec_firmware()Edward O'Callaghan2023-05-171-28/+22
* futility/updater_utils.c: Drop useless func operandEdward O'Callaghan2023-05-161-6/+4
* futility/updater.c: Dedup update_legacy_firmware() logicEdward O'Callaghan2023-05-161-21/+19
* futility/: Inline write_firmware() as write_system_firmware()Edward O'Callaghan2023-05-163-25/+14
* futility/updater.c: Rename write_optional_firmware()Edward O'Callaghan2023-05-161-6/+5
* futility/updater.c: Drop redundant params to write_optional_firmware()Edward O'Callaghan2023-05-161-8/+5
* futility/updater.c: Drop redundant has_valid_update() in EC pathEdward O'Callaghan2023-05-161-2/+0
* futility/cmd_dump_fmap.c: Rewrite with scoped logicEdward O'Callaghan2023-05-151-4/+4
* futility/cmd_create.c: Drop dead commentEdward O'Callaghan2023-05-151-1/+0
* futility/misc.c: Check mmap() ret with std valueEdward O'Callaghan2023-05-151-1/+1
* futility/misc.c: Use ERROR() macro consistentlyEdward O'Callaghan2023-05-151-22/+16
* futility/file_type_bios.c: Improve branch readabilityEdward O'Callaghan2023-05-151-12/+10
* futility/cmd_dump_fmap.c: Rewrite to se proper arg identifiersEdward O'Callaghan2023-05-151-15/+15
* futility/cmd_create.c: Drop globalsEdward O'Callaghan2023-05-151-38/+41
* futility/cmd_dump_fmap.c: Rewrite without globalsEdward O'Callaghan2023-05-151-36/+36
* Add checks for a few minor overflow risksJulius Werner2023-05-131-4/+4
* futility/cmd_flash_util.c: Print fw expected wp sr conf valuesEdward O'Callaghan2023-05-121-30/+37
* futility/: EOL PD firmware updating supportEdward O'Callaghan2023-05-055-44/+14
* 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