summaryrefslogtreecommitdiff
path: root/futility/cmd_sign.c
Commit message (Expand)AuthorAgeFilesLines
* futility: add support for usbpd1 imagesBill Richardson2015-03-311-31/+131
* futility: put all the BIOS stuff into a separate fileBill Richardson2015-03-311-286/+1
* futility: cleanup help functions for sign commandBill Richardson2015-03-311-33/+49
* futility: export options for the sign and show commandsBill Richardson2015-03-311-191/+182
* futility: add --type arg to show and sign commandsBill Richardson2015-03-311-9/+22
* futility: refactor to handle each file type individuallyBill Richardson2015-03-311-109/+135
* futility: Split help for "sign" command into partsBill Richardson2015-03-201-30/+69
* futility: Let each command provide its own helpBill Richardson2015-03-181-4/+8
* futility: change longhelp functions to take multiple argsBill Richardson2015-03-181-4/+4
* 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-3/+11
* futility: refactor file type detection into new filesBill Richardson2015-01-311-2/+11
* futility: Don't copy the entire kernel partition just to sign a blobBill Richardson2014-12-041-29/+34
* futility: Allow signing raw firmware blob and keyblocksBill Richardson2014-09-271-4/+170
* futility: Add support for [re]signing kernel partitionsBill Richardson2014-09-271-84/+477
* futility: do traversal of a buffer, not a fileBill Richardson2014-09-251-1/+11
* futility: clean up a few shared functionsBill Richardson2014-09-251-2/+3
* futility: Improve help messagesstabilize-6297.BBill Richardson2014-09-241-11/+20
* futility: make resign_firmwarefd.sh simply invoke futilityBill Richardson2014-09-121-3/+4
* futility: preserve preamble flags when resigning BIOS imagesBill Richardson2014-09-121-4/+9
* futility: sign command works on unsigned imagesBill Richardson2014-09-051-3/+22
* futility: add "sign" command to resign firmware imagesBill Richardson2014-09-051-0/+457