summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordanh-arm <dan.handley@arm.com>2017-06-06 13:39:58 +0100
committerGitHub <noreply@github.com>2017-06-06 13:39:58 +0100
commitf9a050e41ba4a069e755273dab77fbeec795bd6a (patch)
tree49576f336c921c438a3ede9cb10871b6ac153354 /docs
parent47fd7cb0ac6ece95f2107d6949c8f53fd46e79f0 (diff)
parent175bc85eee05a90ca89f835b4f6e200a34867980 (diff)
Merge pull request #969 from Summer-ARM/sq/update-doc
Update the path for firmware_image_package.h in firmware-design.md
Diffstat (limited to 'docs')
-rw-r--r--docs/firmware-design.md9
1 files changed, 5 insertions, 4 deletions
diff --git a/docs/firmware-design.md b/docs/firmware-design.md
index def802c0..358292ab 100644
--- a/docs/firmware-design.md
+++ b/docs/firmware-design.md
@@ -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
-`include/firmware_image_package.h`. This file is used by both the tool and the
-ARM Trusted firmware.
+`include/tools_share/firmware_image_package.h`. This file is used by both the
+tool and the ARM Trusted firmware.
The ToC header 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
IDentifier [UUID] . The UUIDs are defined in
- `include/firmware_image_package`. The platform translates the requested
- image name into the corresponding UUID when accessing the package.
+ `include/tools_share/firmware_image_package.h`. The platform translates
+ the requested image name into the corresponding UUID when accessing the
+ package.
`offset_address`: The offset address at which the corresponding payload data
can be found. The offset is calculated from the ToC base address.
`size`: The size of the corresponding payload data in bytes.