Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
U
u-boot
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Florian Mayer
u-boot
Commits
a724b7e0
Commit
a724b7e0
authored
10 years ago
by
Guilherme Maciel Ferreira
Committed by
Tom Rini
10 years ago
Browse files
Options
Downloads
Patches
Plain Diff
doc: fix misspellings
Signed-off-by:
Guilherme Maciel Ferreira
<
guilherme.maciel.ferreira@gmail.com
>
parent
5cde9d8e
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/uImage.FIT/source_file_format.txt
+1
-1
1 addition, 1 deletion
doc/uImage.FIT/source_file_format.txt
doc/uImage.FIT/verified-boot.txt
+2
-2
2 additions, 2 deletions
doc/uImage.FIT/verified-boot.txt
with
3 additions
and
3 deletions
doc/uImage.FIT/source_file_format.txt
+
1
−
1
View file @
a724b7e0
...
...
@@ -159,7 +159,7 @@ the '/images' node should have the following layout:
- description : Textual description of the component sub-image
- type : Name of component sub-image type, supported types are:
"standalone", "kernel", "ramdisk", "firmware", "script", "filesystem",
"flat_dt" and others (see uimage_type in common/image
s
.c).
"flat_dt" and others (see uimage_type in common/image.c).
- data : Path to the external file which contains this node's binary data.
- compression : Compression used by included data. Supported compressions
are "gzip" and "bzip2". If no compression is used compression property
...
...
This diff is collapsed.
Click to expand it.
doc/uImage.FIT/verified-boot.txt
+
2
−
2
View file @
a724b7e0
...
...
@@ -64,7 +64,7 @@ software from updatable memory.
It is critical that the public key be secure and cannot be tampered with.
It can be stored in read-only memory, or perhaps protected by other on-chip
crypto provided by some modern SOCs. If the public key can be
n
changed, then
crypto provided by some modern SOCs. If the public key can be changed, then
the verification is worthless.
...
...
@@ -87,7 +87,7 @@ affect the whole change.
Flattened Image Tree (FIT)
--------------------------
The FIT format is alreay widely used in U-Boot. It is a flattened device
The FIT format is alrea
d
y widely used in U-Boot. It is a flattened device
tree (FDT) in a particular format, with images contained within. FITs
include hashes to verify images, so it is relatively straightforward to
add signatures as well.
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment