summaryrefslogtreecommitdiff
path: root/host/lib
Commit message (Expand)AuthorAgeFilesLines
* Add DISABLE_DEV_REQUEST flag to nvram.factory-2394.Bfactory-2368.BBill Richardson2012-05-251-0/+4
* Create vbutil_ec tool for signing EC firmware.Bill Richardson2012-05-042-0/+74
* Adjust the behavior of 'crossystem cros_debug' for recovery modeJ. Richard Barnette2012-04-171-15/+6
* Major refactoring of vbutil_kernelBill Richardson2012-03-201-4/+7
* Dev-mode allows booting self-signed kernels by default.Bill Richardson2011-11-181-4/+4
* Dev-mode only boots official kernels by defaultBill Richardson2011-11-101-0/+4
* Make crossystem kern_nv field read-only.Randall Spangler2011-07-261-4/+6
* Report mainfw_act based on VbSharedData780.BRandall Spangler2011-07-151-1/+20
* Add support for flags in the firmware preamble.Randall Spangler2011-07-131-1/+4
* Add support for dev_boot_usb flagRandall Spangler2011-07-111-0/+4
* Vboot wrapper - add recovery reason, refactor timingRandall Spangler2011-07-081-6/+6
* Verified boot wrapper - add stub implementations for hostRandall Spangler2011-06-278-90/+85
* Vboot wrapper API - crossystem and header filesRandall Spangler2011-06-271-1/+9
* Add crossystem loc_idxRandall Spangler2011-04-121-0/+4
* Add crossystem fwupdate_tries and fix nv storage writesRandall Spangler2011-04-081-1/+17
* Refactor crossystem to move x86-specific implementation to its own file.Randall Spangler2011-04-072-604/+95
* Use uint64_t and avoid down casting as much as possible.Gaurav Shah2011-03-251-2/+2
* Print LoadKernel() debug data from VbSharedDataRandall Spangler2011-03-211-10/+124
* Use VbSharedData instead of VbNvStorage for fwb_tries and kernkey_vfyRandall Spangler2011-03-181-7/+16
* Add TPM version checkingRandall Spangler2011-03-171-2/+13
* Add VbSharedData field parsingRandall Spangler2011-03-171-40/+92
* Add VB test error func/numRandall Spangler2011-03-151-0/+8
* Add function for VDAT processing.Vadim Bendebury2011-03-151-0/+134
* Add check-value support and check /proc/cmdline for cros_nodebugRandall Spangler2011-03-111-1/+3
* Add cros_debug option to crossystemRandall Spangler2011-03-101-4/+50
* Add crossystem support for nvram_cleared and kern_nvRandall Spangler2011-03-011-9/+6
* Add kern_nv field to crossystemRandall Spangler2011-03-011-1/+7
* rename tried_fwb constantsRandall Spangler2011-02-251-1/+1
* Add NV storage fields for firmware flagsRandall Spangler2011-02-251-0/+13
* crossystem uses VbNvStorageRandall Spangler2011-02-251-6/+119
* Add flashmap base addressRandall Spangler2011-02-241-0/+3
* Add more properties to crossystemRandall Spangler2011-02-231-3/+155
* Add support for CHNV settings to crossystem.Randall Spangler2011-02-181-1/+93
* Fix WP polarity on MarioRandall Spangler2011-02-171-9/+25
* Add load_firmware_test utility programChe-Liang Chiou2011-02-171-0/+30
* Initial version of crossystem.Randall Spangler2011-02-071-0/+216
* Fix the maximum output size in the call to the external signer.Gaurav Shah2010-11-021-2/+1
* Add support for using external signing application and .pem private key files...Gaurav Shah2010-10-292-2/+209
* New tools to help debug vboot failures.Bill Richardson2010-09-091-0/+10
* Add additional sanity checks to RSA verification code.Gaurav Shah2010-08-173-12/+13
* Fix KeyBlockVerify() to take an explicit param for whether to use hash only.Randall Spangler2010-08-171-4/+3
* Changes to allow user-signed kernels to be generated.Bill Richardson2010-08-091-6/+11
* Zero-out allocated buffer while creating kernel preamble header.Gaurav Shah2010-08-041-0/+2
* Switch to using .vbprivk for signing everything now.Bill Richardson2010-07-016-30/+108
* Adding --repack and --headeronly options to vbutil_kernelBill Richardson2010-06-301-4/+4
* Remove unused files, and tidy the directory structure of the remaining ones.Randall Spangler2010-06-172-0/+195
* Refactor LoadFirmware() to avoid global variables, which don't work when runn...Randall Spangler2010-06-151-23/+0
* Clean up of key block functionsRandall Spangler2010-06-112-52/+106
* Add vbutil_keyblockRandall Spangler2010-06-102-29/+31
* Utility to pack public key, version, algorithm into a single file in VbPublic...Randall Spangler2010-06-103-20/+144