summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* Add missing tests for vboot_commonRandall Spangler2011-08-241-3/+81
* Add tests for utility.h and sysincludes.h macrosRandall Spangler2011-08-242-2/+55
* Add tests for vboot_reference stateful_util.cRandall Spangler2011-08-245-3/+330
* Add unit tests for utility.cRandall Spangler2011-08-232-0/+68
* Disable broken bmpblock_utility testRandall Spangler2011-08-231-2/+5
* Add support for flags in the firmware preamble.Randall Spangler2011-07-132-10/+23
* Add support for dev_boot_usb flagRandall Spangler2011-07-111-1/+2
* Fix compiler warning in vboot_referenceRandall Spangler2011-07-081-1/+1
* Add string utility functions.Randall Spangler2011-07-082-0/+123
* Fix ARM build for vboot_reference crossystem libRandall Spangler2011-06-271-5/+5
* Verified boot wrapper - add stub implementations for hostRandall Spangler2011-06-2710-56/+55
* Address compiler warnings (errors) for gcc-4.6Bill Richardson2011-05-091-2/+2
* Fix missing break in switch statement.Luigi Semenzato2011-04-281-0/+1
* Use VbSharedData instead of VbNvStorage for fwb_tries and kernkey_vfyRandall Spangler2011-03-181-2/+0
* Run TPM timing test to completion instead of stopping at the first error.Luigi Semenzato2011-03-151-5/+13
* Add VB test error func/numRandall Spangler2011-03-151-0/+2
* Add support for using separate developer firmware keyblock while signing.Gaurav Shah2011-03-021-127/+0
* rename tried_fwb constantsRandall Spangler2011-02-251-1/+1
* Add NV storage fields for firmware flagsRandall Spangler2011-02-251-63/+37
* Add dev firmware key to devkeys.Randall Spangler2011-02-244-0/+4
* VbNvStorage cleanup and commentsRandall Spangler2011-02-221-38/+2
* Add NV storage API to vboot referenceRandall Spangler2011-02-172-0/+211
* Allow yaml file to specify default compression for imagesBill Richardson2011-02-171-0/+33
* Correctly handle reuse of screens in yaml file.Bill Richardson2011-02-172-0/+51
* Write images to the bmpblock in the order they appear in the yaml.Bill Richardson2011-02-173-0/+92
* Enable LZMA compression in bmpbklk_utility.Tom Wai-Hong Tam2011-02-171-4/+12
* Enable EFIv1 compression in bmpbklk_utility.Bill Richardson2011-02-144-1/+94
* New commandline args are clearer, and prepare for compression.Bill Richardson2011-02-101-3/+8
* Test BMP files more thoroughly to be sure they're valid.Bill Richardson2011-02-081-0/+0
* Improve error messages from tests.Luigi Semenzato2011-02-083-23/+20
* Add test framework for bmpblk_utility.Bill Richardson2011-02-076-1/+102
* Add 'prioritize' command to cgpt tool.Bill Richardson2010-11-292-10/+148
* Include gen_fuzz_test_cases when execting tests.vbendeb2010-11-101-1/+4
* Fix integration bugs (vboot side)Che-Liang Chiou2010-11-092-4/+4
* Make dumpRSAPublicKey also accept a public key in PEM formatGaurav Shah2010-11-012-2/+2
* Add support for using external signing application and .pem private key files...Gaurav Shah2010-10-292-0/+49
* Make the factory installer keyblock use a different kernel key than the recov...Gaurav Shah2010-10-171-3/+3
* make_dev_ssd: new script to change SSD image to dev keyHung-Te Lin2010-10-161-0/+0
* Always compile the TPM tests with -DVBOOT_DEBUG.Luigi Semenzato2010-10-041-0/+3
* Fix build broken by assert() expanding to nothing.Luigi Semenzato2010-10-041-4/+5
* Revive TPM firmware autotest.Luigi Semenzato2010-09-301-1/+4
* Fix test suite deficiencies.vbendeb2010-09-2955-311/+347
* Add missing header file.Luigi Semenzato2010-09-151-0/+34
* Add new files: two tests, one common file, one program to set things up.Luigi Semenzato2010-09-1517-319/+294
* Fix autotest Makefile for vboot_reference.Gaurav Shah2010-09-071-1/+1
* Successful partitions are never marked bad by cgptlib.Randall Spangler2010-09-071-9/+10
* More cgptlib testsBill Richardson2010-08-271-0/+98
* Added new commands and reactivated full rebuild after fixing for ARM ebuild.Luigi Semenzato2010-08-259-9/+0
* Run the cgpt tests in a separate directory.Bill Richardson2010-08-202-14/+9
* Fix KeyBlockVerify() to take an explicit param for whether to use hash only.Randall Spangler2010-08-171-17/+21