summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* Fix preamble range checks0.12.362.BRandall Spangler2011-04-011-6/+6
* 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-253-14/+14
* Add a blank screen value into screen index.Tom Wai-Hong Tam2011-03-221-1/+2
* Print LoadKernel() debug data from VbSharedDataRandall Spangler2011-03-211-0/+4
* Use VbSharedData instead of VbNvStorage for fwb_tries and kernkey_vfyRandall Spangler2011-03-184-36/+0
* Add VbSharedData debug output to LoadKernel()Randall Spangler2011-03-182-30/+220
* Add TPM version checkingRandall Spangler2011-03-176-33/+61
* Add VbSharedData field parsingRandall Spangler2011-03-175-15/+85
* 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-162-0/+10
* Fix compiler errors on MSVCRandall Spangler2011-03-163-7/+7
* Fix LoadKernel() not returning LOAD_KERNEL_RECOVERYRandall Spangler2011-03-151-4/+6
* 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
* LoadFirmware() and LoadKernel() handling for test errorsRandall Spangler2011-03-153-0/+57
* Add VB test error func/numRandall Spangler2011-03-152-0/+36
* This is necessary to pass additional information about whether firmware A or ...Randall Spangler2011-03-0910-49/+212
* Only advance kernel version when the booted partition has a valid key blockRandall Spangler2011-03-0413-14/+14
* Fix missing bracketsRandall Spangler2011-03-031-2/+2
* Reapply patch from http://codereview.chromium.org/6594092/Randall Spangler2011-03-032-85/+140
* Add crossystem support for nvram_cleared and kern_nvRandall Spangler2011-03-012-16/+18
* Add LoadFirmware() support for NvStorage APIRandall Spangler2011-02-253-19/+81
* rename tried_fwb constantsRandall Spangler2011-02-252-7/+7
* Add NV storage fields for firmware flagsRandall Spangler2011-02-252-6/+41
* Move tpm lite API to common include pathRong Chang2011-02-231-0/+0
* VbNvStorage cleanup and commentsRandall Spangler2011-02-225-22/+117
* Add NV storage API to vboot referenceRandall Spangler2011-02-173-1/+261
* Enable LZMA compression in bmpbklk_utility.Tom Wai-Hong Tam2011-02-171-1/+1
* Support dev vs consumer firmware in vboot_referenceRandall Spangler2011-02-144-7/+38
* New commandline args are clearer, and prepare for compression.Bill Richardson2011-02-101-1/+2
* Add missing pragma for MSVC.Bill Richardson2011-02-091-0/+2
* Remove version.cRandall Spangler2011-02-072-22/+2
* Initial version of crossystem.Randall Spangler2011-02-071-0/+8
* Add utility to pad a given hash for PKCS1.5 signaturesGaurav Shah2011-02-071-1/+1
* Slight modification to a previously-LGTM'd CL, to work with ebuild changes.Bill Richardson2011-02-042-1/+124
* Revert for fixing the chromium os build.Satoru Takabayashi2011-01-271-122/+0
* This change define the data structure of bmp block and implements the create ...Tom Wai-Hong Tam2011-01-271-0/+122
* Expose vboot_struct.h to u-bootChe-Liang Chiou2011-01-121-0/+0
* vboot TPM stub functions return error codesChe-Liang Chiou2010-12-166-20/+27
* Fix PRIu64 definition to llu.Tom Wai-Hong Tam2010-12-092-2/+2
* Fix PRIu64 in biosincludes.hChe-Liang Chiou2010-12-072-2/+2
* Add firmware build mode to MakefilesChe-Liang Chiou2010-11-303-3/+57
* Add 'prioritize' command to cgpt tool.Bill Richardson2010-11-293-10/+1