diff options
author | Konstantin Porotchkin <kostap@marvell.com> | 2017-03-20 16:48:13 +0200 |
---|---|---|
committer | Konstantin Porotchkin <kostap@marvell.com> | 2017-04-02 17:37:18 +0300 |
commit | a4f405c918fc170f25db0b11254094ef052b68b3 (patch) | |
tree | 23fcd47402909df19cd7a0e53cac7ae38f7e5b4f /.gitignore | |
parent | 4712fa35c1b04a421c8722501a37eb481b379e1f (diff) |
tools: Add marvell doimage build tool
Add Marvell flash image builder "doimage"
The "doimage" tool is used for building a boot image
with all headers and extensions acceptable by the SoC
BootROM.
It also is able to sign and encrypt the image for
trusted boot mode as far as verify and print the image
content information.
This "doimage" release supports Marvell A7K/A8K SoCs.
Change-Id: I5ad7377abdcbccb77cb4d71e5e4e4cd4358303e7
Signed-off-by: Haim Boot <hayim@marvell.com>
Signed-off-by: Yehuda Yitschak <yehuday@marvell.com>
Signed-off-by: Konstantin Porotchkin <kostap@marvell.com>
Reviewed-on: http://vgitil04.il.marvell.com:8080/37917
Diffstat (limited to '.gitignore')
-rw-r--r-- | .gitignore | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ tools/cert_create/src/*.o tools/cert_create/src/**/*.o tools/cert_create/cert_create tools/cert_create/cert_create.exe +tools/doimage/doimage # Ignore header files copied. tools/fiptool/firmware_image_package.h |