summaryrefslogtreecommitdiff
path: root/futility
Commit message (Expand)AuthorAgeFilesLines
* vboot: move vboot 2.1 functions and structs into host codeJoel Kitching2020-02-119-19/+19
* Reland: Clean up implicit fall through.Manoj Gupta2020-02-012-3/+3
* Enable format string warnings for vb2ex_printf()stabilize-12859.BJulius Werner2020-01-255-17/+17
* futility: updater: Add '--servo' for updating via Servo-V2 and ServoMicroHung-Te Lin2020-01-203-0/+69
* futility: updater: override signature id for phaser360Paul Ma2020-01-085-1/+86
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-257-12/+12
* vboot: remove VerifyVmlinuzInsideKBlob functionJoel Kitching2019-12-211-4/+5
* vboot: merge vb2_struct.h into 2struct.hJoel Kitching2019-12-103-3/+0
* vboot: remove unnecessary vboot_common.h includesJoel Kitching2019-12-067-6/+1
* futility: updater: Remove quirk 'daisy_snow_dual_model'Hung-Te Lin2019-11-293-91/+0
* futility: updater: refactor: unify getting temp files for firmware imagesHung-Te Lin2019-11-273-32/+19
* futility: updater: refactor: isolate tempfile functions from updater_configHung-Te Lin2019-11-225-94/+135
* futility: updater: move "EC partial recovery" to be a quirk.Hung-Te Lin2019-11-223-122/+174
* futility: updater: move system-related utility functions to updater_utilsHung-Te Lin2019-11-225-760/+853
* futility: updater: fix wrong arguments passed by --ccdHung-Te Lin2019-11-213-5/+10
* futility: updater: Check and use larger regions in EC RO updateHung-Te Lin2019-11-181-1/+10
* futility: updater: Correct EC RO name in CBFSHung-Te Lin2019-11-141-2/+2
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-139-11/+18
* futility: updater: sync mtimesMike Frysinger2019-11-133-21/+41
* futility: updater: Clean up hard-coded section names to preservestabilize-volteer-12665.Bstabilize-12669.Bfirmware-hatch-12669.BHung-Te Lin2019-11-081-13/+1
* Revert "Clean up implicit fall through."Mathew King2019-11-052-3/+3
* Clean up implicit fall through.Manoj Gupta2019-11-052-3/+3
* futility: update: Try EC-RO software sync if availableHung-Te Lin2019-10-291-41/+154
* vboot: remove BUILD_ASSERT macroJoel Kitching2019-10-232-13/+8
* vboot: relocate vb2_signature and vb2_keybock structsJoel Kitching2019-10-232-8/+8
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-237-44/+44
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-239-55/+55
* futility: updater: Try to update only EC RO when software sync is availableHung-Te Lin2019-10-161-1/+43
* Make vboot_version extern in headerLeonard Chan2019-10-041-1/+1
* futility: also clamp to natural valuesPatrick Georgi2019-09-231-1/+3
* futility/cmd_update.c: free cfg before leaving contextPatrick Georgi2019-09-231-0/+1
* vboot: fix up some more includesJoel Kitching2019-09-2317-44/+39
* futility/cmd_update.c: free cfg before leaving contextPatrick Georgi2019-09-201-0/+1
* futility/updater: clamp revision numberPatrick Georgi2019-09-201-2/+10
* futility/updater: verify that data copied from stdin is completePatrick Georgi2019-09-201-1/+4
* futility/updater: Check that image exists before digging into itstabilize-12515.Bstabilize-12499.18.Brelease-R78-12499.BPatrick Georgi2019-09-091-0/+5
* Fix fall through warning reported by ToT clang.Manoj Gupta2019-08-282-3/+3
* futility: avoid leak in eve's smmstore quirkPatrick Georgi2019-08-281-1/+1
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-2828-75/+56
* futility: updater: Fix incorrect line break in error messageHung-Te Lin2019-08-221-2/+2
* futility: Add load_firmware_image() error checkJacob Garber2019-08-141-1/+2
* vboot: replace VBERROR_SUCCESS with VB2_SUCCESSJoel Kitching2019-08-131-2/+2
* vboot: update vboot2 functions to use new vb2_error_tJoel Kitching2019-08-131-19/+18
* vboot: remove Boot Descriptor Block (BDB) library and utilitiesJoel Kitching2019-07-243-875/+0
* vboot/futility: update fatal errors to use FATALJoel Kitching2019-07-2213-94/+79
* vboot: use Fatal instead of VbExError in cmd_vbutil_kernelJoel Kitching2019-07-151-5/+3
* vboot: replace Min macro with VB2_MINstabilize-12331.BJoel Kitching2019-07-062-3/+3
* futility: updater: Report EC and PD images on emulationHung-Te Lin2019-07-031-6/+14
* futility: drop mtd support via android_mtdutilsMike Frysinger2019-06-261-37/+0
* updater: Add quirk for wilco devicesDuncan Laurie2019-06-152-0/+41