summaryrefslogtreecommitdiff
path: root/futility/cmd_vbutil_firmware.c
Commit message (Expand)AuthorAgeFilesLines
* futility/cmd_*.c: Use ERROR() macro consistentlyEdward O'Callaghan2023-03-311-4/+4
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* vboot: move lib20/packed_key.c into 2lib namespaceJoel Kitching2021-01-201-1/+0
* vboot: move vboot 2.1 functions and structs into host codeJoel Kitching2020-02-111-1/+1
* vboot: remove unnecessary vboot_common.h includesJoel Kitching2019-12-061-1/+0
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-131-1/+2
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-231-9/+9
* vboot: fix up some more includesJoel Kitching2019-09-231-2/+2
* vboot/futility: update fatal errors to use FATALJoel Kitching2019-07-221-18/+18
* vboot: move general constants to a separate headerJoel Kitching2019-03-111-1/+1
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-061-4/+2
* vboot: Remove the remainder of vb1 cryptolibRandall Spangler2016-11-061-1/+0
* vboot: Remove vboot1 cryptolib padding sourceRandall Spangler2016-11-061-2/+2
* futility/host lib: Fix coverity warningsRandall Spangler2016-09-141-39/+70
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-021-6/+5
* futility: Use vboot 2.0 APIs for private keysRandall Spangler2016-08-101-35/+22
* futility: Use only vboot 2.0 APIs for keyblocksRandall Spangler2016-08-101-6/+3
* futility: Create signatures using vboot 2.0 APIsstabilize-8688.BRandall Spangler2016-08-031-8/+13
* vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0Randall Spangler2016-07-261-75/+81
* futility: Let each command provide its own helpBill Richardson2015-03-181-4/+7
* futility: change longhelp functions to take multiple argsBill Richardson2015-03-181-4/+4
* futility: Add global args to specify vboot API and formatstabilize-6842.Bstabilize-6835.BBill Richardson2015-02-281-0/+1
* futility: Improve help messagesstabilize-6297.BBill Richardson2014-09-241-31/+34
* futility: Reformat to use kernel coding styleBill Richardson2014-08-251-338/+348
* futility: add more static/const markingsMike Frysinger2014-08-201-2/+2
* futility: Add remaining vboot binary utilitiesBill Richardson2014-07-311-0/+377