summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add CTRL-L in dev screen to support a "legacy boot option"Stefan Reinauer2012-09-201-0/+1
* Replace %L with %ll in format strings.Gabe Black2012-09-091-2/+2
* Add VB_INIT_FLAG_SW_WP_ENABLED to VbInit() input flags.Bill Richardson2012-08-281-0/+6
* cgpt: Fix error in modifying size of an existing partitionBill Richardson2012-08-241-0/+25
* Rename $GPT as $CGPT, just for clarity.Bill Richardson2012-08-241-63/+63
* Fix broken bitmap testsBill Richardson2012-08-246-6/+6
* Add clear TPM owner requestRandall Spangler2012-08-153-14/+49
* tests: relocate state file to actual /varKees Cook2012-07-231-1/+1
* devkeys: add key.versions and install kernel keysMike Frysinger2012-07-183-0/+4
* Fix broken tests left from commit dc6b642bBill Richardson2012-07-101-0/+4
* Add GBB flags to enable dev mode by defaultRandall Spangler2012-06-142-1/+33
* Remove unused test fields from VbNvStorageRandall Spangler2012-06-112-12/+2
* Support virtual dev-switch (keyboard-based dev-mode)Bill Richardson2012-06-082-25/+48
* cryptolib: rename SHA* function to avoid openssl collisionfirmware-link-2348.BKees Cook2012-05-222-6/+6
* Use virtual dev-mode switch when told to.factory-2338.BBill Richardson2012-05-183-51/+84
* Add checksum to TPM RollbackSpace regions for FW and kernel.Bill Richardson2012-05-172-10/+246
* vboot_reference: update to newer libbase verfactory-2305.BMike Frysinger2012-05-141-2/+2
* Create vbutil_ec tool for signing EC firmware.Bill Richardson2012-05-049-1/+182
* Let cgpt open devices in read-only mode when possible.Bill Richardson2012-05-021-0/+23
* Major refactoring of vbutil_kernelBill Richardson2012-03-201-1/+105
* CgptManagerTests: fix linking orderMike Frysinger2012-03-151-3/+3
* Make vbutil_kernel use correct size when verifying headers.Bill Richardson2012-03-152-0/+97
* convert to SLOT-ed libbaseMike Frysinger2012-03-081-3/+11
* Add tests/run_preamble_tests.sh and associated data.Bill Richardson2012-03-08489-0/+189
* Enable building of Cgpt C++ Library for 32-bit.Jay Srinivasan2012-02-232-3/+11
* Implementation of CgptManager C++ library and unit tests.Jay Srinivasan2012-02-162-0/+417
* 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