]> git.kernelconcepts.de Git - karo-tx-uboot.git/commit
Add verified boot information and test
authorSimon Glass <sjg@chromium.org>
Thu, 13 Jun 2013 22:10:11 +0000 (15:10 -0700)
committerTom Rini <trini@ti.com>
Wed, 26 Jun 2013 14:18:57 +0000 (10:18 -0400)
commit041bca5ba3adb48750d0a438cb3b1356a0c2e603
treebfacb381648f7c324b6737ca4c6ab5de40f13ba3
parent74378cf8e730d794832678a5d2f4d2d67da3ad47
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 <sjg@chromium.org>
doc/uImage.FIT/verified-boot.txt [new file with mode: 0644]
test/vboot/.gitignore [new file with mode: 0644]
test/vboot/sandbox-kernel.dts [new file with mode: 0644]
test/vboot/sandbox-u-boot.dts [new file with mode: 0644]
test/vboot/sign-configs.its [new file with mode: 0644]
test/vboot/sign-images.its [new file with mode: 0644]
test/vboot/vboot_test.sh [new file with mode: 0755]