summaryrefslogtreecommitdiff
path: root/firmware
Commit message (Expand)AuthorAgeFilesLines
* 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
* Port over ContinueSelfTest() fix from firmwareRandall Spangler2010-11-232-10/+3
* Fixing the bug of CGPT when primary entry table is invalid.Louis Yung-Chieh Lo2010-11-181-0/+4
* Include gen_fuzz_test_cases when execting tests.vbendeb2010-11-101-1/+1
* Fix integration bugs (vboot side)Che-Liang Chiou2010-11-094-24/+46
* Modify dev_debug_vboot for better usefulnessBill Richardson2010-10-251-1/+1
* Change PCR extend call to capture the state of both recovery and dev modesGaurav Shah2010-10-212-11/+29
* This enables a normal recovery mode image to fix problems with the TPM.Randall Spangler2010-10-182-11/+7
* Add profile macro callsRandall Spangler2010-10-183-1/+25
* Add maximum length constant for HWID, so it can be used by other utilities/fi...Randall Spangler2010-10-181-0/+3
* Yet another change to the scary boot screen wording.Bill Richardson2010-10-071-1/+1
* Fix build broken by assert() expanding to nothing.Luigi Semenzato2010-10-041-1/+1
* Add performance macros. When enabled, these are defined in each platform's b...Randall Spangler2010-10-041-2/+22
* Fix test suite deficiencies.vbendeb2010-09-292-2/+2
* Move initialization of g_recovery_mode.Luigi Semenzato2010-09-242-5/+5
* Fix (unfiled, I think) TPM initialization bug.Luigi Semenzato2010-09-231-1/+1
* Add new files: two tests, one common file, one program to set things up.Luigi Semenzato2010-09-152-2/+3
* Fix one-time initRandall Spangler2010-09-152-6/+21
* fix clearing kernel attributesRandall Spangler2010-09-091-5/+12
* use continue self testRandall Spangler2010-09-092-21/+12
* fix missing constantRandall Spangler2010-09-082-6/+7
* Successful partitions are never marked bad by cgptlib.Randall Spangler2010-09-072-5/+7
* Bail out from S3Resume if TPM was not power-cycled.Luigi Semenzato2010-09-072-2/+12
* TBR: reviewed in person with semenzatoRandall Spangler2010-09-0210-37/+59
* Make TPM datagrams const, since they cannot be modified in the RO firmware.Luigi Semenzato2010-08-315-26/+26
* Add resume command (TPM_Startup(ST_STATE))Luigi Semenzato2010-08-314-2/+17
* Add physical presence initialization and locking to one-time initializations.Luigi Semenzato2010-08-315-22/+51
* Always treat invalid images as nonexistant now.Bill Richardson2010-08-302-6/+7
* Add a PCR extend call for measuring the dev mode boot flag.Gaurav Shah2010-08-302-1/+24
* Use SafeMemcmp() in RSAVerify() just to be safe.Gaurav Shah2010-08-302-18/+13
* Add a command to enable the physical presence command.Luigi Semenzato2010-08-304-2/+16
* More cgptlib testsBill Richardson2010-08-272-1/+5