summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Fix name. Use existing directory check.Gaurav Shah2010-06-291-7/+1
* Rewrite gen_fuzz_test_cases.sh script to use new signing utilities.Gaurav Shah2010-06-291-32/+54
* TBR: wfricharRandall Spangler2010-06-292-5/+5
* Add a script to generate test vboot-format public keys.Gaurav Shah2010-06-2915-2/+37
* New rollback_index API.Luigi Semenzato2010-06-285-173/+91
* utility: add a simple tool for dumping the kernel configWill Drewry2010-06-252-0/+139
* Keep temp files in the output directory.vbendeb2010-06-242-7/+8
* Make vboot_reference build in MSVC command line environment.vbendeb2010-06-2434-100/+214
* Ignore TPM return codes in recovery modeRandall Spangler2010-06-243-18/+21
* Automated version generation for vboot firmware.Luigi Semenzato2010-06-242-2/+13
* Add boot flags to LoadFirmware(), for TPM initRandall Spangler2010-06-232-2/+7
* Add VBDEBUG macro for debug output.Randall Spangler2010-06-238-95/+102
* fix passing key out of LoadFirmwareRandall Spangler2010-06-231-2/+5
* Refactor rollback interface for LoadKernel(), LoadFirmware().Randall Spangler2010-06-235-44/+114
* move biosincludesRandall Spangler2010-06-231-0/+0
* Even more integration fixes.Randall Spangler2010-06-235-22/+54
* Add some debug output to vbutil_kernel, display values in hex.Bill Richardson2010-06-231-4/+42
* Assorted integration fixes.Randall Spangler2010-06-237-6/+77
* As mentioned, I discovered ForceClear doesn't really require any reboots. Th...Luigi Semenzato2010-06-221-29/+37
* More cleanup of MSVC errorsRandall Spangler2010-06-216-7/+8
* Fixes to compiler warnings in MSVCRandall Spangler2010-06-2113-61/+91
* Reduce attributes size to comply with msc limitations.vbendeb2010-06-219-61/+70
* Include BIOS specific definitions when required.vbendeb2010-06-213-1/+20
* Remove unused files, and tidy the directory structure of the remaining ones.Randall Spangler2010-06-1768-2885/+90
* vboot_reference: Fix WatchlistsGaurav Shah2010-06-171-1/+1
* This CL makes sure that the tests dirctory Makefile worksvbendeb2010-06-161-81/+22
* Move all system includes in vboot_firmware to sysincludes.hRandall Spangler2010-06-1632-41/+54
* Move old vkernel code out of vboot_firmware.Randall Spangler2010-06-1614-190/+28
* One of the last moment mods of the original make reworkvbendeb2010-06-165-5/+12
* Remove old firmware verification code, now that firmware build has switched t...Randall Spangler2010-06-1619-1702/+23
* Add load_kernel2_testRandall Spangler2010-06-154-27/+205
* Explicitly pack vboot_struct structures, since they're going on disk.Randall Spangler2010-06-154-14/+15
* This fixes the EFI BIOS boot problems introduced with cgpt.Bill Richardson2010-06-153-3/+4
* The code compiled fine on the desktop, but causes a warning in the chroot env...vbendeb2010-06-151-1/+1
* Refactor LoadFirmware() to avoid global variables, which don't work when runn...Randall Spangler2010-06-1511-156/+156
* Rough first draft of the firmware signing utility.vbendeb2010-06-152-0/+118
* Implemented pipelined hash calculation in LoadFirmware()Randall Spangler2010-06-155-9/+80
* Add vbutil_firmwareRandall Spangler2010-06-152-1/+335
* Add ForceClear also on dev->normal transitions. Fix wrong API description.Luigi Semenzato2010-06-152-4/+4
* Fixed VerifyFirmwarePreamble to check for a valid signing algorithmAxel Hansen2010-06-151-1/+8
* Fix normal/recovery mode, and RO firmware vs. RW firmware behavior.Luigi Semenzato2010-06-157-101/+153
* fix typos in load_kernel_testRandall Spangler2010-06-141-1/+2
* Rework the vboot_reference make system.vbendeb2010-06-1416-186/+201
* More cleanupRandall Spangler2010-06-119-192/+144
* Clean up of key block functionsRandall Spangler2010-06-1114-103/+194
* Added vbutil_kernel.Randall Spangler2010-06-117-2/+486
* Nearly complete rewrite of cgpt tool.Bill Richardson2010-06-1129-2057/+2215
* Add vbutil_keyblockRandall Spangler2010-06-108-32/+378
* Utility to pack public key, version, algorithm into a single file in VbPublic...Randall Spangler2010-06-1014-57/+397
* Protect the kernel version space from redefinition.Luigi Semenzato2010-06-105-110/+182