summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Use CHROMEOS_EC macro to cut down compiled size.release-R20-2268.Bfactory-2268.16.BBill Richardson2012-05-092-0/+46
* Fix potential memory leak in KeyBlockVerify()Bill Richardson2012-05-091-0/+1
* Separate SHA256 and SHA512 into separate filesBill Richardson2012-05-093-287/+342
* Protect ARRAY_SIZE macro from being #defined twiceBill Richardson2012-05-091-0/+2
* 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-0420-8/+748
* Require -Wall -Werror for everything.Bill Richardson2012-05-0317-64/+15
* Let cgpt open devices in read-only mode when possible.Bill Richardson2012-05-0210-16/+47
* signer scripts: retry more than once when mountingMike Frysinger2012-05-011-12/+23
* signer scripts: workaround flaky kernels and loop mount failuresMike Frysinger2012-04-251-12/+36
* Omit body load address checkChe-Liang Chiou2012-04-244-13/+4
* crossystem: introduce a new main firmware type, 'netboot'Vadim Bendebury2012-04-202-0/+3
* mount-encrypted: handle migration betterKees Cook2012-04-173-56/+108
* Adjust the behavior of 'crossystem cros_debug' for recovery modeJ. Richard Barnette2012-04-171-15/+6
* Create default key.versions file if none existGaurav Shah2012-04-162-4/+5
* signer scripts: use make_temp_dir helperMike Frysinger2012-04-162-4/+2
* signer scripts: use `sudo` if need be when modifying /etc/lsb-releaseMike Frysinger2012-04-122-11/+24
* signer scripts: add OWNERSMike Frysinger2012-04-111-0/+3
* signer scripts: unmount loop devices without -d arg to umountGaurav Shah2012-04-099-15/+15
* Read kernel body load address from preamble by defaultChe-Liang Chiou2012-04-063-1/+8
* mount-encrypted: close TPM when spawning resizerKees Cook2012-04-056-52/+116
* mount-encrypted: add encrypted mount helperKees Cook2012-04-046-0/+1624
* Modify crossystem to recognize Panther Point GPIO controllerrelease-R19-2046.BVadim Bendebury2012-03-231-1/+2
* Major refactoring of vbutil_kernelBill Richardson2012-03-204-629/+675
* CgptManagerTests: fix linking orderMike Frysinger2012-03-151-3/+3
* Make vbutil_kernel use correct size when verifying headers.Bill Richardson2012-03-153-3/+99
* Rename some static struct members in vbutil_kernel.Bill Richardson2012-03-141-48/+56
* signer security test: special case dogfood channel for app id checkGaurav Shah2012-03-132-5/+7
* convert to SLOT-ed libbaseMike Frysinger2012-03-081-3/+11
* Add tests/run_preamble_tests.sh and associated data.Bill Richardson2012-03-08489-0/+189
* Specify the sections you want dump_fmap to dump, if not allBill Richardson2012-03-021-8/+21
* tpm_lite: implement TPM_GetRandomKees Cook2012-03-016-5/+88
* Add new line after printing non-zero GBB flags.Stefan Reinauer2012-02-281-0/+1
* Enable building of Cgpt C++ Library for 32-bit.Jay Srinivasan2012-02-2310-14/+65
* vbutil_what_keys should handle devices tooBill Richardson2012-02-221-1/+1
* Implementation of CgptManager C++ library and unit tests.Jay Srinivasan2012-02-1623-47/+1351
* Add Ctrl-Enter as an additional key to trigger dev USB boot.Tom Wai-Hong Tam2012-02-142-1/+4
* Rename dump_kernel_config.a to libdump_kernel_config.a.Don Garrett2012-02-141-1/+1
* signer tests: Allow different appids for canary channel imagesGaurav Shah2012-02-082-3/+13
* 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
* Refactor of cgpt tool for 32->64 autoupdate work.release-R18-1660.BJay Srinivasan2012-01-3016-1102/+1312
* Bah. Fix the test, too.Bill Richardson2012-01-271-1/+1
* Oops. Must still distinguish "no disks" from "no valid disks".Bill Richardson2012-01-271-1/+0
* remove.txt no longer mentions USB and SD cards explicitlyBill Richardson2012-01-2645-43/+43
* Bundle up the utilities methods used in dump_kernel_config andDon Garrett2012-01-265-102/+142
* Make VbTryLoadKernel() go to recovery when no valid disks are foundBill Richardson2012-01-253-3/+329
* Be aggressive in saving locale to nvram.Bill Richardson2012-01-242-1/+12
* Remove debug messages from VbAudioLooping() - too noisy.Bill Richardson2012-01-221-9/+0
* Fix audio loop for long-delay keyboard reads.Bill Richardson2012-01-194-85/+133