Lines Matching defs:fsl_secboot_img_hdr
36 struct fsl_secboot_img_hdr { struct
37 u8 barker[ESBC_BARKER_LEN]; /* barker code */
38 u32 srk_tbl_off;
39 struct {
43 } len_kr;
44 u8 ie_flag;
46 u32 uid_flag;
48 u32 psign; /* signature offset */
49 u32 sign_len; /* length of the signature in bytes */
51 u64 pimg64; /* 64 bit pointer to ESBC Image */
52 u32 img_size; /* ESBC client image size in bytes */
53 u32 ie_key_sel;
55 u32 fsl_uid_0;
56 u32 fsl_uid_1;
57 u32 oem_uid_0;
58 u32 oem_uid_1;
59 u32 oem_uid_2;
60 u32 oem_uid_3;
61 u32 oem_uid_4;
62 u32 reserved1[3];
100 struct fsl_secboot_img_hdr { struct
101 u8 barker[ESBC_BARKER_LEN]; /* barker code */
102 union {
109 union {
120 u32 psign; /* signature offset */
121 u32 sign_len; /* length of the signature in bytes */
122 union {
128 union {
132 u32 img_start; /* ESBC client entry point */
133 u32 sg_flag; /* Scatter gather flag */
134 u32 uid_flag;
135 u32 fsl_uid_0;
136 u32 oem_uid_0;
137 u32 reserved1[2];
138 u32 fsl_uid_1;
139 u32 oem_uid_1;
140 union {
146 u32 ie_flag;
147 u32 ie_key_sel;