summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Bah. Fix the test, too.Bill Richardson2012-01-271-1/+1
* Make VbTryLoadKernel() go to recovery when no valid disks are foundBill Richardson2012-01-252-1/+322
* Fix audio loop for long-delay keyboard reads.Bill Richardson2012-01-191-15/+30
* Dev-mode allows booting self-signed kernels by default.Bill Richardson2011-11-182-2/+3
* Add flag to GBB to allow loading PCI Option ROMsBill Richardson2011-11-111-0/+9
* Dev-mode only boots official kernels by defaultBill Richardson2011-11-101-0/+1
* Move Memset from vboot_reference to vbexport/u-bootStefan Reinauer2011-11-021-20/+0
* Enable (and test) custom dev-mode soundsBill Richardson2011-10-055-19/+273
* Refactor dev-mode delay handling into a separate file.Bill Richardson2011-10-051-2/+1
* Added tests for VbBootDeveloper sound and delayBill Richardson2011-10-052-2/+343
* Add unit tests for vboot_api_firmware.cRandall Spangler2011-09-092-0/+295
* Fix bug in recognizing bad image files.Bill Richardson2011-09-082-1/+3
* Add unit tests for vboot_api_init.cRandall Spangler2011-09-063-1/+276
* Add tests for vboot_firmware.cRandall Spangler2011-09-014-10/+439
* Add tests for rsa_utility.cRandall Spangler2011-09-015-2/+242
* Add more tests for rsa.c.Randall Spangler2011-08-291-19/+63
* Fix makefile typoRandall Spangler2011-08-291-1/+1
* Remaining unit tests for rollback_index.cRandall Spangler2011-08-292-40/+431
* Partial unit tests for rollback_indexRandall Spangler2011-08-264-9/+293
* Add unit tests for tpm_bootmodeRandall Spangler2011-08-252-0/+85
* 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