summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2api: Remove UI callback functionsstabilize-quickfix-14909.132.Bstabilize-14909.100.Brelease-R104-14909.Bfirmware-guybrush-14500.Bfactory-guybrush-14908.Bfactory-brya-14909.124.BYu-Ping Wu2022-06-076-243/+34
* OWNERS: Remove `*` approvalJulius Werner2022-06-031-1/+0
* futility: Remove --devsign and --devkeyblockJakub Czapiga2022-05-3016-142/+31
* signer: Reland "Check the list of android image files"Daichi Hirono2022-05-271-0/+19
* futility: [deferredupdates] Defer setting firmware cookiesJae Hoon Kim2022-05-261-10/+53
* futility: gscvd: Allow passing board ID in ASCIIJulius Werner2022-05-251-3/+13
* vboot: Move TPM disabling call to depthchargeYu-Ping Wu2022-05-215-23/+14
* futility: gscvd: Add -G flag for GBB rangesJulius Werner2022-05-181-9/+111
* Revert "signer: Check the list of android image files"Daichi Hirono2022-05-181-16/+0
* futility: updater: split manifest implementation from updater_archivestabilize-14839.BHung-Te Lin2022-05-164-884/+924
* futility: updater: support reading the archives using libarchiveHung-Te Lin2022-05-152-14/+273
* futility: updater: refactor 'archive' structure nameHung-Te Lin2022-05-155-40/+40
* futility: Rework file opening and mappingJakub Czapiga2022-05-1414-322/+469
* create_new_gsc_key.sh: generate key file with the requested base namestabilize-14816.84.Bstabilize-14816.82.Bstabilize-14816.138.Bstabilize-14816.131.Bstabilize-14803.Bstabilize-14790.Brelease-R103-14816.BVadim Bendebury2022-05-061-5/+14
* updater_utils: fix implicit conversion to enum wp_stateNikolai Artemiev2022-05-061-1/+1
* futility: updater: refactor creating manifest from a simple folderHung-Te Lin2022-05-051-39/+52
* futility: updater: create a manifest from the signer configHung-Te Lin2022-05-051-6/+128
* futility: updater: fix a typo in the SETVARS variable nameHung-Te Lin2022-05-051-2/+2
* futility: updater: always add a \0 when reading files from archivesstabilize-14771.Bfactory-firmware-ti50-guc-14778.Bfactory-14778.BHung-Te Lin2022-05-031-1/+5
* keygeneration: add ability to generate accessory GSC RW signing key pairVadim Bendebury2022-04-301-0/+68
* futility: updater: support /firmware as a raw archiveHung-Te Lin2022-04-291-0/+45
* futility: Fix -Wstrict-prototypes warningManoj Gupta2022-04-281-1/+1
* signer: Check the list of android image filesDaichi Hirono2022-04-271-0/+16
* futility/file_type_bios: Remove old FlashMap area namesJakub Czapiga2022-04-2710-8094/+2
* Revert "keygeneration: add ability to generate GSC RW signing key pairs"Vadim Bendebury2022-04-232-34/+1
* keygeneration: add ability to generate GSC RW signing key pairsVadim Bendebury2022-04-202-1/+34
* Add a pre-built keyblock for arv_platformAlyssa Haroldsen2022-04-141-0/+0
* host/lib/flashrom_drv.c: Ensure buffer is large enough in write opEdward O'Callaghan2022-04-131-0/+3
* [futility] Open gscvd in R/O mode when verifyingAlyssa Haroldsen2022-04-132-12/+18
* futility: updater: Support new servo control 'ccd_cpu_fw_spi'stabilize-quickfix-14695.187.Bstabilize-quickfix-14695.124.Bstabilize-14695.85.Bstabilize-14695.107.Brelease-R102-14695.BHung-Te Lin2022-04-133-40/+25
* vboot: Support servo micro and C2D2 for {get,set}_gbb_flags.sh --servo.stabilize-14682.BSam McNally2022-04-023-10/+20
* sign_gsc_firmware: drop version number check for node locked imagesVadim Bendebury2022-03-301-12/+5
* futility: updater: add new quirk 'external_flashrom'stabilize-voshyr-14637.Bstabilize-14633.Bstabilize-14616.Bfactory-guybrush-14600.BHung-Te Lin2022-03-183-4/+8
* futility: updater: support external flashromHung-Te Lin2022-03-181-22/+156
* futility: updater: refactor {write,load}_system_firmwareHung-Te Lin2022-03-183-187/+154
* futility: updater: rename 'customlabel_tag' to 'custom_label_tag'Hung-Te Lin2022-03-185-23/+23
* 2api: Correct the comment of vb2api_disable_developer_mode()Hsuan Ting Chen2022-03-181-1/+1
* futility: correct typo of "flashrom"stabilize-14589.Bstabilize-14588.98.Bstabilize-14588.14.Bstabilize-14588.123.Brelease-R101-14588.BPeter Marheine2022-03-161-1/+1
* crossystem: Add support for MTL gpiochipSubrata Banik2022-03-151-0/+2
* futility: updater: revise building RW-recovery sectionsHung-Te Lin2022-03-111-8/+23
* futility: updater: always do partial verify (-N/--noverify-all)Hung-Te Lin2022-03-081-4/+3
* futility: updater: Change 'whitelabel_tag' to 'customlabel_tag'Hung-Te Lin2022-03-076-105/+117
* vboot_ref/cgpt: Move mkdir out of flashrom worker funcEdward O'Callaghan2022-03-034-18/+16
* vboot_ref/cgpt: Consolidate flashrom write cmd pathsEdward O'Callaghan2022-03-031-14/+15
* futility: Support C2D2 with futility update --servo.Sam McNally2022-03-031-0/+7
* futility: updater: increase verbosity on retriesHung-Te Lin2022-03-021-2/+2
* vboot_ref/cgpt: Use defines for region constsEdward O'Callaghan2022-03-011-3/+7
* 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-015-24/+52