summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add crossystem loc_idx, from ToT to R12 factory branch.0.12.369.BHung-Te Lin2011-05-262-1/+23
* Add crossystem arch (merge from ToT to R12 factory branch_Randall Spangler2011-05-0610-604/+960
* Fail verification if the rootfs hash is empty.Gaurav Shah2011-04-051-0/+5
* Fix vboot_reference-firmware linking errorGaurav Shah2011-04-042-0/+2
* Make SHA256 and SHA512 handle >UINT32_MAX data correctly (now with fix for AR...Gaurav Shah2011-04-043-22/+54
* Fix preamble range checks0.12.362.BRandall Spangler2011-04-011-6/+6
* Fix duplicate -I's harmless under gcc but which break bunny-gccJim Hebert2011-03-311-17/+17
* vboot_reference: remove trailing newline/space for make_dev_ssdHung-Te Lin2011-03-301-1/+1
* Revert "Make SHA256_update and SHA512_update if the passed in length is great...David James2011-03-292-50/+22
* Make SHA256_update and SHA512_update if the passed in length is greater than ...Gaurav Shah2011-03-292-22/+50
* Add additional checks for size greater than header size.Randall Spangler2011-03-251-0/+12
* Fix not checking hashed data sizeRandall Spangler2011-03-251-0/+7
* Use uint64_t and avoid down casting as much as possible.Gaurav Shah2011-03-254-16/+16
* vboot_reference: fix make_dev_firmware failureHung-Te Lin2011-03-241-0/+4
* Revert "Revert "Add --kloadaddr option to utilities""Che-Liang Chiou2011-03-222-25/+94
* Add a blank screen value into screen index.Tom Wai-Hong Tam2011-03-221-1/+2
* Add error checking for poorly-formed crossystem argsRandall Spangler2011-03-211-5/+19
* Print LoadKernel() debug data from VbSharedDataRandall Spangler2011-03-213-15/+139
* Use VbSharedData instead of VbNvStorage for fwb_tries and kernkey_vfyRandall Spangler2011-03-186-45/+16
* Add VbSharedData debug output to LoadKernel()Randall Spangler2011-03-182-30/+220
* Add TPM version checkingRandall Spangler2011-03-178-35/+76
* Add VbSharedData field parsingRandall Spangler2011-03-178-96/+225
* Perform a full self test before one-time initialization.Luigi Semenzato2011-03-171-0/+9
* Added timing data to VbSharedData.Randall Spangler2011-03-165-9/+53
* Move ContinueSelfTest to a later point to save time.Luigi Semenzato2011-03-163-11/+78
* Bump tlcl_structures.h.Luigi Semenzato2011-03-161-0/+5
* Added TPM_SaveState command.Luigi Semenzato2011-03-164-0/+19
* Fix compiler errors on MSVCRandall Spangler2011-03-163-7/+7
* Allow overlap between "pure" fmap areasChe-Liang Chiou2011-03-161-2/+9
* vboot_reference/dev_debug_vboot: use new flashrom syntaxHung-Te Lin2011-03-161-2/+2
* Fix LoadKernel() not returning LOAD_KERNEL_RECOVERYRandall Spangler2011-03-151-4/+6
* Add wrapper script for easy signing of firmwareGaurav Shah2011-03-151-0/+47
* Update PCR state with the state of the firmware keyblock flags too.Gaurav Shah2011-03-158-38/+190
* only update tpm if version if not default valueStefan Reinauer2011-03-151-2/+9
* Run TPM timing test to completion instead of stopping at the first error.Luigi Semenzato2011-03-151-5/+13
* LoadFirmware() and LoadKernel() handling for test errorsRandall Spangler2011-03-153-0/+57
* Revert "Add --kloadaddr option to utilities"Stéphane Marchesin2011-03-152-94/+25
* Add VB test error func/numRandall Spangler2011-03-155-6/+52
* Add function for VDAT processing.Vadim Bendebury2011-03-152-0/+135
* Add --leave_firmware_alone flag for BIOS testing purposes.Bill Richardson2011-03-141-0/+8
* Do not modify the input image while signing.Gaurav Shah2011-03-141-33/+61
* Don't modify fv old-style bitmapsNick Sanders2011-03-111-2/+7
* Add check-value support and check /proc/cmdline for cros_nodebugRandall Spangler2011-03-112-6/+42
* Add --kloadaddr option to utilitiesChe-Liang Chiou2011-03-112-25/+94
* Add cros_debug option to crossystemRandall Spangler2011-03-102-4/+51
* This is necessary to pass additional information about whether firmware A or ...Randall Spangler2011-03-0912-71/+278
* Only advance kernel version when the booted partition has a valid key blockRandall Spangler2011-03-0413-14/+14
* Support new flashmap layout in dev_debug_vboot.Bill Richardson2011-03-032-7/+34
* vboot/make_dev_firmware: extract bitmaps from system firmware instead of preb...Hung-Te Lin2011-03-041-6/+40
* Bitmap generator for components filesNick Sanders2011-03-032-1/+87