summaryrefslogtreecommitdiff
path: root/futility
Commit message (Expand)AuthorAgeFilesLines
* vboot: Plumb the two disk sizes and external GPT param throughDan Ehrenberg2014-12-151-6/+7
* futility: Don't copy the entire kernel partition just to sign a blobBill Richardson2014-12-042-31/+38
* futility: return the correct size of kernel blob within partitionBill Richardson2014-12-041-1/+1
* futility: fix segfault when displaying truncated kernelsBill Richardson2014-12-041-2/+2
* Revert "vboot: Plumb the two disk sizes and 'gpt on device' param through"stabilize-6480.Bfactory-ryu-6486.Bfactory-ryu-6486.1.BJulius Werner2014-11-151-2/+0
* vboot: Plumb the two disk sizes and 'gpt on device' param throughDan Ehrenberg2014-11-151-0/+2
* Extend HWID digest into PCR1 (GBB v1.2 only)Bill Richardson2014-10-311-0/+186
* futility: add version commandBill Richardson2014-10-312-0/+13
* Add hwid digest field to GBB headerBill Richardson2014-10-215-4/+77
* futility: Be more accepting of how it's invokedBill Richardson2014-10-151-79/+51
* futility: rolled back vbutil_kernel changeBill Richardson2014-10-023-1/+978
* futility: show vs verifyBill Richardson2014-09-271-4/+44
* futility: Allow signing raw firmware blob and keyblocksBill Richardson2014-09-271-4/+170
* futility: Add support for [re]signing kernel partitionsBill Richardson2014-09-275-1102/+625
* futility: do traversal of a buffer, not a fileBill Richardson2014-09-254-34/+93
* futility: Prepare to handle kernel partitions & firmware blobsBill Richardson2014-09-252-51/+116
* futility: implement vbutil_kernel using buffers, not filesBill Richardson2014-09-254-593/+1784
* futility: allow dump_fmap to specify where to extract areaBill Richardson2014-09-251-6/+34
* futility: clean up a few shared functionsBill Richardson2014-09-259-65/+61
* futility: Improve help messagesstabilize-6297.BBill Richardson2014-09-2419-423/+479
* futility: make resign_firmwarefd.sh simply invoke futilityBill Richardson2014-09-122-4/+5
* futility: slight tweak to the logging implementationBill Richardson2014-09-121-11/+43
* futility: preserve preamble flags when resigning BIOS imagesBill Richardson2014-09-122-7/+15
* futility: Wipe GBB data before writing new values.Hung-Te Lin2014-09-121-0/+6
* futility: sign command works on unsigned imagesBill Richardson2014-09-051-3/+22
* futility: add load_fmap command, useful for testsBill Richardson2014-09-051-0/+202
* futility: add "sign" command to resign firmware imagesBill Richardson2014-09-056-39/+633
* futility: the show command can traverse all file typesBill Richardson2014-09-037-46/+980
* Remove futility linker script.Alex Deymo2014-09-022-20/+2
* vboot: Add system-level test for LoadKernel()Randall Spangler2014-08-291-0/+141
* cleanup: add some easier-to-use FMAP parsing functions.Bill Richardson2014-08-291-11/+8
* vboot2: Move vb2_verify_fw inside of futilityRandall Spangler2014-08-251-0/+219
* futility: Reformat to use kernel coding styleBill Richardson2014-08-2512-3271/+3372
* futility: add --arch=aarch64Benson Leung2014-08-231-1/+2
* futility: add more static/const markingsMike Frysinger2014-08-209-23/+23
* futility: Add remaining vboot binary utilitiesBill Richardson2014-07-3110-111/+2638
* futility: deprecate eficompress and efidecompressBill Richardson2014-07-182-0/+44
* futility: add vbutil_keyblock into the built-in featuresBill Richardson2014-07-171-0/+329
* futility: add vbutil_key into the built-in featuresBill Richardson2014-07-171-0/+242
* Avoid coredumps if the FMAP is wrong.Bill Richardson2014-07-171-11/+17
* Cleanup futility test coverage framework a bitBill Richardson2014-07-161-0/+8
* Simplify the futility linker script a bit.Bill Richardson2014-07-153-50/+32
* Cleanup: remove some noisy output from some utilitiesBill Richardson2014-07-151-2/+0
* Correct some minor compiler warningsSimon Glass2013-08-251-1/+2
* Revert "futility: Use flashrom for 'dump_fmap -x'"Simon Glass2013-07-151-34/+24
* futility: Use flashrom for 'dump_fmap -x'factory-pit-4390.BSimon Glass2013-07-111-24/+34
* vboot_reference: change position of 'const'stabilize-4068.0.Bstabilize-4035.0.Bstabilize-4008.0.BYunlian Jiang2013-04-121-2/+2
* Build dump_fmap into futility.Bill Richardson2013-04-091-0/+476
* Build both static and dynamic versions of futility.Bill Richardson2013-04-083-10/+30
* Add framework for testing builtin futility functions.Bill Richardson2013-04-052-125/+0