summaryrefslogtreecommitdiff
path: root/utility/vbutil_kernel.c
Commit message (Expand)AuthorAgeFilesLines
* Require -Wall -Werror for everything.Bill Richardson2012-05-031-11/+0
* Major refactoring of vbutil_kernelBill Richardson2012-03-201-613/+558
* Make vbutil_kernel use correct size when verifying headers.Bill Richardson2012-03-151-3/+2
* Rename some static struct members in vbutil_kernel.Bill Richardson2012-03-141-48/+56
* vbutil: accept amd64 as a valid alias for x86Sonny Rao2011-10-121-1/+2
* vbutil: support 64bit x86Sonny Rao2011-09-191-1/+2
* Verified boot wrapper - add stub implementations for hostRandall Spangler2011-06-271-59/+63
* Check whether key block and preamble fit in padding.Randall Spangler2011-05-131-8/+18
* Add --minversion option to vbutil_kernel to check for rollback.Randall Spangler2011-05-121-3/+28
* Revert "Revert "Add --kloadaddr option to utilities""Che-Liang Chiou2011-03-221-18/+41
* Revert "Add --kloadaddr option to utilities"Stéphane Marchesin2011-03-151-41/+18
* Add --kloadaddr option to utilitiesChe-Liang Chiou2011-03-111-18/+41
* Add --arch flag to pack mode of vbutil_kernelChe-Liang Chiou2011-02-221-16/+44
* vbutil_kernel: support exporting a keyblock file during verifyWill Drewry2010-10-261-2/+19
* Consider zero a valid kernel version.vbendeb2010-10-211-4/+4
* Handle short read error correctly in vbutil_kernel.cBill Richardson2010-10-141-3/+18
* Allow --repack option to change kernel version number.vbendeb2010-10-061-4/+9
* New tools to help debug vboot failures.Bill Richardson2010-09-091-1/+13
* Add fake e820 memory map entries to zeropageChe-Liang Chiou2010-08-231-0/+8
* Fix KeyBlockVerify() to take an explicit param for whether to use hash only.Randall Spangler2010-08-171-1/+2
* Changes to allow user-signed kernels to be generated.Bill Richardson2010-08-091-13/+22
* Added size param to VerifyData()Randall Spangler2010-07-191-3/+5
* Introduce ability to change the kernel command line.vbendeb2010-07-151-61/+177
* Switch to using .vbprivk for signing everything now.Bill Richardson2010-07-011-1/+1
* Adding --repack and --headeronly options to vbutil_kernelBill Richardson2010-06-301-96/+318
* Add some debug output to vbutil_kernel, display values in hex.Bill Richardson2010-06-231-4/+42
* Clean up of key block functionsRandall Spangler2010-06-111-1/+1
* Added vbutil_kernel.Randall Spangler2010-06-111-0/+465