summaryrefslogtreecommitdiffstats
path: root/test/vboot/sandbox-kernel.dts
Commit message (Collapse)AuthorAgeFilesLines
* test: Convert the vboot test to test/pySimon Glass2016-07-141-7/+0
| | | | | | | | Now that we have a suitable test framework we should move all tests into it. The vboot test is a suitable candidate. Rewrite it in Python and move the data files into an appropriate directory. Signed-off-by: Simon Glass <sjg@chromium.org>
* Add verified boot information and testSimon Glass2013-06-261-0/+7
Add a description of how to implement verified boot using signed FIT images, and a simple test which verifies operation on sandbox. The test signs a FIT image and verifies it, then signs a FIT configuration and verifies it. Then it corrupts the signature to check that this is detected. Signed-off-by: Simon Glass <sjg@chromium.org>