aboutsummaryrefslogtreecommitdiff
path: root/futility
AgeCommit message (Expand)Author
2023-07-13Fix duplicate symbols error in external/vboot_referencezijunzhao
2022-02-02Fix building futility against muslandroid-t-preview-2android-t-preview-1android-t-beta-3android-s-v2-beta-3android-s-qpr3-beta-1android-t-preview-1android-s-v2-beta-3android-s-qpr3-beta-1Colin Cross
2017-04-10Fix debug info parameter errorJinguang Dong
2015-04-01vboot: fix name-collision with OpenSSL.Adam Langley
2015-03-10futility: Add create command to make keypairs from RSA filesBill Richardson
2015-02-28futility: Add global args to specify vboot API and formatBill Richardson
2015-02-19vboot_reference: Support MTD devices in dump_kernel_configNam T. Nguyen
2015-02-17vboot_reference: Remove mmap() in dump_kernel_configNam T. Nguyen
2015-02-12kernel flags: Add flags field to kernel preamble.Furquan Shaikh
2015-02-11Changes to compile signing tools on darwinDavid Riley
2015-02-03vboot_reference: fix pointer issue in vmlinuz recontructionShelley Chen
2015-02-03futility: show .vbprivk filesBill Richardson
2015-02-03futility: handle truncated BIOS images without segfaultBill Richardson
2015-01-31futility: refactor file type detection into new filesBill Richardson
2015-01-28futility: extract vb2_verify_fw to an external testBill Richardson
2015-01-28futility: vbutil_kernel should check the kernel a bit moreBill Richardson
2015-01-28vboot2: fix alignment issues on 32-bit architecturesBill Richardson
2015-01-23vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen
2015-01-22futility: remove obsolete dev_sign_file commandBill Richardson
2015-01-22futility: extract verify_kernel command to an external testBill Richardson
2015-01-22futility: update the vbutil_kernel implementationBill Richardson
2015-01-21futility: prevent segfault for "futility help version"Bill Richardson
2014-12-15vboot: Plumb the two disk sizes and external GPT param throughDan Ehrenberg
2014-12-04futility: Don't copy the entire kernel partition just to sign a blobBill Richardson
2014-12-04futility: return the correct size of kernel blob within partitionBill Richardson
2014-12-04futility: fix segfault when displaying truncated kernelsBill Richardson
2014-11-15Revert "vboot: Plumb the two disk sizes and 'gpt on device' param through"Julius Werner
2014-11-15vboot: Plumb the two disk sizes and 'gpt on device' param throughDan Ehrenberg
2014-10-31Extend HWID digest into PCR1 (GBB v1.2 only)Bill Richardson
2014-10-31futility: add version commandBill Richardson
2014-10-21Add hwid digest field to GBB headerBill Richardson
2014-10-15futility: Be more accepting of how it's invokedBill Richardson
2014-10-02futility: rolled back vbutil_kernel changeBill Richardson
2014-09-27futility: show vs verifyBill Richardson
2014-09-27futility: Allow signing raw firmware blob and keyblocksBill Richardson
2014-09-27futility: Add support for [re]signing kernel partitionsBill Richardson
2014-09-25futility: do traversal of a buffer, not a fileBill Richardson
2014-09-25futility: Prepare to handle kernel partitions & firmware blobsBill Richardson
2014-09-25futility: implement vbutil_kernel using buffers, not filesBill Richardson
2014-09-25futility: allow dump_fmap to specify where to extract areaBill Richardson
2014-09-25futility: clean up a few shared functionsBill Richardson
2014-09-24futility: Improve help messagesBill Richardson
2014-09-12futility: make resign_firmwarefd.sh simply invoke futilityBill Richardson
2014-09-12futility: slight tweak to the logging implementationBill Richardson
2014-09-12futility: preserve preamble flags when resigning BIOS imagesBill Richardson
2014-09-12futility: Wipe GBB data before writing new values.Hung-Te Lin
2014-09-05futility: sign command works on unsigned imagesBill Richardson
2014-09-05futility: add load_fmap command, useful for testsBill Richardson
2014-09-05futility: add "sign" command to resign firmware imagesBill Richardson
2014-09-03futility: the show command can traverse all file typesBill Richardson