]> git.sur5r.net Git - u-boot/blobdiff - arch/arm/include/asm/omap_sec_common.h
Merge branch 'master' of git://git.denx.de/u-boot-i2c
[u-boot] / arch / arm / include / asm / omap_sec_common.h
index 4bde93f804d30a7c0b1b217a92b6ebb35b8ec688..79f1fbd2c156ee87ddf0dfde8c4a48892fba9ee8 100644 (file)
@@ -51,4 +51,10 @@ int secure_emif_reserve(void);
  */
 int secure_emif_firewall_lock(void);
 
+/*
+ * Invoke a secure HAL API to authenticate and install a Trusted Execution
+ * Environment (TEE) image.
+ */
+int secure_tee_install(u32 tee_image);
+
 #endif /* _OMAP_SEC_COMMON_H_ */