summaryrefslogtreecommitdiff
path: root/futility/updater_archive.c
Commit message (Expand)AuthorAgeFilesLines
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* futility: updater: split manifest implementation from updater_archivestabilize-14839.BHung-Te Lin2022-05-161-884/+19
* futility: updater: support reading the archives using libarchiveHung-Te Lin2022-05-151-13/+264
* futility: updater: refactor 'archive' structure nameHung-Te Lin2022-05-151-23/+23
* 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
* futility: updater: support /firmware as a raw archiveHung-Te Lin2022-04-291-0/+45
* futility: updater: rename 'customlabel_tag' to 'custom_label_tag'Hung-Te Lin2022-03-181-8/+8
* futility: updater: Change 'whitelabel_tag' to 'customlabel_tag'Hung-Te Lin2022-03-071-33/+38
* futility: updater: improve updater console outputHung-Te Lin2022-02-251-2/+4
* futility: Use crosid to probe firmware manifest keyJack Rosenthal2022-01-111-17/+53
* vboot/vboot_kernel: move kernel/fw struct functionsJoel Kitching2021-06-151-1/+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-201-0/+3
* futility: Work around clang/GCC problem with libzip headersJulius Werner2020-08-251-0/+7
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-251-2/+2
* futility: updater: sync mtimesMike Frysinger2019-11-131-17/+37
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-2/+1
* futility: Add load_firmware_image() error checkJacob Garber2019-08-141-1/+2
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-3/+2
* futility: Unify logging macrosJulius Werner2019-05-141-43/+44
* futility: updater: Allow single model devices with broken mosys to updateHung-Te Lin2019-03-121-5/+9
* futility: updater: Use model name as default whitelabel signaturestabilize-11895.95.Bstabilize-11895.89.Bstabilize-11895.72.Bstabilize-11895.118.Bstabilize-11895.109.Bstabilize-11895.108.Brelease-R74-11895.BHung-Te Lin2019-03-071-30/+51
* futility: updater: Add 'image.bin' as host image name in archiveHung-Te Lin2018-12-111-3/+11
* futility: updater: Revise error message when model is not defined in manifeststabilize-11306.BHung-Te Lin2018-11-271-2/+20
* futility: updater: Revise output messages for debug logsHung-Te Lin2018-11-241-2/+2
* futility: updater: Fix model detection errorHung-Te Lin2018-10-291-1/+1
* futility: updater: Support --repack and --unpackHung-Te Lin2018-10-241-16/+126
* futility: updater: Support white label from VPD and --signature_idHung-Te Lin2018-10-221-7/+89
* futility: updater: Add '--model' and select images by system modelHung-Te Lin2018-10-221-3/+47
* futility: updater: Change default model name to FWID platform nameHung-Te Lin2018-10-181-1/+28
* futility: updater: Allow patching rootkey and vblock filesHung-Te Lin2018-10-151-7/+186
* futility: updater: Add --manifest to scan and print archive infoHung-Te Lin2018-10-131-0/+281
* futility: updater: Add '--archive' to read from an archive or directoryHung-Te Lin2018-10-131-0/+311