summaryrefslogtreecommitdiff
path: root/include/image.h
diff options
context:
space:
mode:
authorAndrew F. Davis <afd@ti.com>2016-11-29 16:33:21 -0600
committerTom Rini <trini@konsulko.com>2016-12-03 13:21:20 -0500
commit7e719ee7d8eb61f459a38f69a825823603879258 (patch)
tree1d41c69ca7780d29205db617572c4fedc30cf3cd /include/image.h
parentd7be50921ed35e36e000a5e8daba41701a5eebb9 (diff)
image: Add Trusted Execution Environment image type
Add a new image type representing Trusted Execution Environment (TEE) image types. For example, an OP-TEE OS binary image. Signed-off-by: Andrew F. Davis <afd@ti.com> Reviewed-by: Simon Glass <sjg@chromium.org>
Diffstat (limited to 'include/image.h')
-rw-r--r--include/image.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/image.h b/include/image.h
index b96b8ebfe8..575f5927f7 100644
--- a/include/image.h
+++ b/include/image.h
@@ -279,6 +279,7 @@ enum {
IH_TYPE_ZYNQMPIMAGE, /* Xilinx ZynqMP Boot Image */
IH_TYPE_FPGA, /* FPGA Image */
IH_TYPE_VYBRIDIMAGE, /* VYBRID .vyb Image */
+ IH_TYPE_TEE, /* Trusted Execution Environment OS Image */
IH_TYPE_COUNT, /* Number of image types */
};