summaryrefslogtreecommitdiff
path: root/futility/vb1_helper.c
Commit message (Expand)AuthorAgeFilesLines
* vboot: fix up some headers, includes, comments, spacingJoel Kitching2019-08-281-2/+1
* futility: Round up kernel blob to 4kEvan Green2019-06-061-0/+6
* futility: Merge Debug() into VB2_DEBUG()Julius Werner2019-03-061-49/+51
* futility: Verify linux kernel signatureDuncan Laurie2017-05-081-1/+13
* vboot: Add vb2_unpack_key_bufferRandall Spangler2016-11-061-11/+3
* vboot: Remove vboot1 cryptolib padding sourceRandall Spangler2016-11-061-7/+1
* vboot: use standard memcmp, memcpy, memsetRandall Spangler2016-10-231-8/+8
* Fix more coverity warnings in utilitiesRandall Spangler2016-09-151-0/+1
* futility: use vboot2 functions for kernel preambleRandall Spangler2016-09-061-111/+93
* vboot: replace CreateKernelPreamble() with vboot2 equivalentRandall Spangler2016-09-061-23/+20
* futility: Use vboot 2.0 APIs for public keysRandall Spangler2016-09-021-23/+32
* futility: Use vboot 2.0 APIs for private keysRandall Spangler2016-08-101-17/+13
* futility: Use only vboot 2.0 APIs for keyblocksRandall Spangler2016-08-101-33/+52
* futility: cmd_show uses only vboot 2.0 APIsRandall Spangler2016-08-031-2/+3
* vboot: Upgrade VerifyFirmwarePreamble() to vboot2.0Randall Spangler2016-07-261-24/+54
* futility: put the recognizer functions in file_type.incBill Richardson2015-03-311-2/+2
* futility: Display public and private keys for both formatsBill Richardson2015-03-101-6/+7
* kernel flags: Add flags field to kernel preamble.Furquan Shaikh2015-02-121-1/+12
* futility: show .vbprivk filesBill Richardson2015-02-031-0/+22
* futility: refactor file type detection into new filesBill Richardson2015-01-311-0/+36
* vboot: Add flag to vbutil_kernel for reconstruction of vmlinuz imageShelley Chen2015-01-231-7/+92
* futility: return the correct size of kernel blob within partitionBill Richardson2014-12-041-1/+1
* futility: rolled back vbutil_kernel changeBill Richardson2014-10-021-0/+2
* futility: implement vbutil_kernel using buffers, not filesBill Richardson2014-09-251-0/+616