]> git.sur5r.net Git - u-boot/blobdiff - tools/imagetool.h
mkimage: Add support for signing with pkcs11
[u-boot] / tools / imagetool.h
index 15c2a0c0e1c13b8124f260f9c1f6224f3014a51f..a8d505423b87ba0450f775a507e12d58d728cca3 100644 (file)
@@ -76,6 +76,7 @@ struct image_tool_params {
        bool external_data;     /* Store data outside the FIT */
        bool quiet;             /* Don't output text in normal operation */
        unsigned int external_offset;   /* Add padding to external data */
+       const char *engine_id;  /* Engine to use for signing */
 };
 
 /*