-
- Downloads
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>
Showing
- doc/uImage.FIT/verified-boot.txt 104 additions, 0 deletionsdoc/uImage.FIT/verified-boot.txt
- test/vboot/.gitignore 3 additions, 0 deletionstest/vboot/.gitignore
- test/vboot/sandbox-kernel.dts 7 additions, 0 deletionstest/vboot/sandbox-kernel.dts
- test/vboot/sandbox-u-boot.dts 7 additions, 0 deletionstest/vboot/sandbox-u-boot.dts
- test/vboot/sign-configs.its 45 additions, 0 deletionstest/vboot/sign-configs.its
- test/vboot/sign-images.its 42 additions, 0 deletionstest/vboot/sign-images.its
- test/vboot/vboot_test.sh 126 additions, 0 deletionstest/vboot/vboot_test.sh
doc/uImage.FIT/verified-boot.txt
0 → 100644
test/vboot/.gitignore
0 → 100644
test/vboot/sandbox-kernel.dts
0 → 100644
test/vboot/sandbox-u-boot.dts
0 → 100644
test/vboot/sign-configs.its
0 → 100644
test/vboot/sign-images.its
0 → 100644
test/vboot/vboot_test.sh
0 → 100755
Please register or sign in to comment