diff --git a/docs/firmware-design.md b/docs/firmware-design.md index def802c..358292a 100644 --- a/docs/firmware-design.md +++ b/docs/firmware-design.md @@ -1744,8 +1744,8 @@ ------------------ 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 @@ `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.