summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add the latest localized text strings, update scripts to support them.0.12.392.BBill Richardson2011-04-11601-380/+1064
* Address symlink attack on dev_debug_vboot.Bill Richardson2011-04-081-18/+23
* Add a script to arbitrarily change channels on imageGaurav Shah2011-04-081-0/+40
* Add --all option to crossystem to print normally-hidden fieldsRandall Spangler2011-04-081-5/+10
* Change description of fwupdate_triesRandall Spangler2011-04-081-1/+2
* Add crossystem fwupdate_tries and fix nv storage writesRandall Spangler2011-04-082-1/+18
* Add crossystem arch (reports x86 or arm, depending on platform)Randall Spangler2011-04-083-2/+7
* Add dummy crossystem_arch implementation for amd64 (host)Randall Spangler2011-04-071-0/+57
* Refactor crossystem to move x86-specific implementation to its own file.Randall Spangler2011-04-077-604/+893
* Add EntryWiped to pack_firmware_imageChe-Liang Chiou2011-04-071-0/+23
* vboot_reference: allow using recovery_key in make_dev_ssd.Hung-Te Lin2011-04-071-3/+11
* 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