]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - include/image.h
image: Add Trusted Execution Environment image type
[people/ms/u-boot.git] / include / image.h
index b96b8ebfe81daadee3a5eee1e937b9034bcf510c..575f5927f7e8f2053e45216f78fe8e72fd0d5ca5 100644 (file)
@@ -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 */
 };