summaryrefslogtreecommitdiff
path: root/futility/cmd_vbutil_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: fix up some host key functions for host_key2.cfactory-excelsior-12812.BJoel Kitching2019-12-251-1/+0
* vboot: remove VerifyVmlinuzInsideKBlob functionJoel Kitching2019-12-211-4/+5
* vboot: merge vb2_struct.h into 2struct.hJoel Kitching2019-12-101-1/+0
* vboot: remove unnecessary vboot_common.h includesJoel Kitching2019-12-061-0/+1
* vboot: standardize on "keyblock" as one wordJoel Kitching2019-10-231-5/+5
* vboot: format hex numbers with %#x instead of 0x%xJoel Kitching2019-10-231-5/+5
* vboot: fix up some more includesJoel Kitching2019-09-231-1/+1
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-2/+1
* vboot/futility: update fatal errors to use FATALJoel Kitching2019-07-221-42/+32
* vboot: use Fatal instead of VbExError in cmd_vbutil_kernelJoel Kitching2019-07-151-5/+3
* futility: Merge Debug() into VB2_DEBUG()Julius Werner2019-03-061-10/+10
* futility: Add --arch=arm64 option to vbutil_kernelAdam Kallai2018-06-011-1/+2
* Add missing arg to debug messagestabilize-9460.73.Bstabilize-9460.66.Bstabilize-9460.60.Bstabilize-9460.40.Bstabilize-9460.4.Bstabilize-9460.23.Brelease-R59-9460.BBill Richardson2017-04-121-1/+1
* Fix more coverity warnings in utilitiesRandall Spangler2016-09-151-0/+6
* futility/host lib: Fix coverity warningsRandall Spangler2016-09-141-0/+1
* futility: use vboot2 functions for kernel preambleRandall Spangler2016-09-061-39/+42
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-021-2/+2
* futility: Use vboot 2.0 APIs for private keysRandall Spangler2016-08-101-3/+3
* futility: Use only vboot 2.0 APIs for keyblocksRandall Spangler2016-08-101-6/+7
* futility: add --type arg to show and sign commandsBill Richardson2015-03-311-1/+0
* futility: Let each command provide its own helpBill Richardson2015-03-181-4/+7
* futility: change longhelp functions to take multiple argsBill Richardson2015-03-181-5/+5
* 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: Add global args to specify vboot API and formatstabilize-6842.Bstabilize-6835.BBill Richardson2015-02-281-0/+1
* kernel flags: Add flags field to kernel preamble.Furquan Shaikh2015-02-121-2/+17
* Changes to compile signing tools on darwinDavid Riley2015-02-111-0/+4
* vboot_reference: fix pointer issue in vmlinuz recontructionShelley Chen2015-02-031-11/+21
* futility: refactor file type detection into new filesBill Richardson2015-01-311-1/+2
* futility: vbutil_kernel should check the kernel a bit moreBill Richardson2015-01-281-0/+6
* vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen2015-01-231-4/+88
* futility: update the vbutil_kernel implementationBill Richardson2015-01-221-2/+2
* futility: rolled back vbutil_kernel changeBill Richardson2014-10-021-1/+2
* futility: implement vbutil_kernel using buffers, not filesBill Richardson2014-09-251-593/+150
* futility: clean up a few shared functionsBill Richardson2014-09-251-23/+4
* futility: Improve help messagesstabilize-6297.BBill Richardson2014-09-241-47/+42
* futility: Reformat to use kernel coding styleBill Richardson2014-08-251-825/+850
* futility: add --arch=aarch64Benson Leung2014-08-231-1/+2
* futility: add more static/const markingsMike Frysinger2014-08-201-2/+2
* futility: Add remaining vboot binary utilitiesBill Richardson2014-07-311-0/+972