summaryrefslogtreecommitdiff
path: root/utility
Commit message (Expand)AuthorAgeFilesLines
* mount-encrypted: provide umount option for shutdownKees Cook2012-05-174-47/+155
* Make vbutil_ec operate on the entire image at once.Bill Richardson2012-05-081-210/+411
* Create vbutil_ec tool for signing EC firmware.Bill Richardson2012-05-042-0/+331
* Require -Wall -Werror for everything.Bill Richardson2012-05-034-16/+5
* Omit body load address checkChe-Liang Chiou2012-04-241-4/+0
* mount-encrypted: handle migration betterKees Cook2012-04-173-56/+108
* Read kernel body load address from preamble by defaultChe-Liang Chiou2012-04-063-1/+8
* mount-encrypted: close TPM when spawning resizerKees Cook2012-04-054-52/+108
* mount-encrypted: add encrypted mount helperKees Cook2012-04-045-0/+1622
* Major refactoring of vbutil_kernelBill Richardson2012-03-202-624/+563
* 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
* Specify the sections you want dump_fmap to dump, if not allBill Richardson2012-03-021-8/+21
* tpm_lite: implement TPM_GetRandomKees Cook2012-03-012-2/+42
* vbutil_what_keys should handle devices tooBill Richardson2012-02-221-1/+1
* vbutil_what_keys - any file 8M or less is a BIOS imageBill Richardson2012-02-061-1/+1
* Add Stumpy MP key info to vbutil_what_keysBill Richardson2012-02-031-1/+6
* Bundle up the utilities methods used in dump_kernel_config andDon Garrett2012-01-264-101/+140
* Add in a platform_family value to crossystemBernie Thompson2012-01-091-0/+1
* tpmc: add PCR reading functionKees Cook2012-01-092-0/+34
* Enhance vbutil_what_keys to work on BIOS images too.Bill Richardson2011-12-161-26/+85
* Dev-mode allows booting self-signed kernels by default.Bill Richardson2011-11-181-2/+2
* Dev-mode only boots official kernels by defaultBill Richardson2011-11-101-0/+2
* New and improved dev_debug_vbootBill Richardson2011-11-091-131/+270
* vbutil: accept amd64 as a valid alias for x86Sonny Rao2011-10-121-1/+2
* vbutil: support 64bit x86Sonny Rao2011-09-191-1/+2
* Fix bug in recognizing bad image files.Bill Richardson2011-09-081-1/+1
* gbb_utility: add --flags parameter.Hung-Te Lin2011-08-292-22/+154
* dump_fmap: flashrom format should generate [start, end] pair.Louis Yung-Chieh Lo2011-08-241-1/+2
* bmpblock v1.2 - render HWID inside vboot_referenceBill Richardson2011-08-247-81/+401
* Don't check the firmware body when USE_RO_NORMAL preamble flag is presented.Tom Wai-Hong Tam2011-08-231-6/+11
* Cleanup: DEFAULT.yaml should include locale_names section.Bill Richardson2011-08-221-2/+1
* obsolete pack_firmware_imageChe-Liang Chiou2011-08-152-314/+0
* Add a -f option to dump_fmap to emit flashrom's layout format.Bill Richardson2011-07-291-11/+24
* Clean up calling LoadFirmware() from VbSelectFirmware()Randall Spangler2011-07-292-4/+6
* Add flags field to GBBRandall Spangler2011-07-271-4/+3
* Move VbNvContext setup/teardown to vboot wrapper funcsRandall Spangler2011-07-261-0/+1
* Make crossystem kern_nv field read-only.Randall Spangler2011-07-261-1/+1
* Refactor LoadFirmware() and LoadKernel() to return VbError_tRandall Spangler2011-07-262-24/+7
* Refactor TPM calls into vboot wrapperRandall Spangler2011-07-251-2/+0
* Revert "Refactor TPM calls into vboot wrapper"Elly Jones2011-07-251-0/+2
* Refactor TPM calls into vboot wrapperRandall Spangler2011-07-251-2/+0
* Fix "tpmc help" description of pplockGaurav Shah2011-07-211-1/+1
* Change description of dev_boot_usbRandall Spangler2011-07-201-1/+1
* Add vboot support for RO-normal code path.Randall Spangler2011-07-141-6/+6
* Add support for flags in the firmware preamble.Randall Spangler2011-07-131-3/+20
* Add support for merged normal+dev firmwareRandall Spangler2011-07-111-9/+0
* Add support for dev_boot_usb flagRandall Spangler2011-07-111-0/+2
* Vboot wrapper initial implementationRandall Spangler2011-07-081-7/+8
* Verified boot wrapper - add stub implementations for hostRandall Spangler2011-06-2710-153/+157