summaryrefslogtreecommitdiff
path: root/futility/cmd_show.c
Commit message (Expand)AuthorAgeFilesLines
* futility/updater: Fix legacy bios image namingstabilize-15415.BEdward O'Callaghan2023-04-061-1/+1
* futility/cmd_*: Cleanups for maintainabilityEdward O'Callaghan2023-04-031-1/+1
* futility/cmd_*.c: Use ERROR() macro consistentlyEdward O'Callaghan2023-03-311-23/+20
* futility/cmd_show: set uninitialized variablefactory-trogdor-15210.BSelma Bensaid2022-10-241-1/+1
* firmware: host: futility: Add CBFS metadata hash supportstabilize-15183.14.BJakub Czapiga2022-10-121-8/+60
* treewide: Fix license headers to conform with linterJakub Czapiga2022-10-041-1/+1
* futility: Rework file opening and mappingJakub Czapiga2022-05-141-51/+84
* [futility] Open gscvd in R/O mode when verifyingAlyssa Haroldsen2022-04-131-1/+2
* vboot: introduce minios_kernel.keyblockJoel Kitching2021-07-051-0/+4
* vboot/vboot_kernel: move kernel/fw struct functionsJoel Kitching2021-06-151-1/+0
* vboot: move vboot 2.1 functions and structs into host codeJoel Kitching2020-02-111-1/+1
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-251-1/+1
* vboot: align workbuf to VB2_WORKBUF_ALIGNJoel Kitching2019-11-131-1/+2
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-231-6/+6
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-231-6/+6
* vboot: fix up some more includesJoel Kitching2019-09-231-2/+2
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-2/+1
* vboot/futility: update fatal errors to use FATALJoel Kitching2019-07-221-1/+1
* Makefile: Enable more warnings for host utilities / testsJulius Werner2019-05-141-1/+1
* Drop pre-vboot2 safe guardsStefan Reinauer2017-06-271-1/+0
* expand the BDB acronym in a few key placesstabilize-9093.BMike Frysinger2016-12-141-1/+1
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-061-11/+6
* vboot: Remove vboot1 cryptolib padding sourceRandall Spangler2016-11-061-5/+5
* bdb: Make 'futility show' support BDBDaisuke Nojiri2016-10-041-0/+1
* futility: Create signatures using vboot 2.0 APIsstabilize-8688.BRandall Spangler2016-08-031-2/+2
* futility: cmd_show uses only vboot 2.0 APIsRandall Spangler2016-08-031-59/+47
* vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0Randall Spangler2016-07-261-86/+105
* vboot: Disambiguate vb2.1 structs and functionsRandall Spangler2016-07-261-1/+1
* futility: Revised support for RO+RW firmwareBill Richardson2015-10-151-2/+12
* futility: improve help message for show commandBill Richardson2015-04-151-17/+19
* futility: put all the BIOS stuff into a separate fileBill Richardson2015-03-311-220/+4
* futility: export options for the sign and show commandsBill Richardson2015-03-311-41/+36
* futility: add --type arg to show and sign commandsBill Richardson2015-03-311-5/+29
* futility: refactor to handle each file type individuallyBill Richardson2015-03-311-136/+189
* futility: Split help for "sign" command into partsBill Richardson2015-03-201-1/+1
* futility: Let each command provide its own helpBill Richardson2015-03-181-6/+8
* futility: change longhelp functions to take multiple argsBill Richardson2015-03-181-6/+6
* Provert "futility: Make --debug a global option"Bill Richardson2015-03-121-1/+0
* Revert "futility: Make --debug a global option"Prathmesh Prabhu2015-03-121-0/+1
* futility: Make --debug a global optionBill Richardson2015-03-111-1/+0
* futility: show sha1sums for private keys tooBill Richardson2015-03-101-1/+17
* futility: Display public and private keys for both formatsBill Richardson2015-03-101-0/+2
* futility: Add global args to specify vboot API and formatstabilize-6842.Bstabilize-6835.BBill Richardson2015-02-281-0/+2
* kernel flags: Add flags field to kernel preamble.Furquan Shaikh2015-02-121-0/+5
* futility: show .vbprivk filesBill Richardson2015-02-031-1/+19
* futility: handle truncated BIOS images without segfaultBill Richardson2015-02-031-0/+12
* futility: refactor file type detection into new filesBill Richardson2015-01-311-2/+42
* vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen2015-01-231-0/+15
* futility: fix segfault when displaying truncated kernelsBill Richardson2014-12-041-2/+2
* Add hwid digest field to GBB headerBill Richardson2014-10-211-2/+2