projects
/
oweals
/
u-boot.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
15958c7
)
doc: fitImage: Cosmetics break lines
author
Mickaël Tansorier
<mickael.tansorier@smile.fr>
Wed, 17 Jul 2019 15:57:29 +0000
(17:57 +0200)
committer
Tom Rini
<trini@konsulko.com>
Wed, 24 Jul 2019 18:15:37 +0000
(14:15 -0400)
Add missing newline before title and subtitle.
Signed-off-by: Mickaël Tansorier <mickael.tansorier@smile.fr>
doc/uImage.FIT/signature.txt
patch
|
blob
|
history
diff --git
a/doc/uImage.FIT/signature.txt
b/doc/uImage.FIT/signature.txt
index 1695bf4cd84f4462baec09f0ef9e085c0631d74a..eee06517fa5ecbaa584abd440e6dd9212001ff3a 100644
(file)
--- a/
doc/uImage.FIT/signature.txt
+++ b/
doc/uImage.FIT/signature.txt
@@
-337,6
+337,7
@@
WARNING: When relying on signed FIT images with required signature check
the legacy image format is default disabled by not defining
CONFIG_LEGACY_IMAGE_FORMAT
+
Testing
-------
An easy way to test signing and verification is to use the test script
@@
-349,6
+350,8
@@
A sample run is show below:
$ make O=sandbox sandbox_config
$ make O=sandbox
$ O=sandbox ./test/vboot/vboot_test.sh
+
+
Simple Verified Boot Test
=========================