summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authordavidcunado-arm <david.cunado@arm.com>2018-01-03 23:48:51 +0000
committerGitHub <noreply@github.com>2018-01-03 23:48:51 +0000
commit6ef96ab4fd90604a16d5a4b874c8d2682c9b4e9f (patch)
tree5c15c411b49a962637cc60816bf10bcf0004bd56 /docs
parent8618856733240943a1a7cd36ade58af91cbcd1dc (diff)
parent4069fb5f39448693c51cb50c4891462a25856a9f (diff)
Merge pull request #1204 from davidcunado-arm/rv/fip_tool
Add padding at the end of the last entry
Diffstat (limited to 'docs')
-rw-r--r--docs/firmware-design.rst8
1 files changed, 5 insertions, 3 deletions
diff --git a/docs/firmware-design.rst b/docs/firmware-design.rst
index 405964d2..3cb004a4 100644
--- a/docs/firmware-design.rst
+++ b/docs/firmware-design.rst
@@ -1868,9 +1868,11 @@ Firmware Image Package layout
The FIP layout consists of a table of contents (ToC) followed by payload data.
The ToC itself has a header followed by one or more table entries. The ToC is
-terminated by an end marker entry. All ToC entries describe some payload data
-that has been appended to the end of the binary package. With the information
-provided in the ToC entry the corresponding payload data can be retrieved.
+terminated by an end marker entry, and since the size of the ToC is 0 bytes,
+the offset equals the total size of the FIP file. All ToC entries describe some
+payload data that has been appended to the end of the binary package. With the
+information provided in the ToC entry the corresponding payload data can be
+retrieved.
::