]> git.ipfire.org Git - people/ms/u-boot.git/blobdiff - arch/arm/include/asm/mach-imx/hab.h
imx: hab: Check if CSF contains deprecated commands
[people/ms/u-boot.git] / arch / arm / include / asm / mach-imx / hab.h
index bb732030e97e931440d168d6e32f0badd8e1133c..93475a61da9cdcf59b514ce23ba703df5ae70e07 100644 (file)
@@ -189,6 +189,10 @@ typedef void hapi_clock_init_t(void);
 #define HAB_CID_UBOOT 1 /**< UBOOT Caller ID*/
 
 #define HAB_CMD_HDR          0xD4  /* CSF Header */
+#define HAB_CMD_WRT_DAT      0xCC  /* Write Data command tag */
+#define HAB_CMD_CHK_DAT      0xCF  /* Check Data command tag */
+#define HAB_CMD_SET          0xB1  /* Set command tag */
+#define HAB_PAR_MID          0x01  /* MID parameter value */
 
 #define IVT_SIZE                       0x20
 #define CSF_PAD_SIZE                   0x2000