summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJett Zhou <jett.zhou@arm.com>2017-11-24 16:03:58 +0800
committerDavid Cunado <david.cunado@arm.com>2018-01-03 20:51:43 +0000
commit4069fb5f39448693c51cb50c4891462a25856a9f (patch)
treecee28d7cf113a94c7e11ee66a25082e7c0eca3d8 /docs
parent880b9e8b4c99ad99eee14079d5a6162733ef4931 (diff)
docs: Update the ToC end marker description in the document
Change-Id: I2e29a63f08aed3b8ea0bb10170a3d55b8d033e62 Signed-off-by: Jett Zhou <jett.zhou@arm.com> Signed-off-by: David Cunado <david.cunado@arm.com>
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.
::