Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
adam.huang
Arm Trusted Firmware
Commits
f9a050e4
Commit
f9a050e4
authored
Jun 06, 2017
by
danh-arm
Committed by
GitHub
Jun 06, 2017
Browse files
Merge pull request #969 from Summer-ARM/sq/update-doc
Update the path for firmware_image_package.h in firmware-design.md
parents
47fd7cb0
175bc85e
Changes
1
Show whitespace changes
Inline
Side-by-side
docs/firmware-design.md
View file @
f9a050e4
...
@@ -1744,8 +1744,8 @@ provided in the ToC entry the corresponding payload data can be retrieved.
...
@@ -1744,8 +1744,8 @@ provided in the ToC entry the corresponding payload data can be retrieved.
------------------
------------------
The ToC header and entry formats are described in the header file
The ToC header and entry formats are described in the header file
`include/firmware_image_package.h`
. This file is used by both the
tool and the
`include/
tools_share/
firmware_image_package.h`
. This file is used by both the
ARM Trusted firmware.
tool and the
ARM Trusted firmware.
The ToC header has the following fields:
The ToC header has the following fields:
...
@@ -1760,8 +1760,9 @@ A ToC entry has the following fields:
...
@@ -1760,8 +1760,9 @@ A ToC entry has the following fields:
`uuid`: All files are referred to by a pre-defined Universally Unique
`uuid`: All files are referred to by a pre-defined Universally Unique
IDentifier [UUID] . The UUIDs are defined in
IDentifier [UUID] . The UUIDs are defined in
`include/firmware_image_package`. The platform translates the requested
`include/tools_share/firmware_image_package.h`. The platform translates
image name into the corresponding UUID when accessing the package.
the requested image name into the corresponding UUID when accessing the
package.
`offset_address`: The offset address at which the corresponding payload data
`offset_address`: The offset address at which the corresponding payload data
can be found. The offset is calculated from the ToC base address.
can be found. The offset is calculated from the ToC base address.
`size`: The size of the corresponding payload data in bytes.
`size`: The size of the corresponding payload data in bytes.
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment