From 041bca5ba3adb48750d0a438cb3b1356a0c2e603 Mon Sep 17 00:00:00 2001 From: Simon Glass Date: Thu, 13 Jun 2013 15:10:11 -0700 Subject: Add verified boot information and test 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 --- test/vboot/.gitignore | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 test/vboot/.gitignore (limited to 'test/vboot/.gitignore') diff --git a/test/vboot/.gitignore b/test/vboot/.gitignore new file mode 100644 index 0000000000..4631242709 --- /dev/null +++ b/test/vboot/.gitignore @@ -0,0 +1,3 @@ +/*.dtb +/test.fit +/dev-keys -- cgit v1.2.3