Searched refs:headertype (Results 1 - 4 of 4) sorted by relevance

/u-boot/tools/
H A Dkwbimage.h143 uint8_t headertype; member in struct:opt_hdr_v1
167 uint8_t headertype; /* 0x0 */ member in struct:secure_hdr_v1
190 uint8_t headertype; /* 0x0 */ member in struct:register_set_hdr_v1
214 * Various values for the opt_hdr_v1->headertype field, describing the
H A Dkwbimage.c1275 hdr->headertype = OPT_HDR_V1_BINARY_TYPE;
1435 secure_hdr->headertype = OPT_HDR_V1_SECURE_TYPE;
1468 register_set_hdr->headertype = OPT_HDR_V1_REGISTER_TYPE;
2006 if (ohdr->headertype == OPT_HDR_V1_BINARY_TYPE) {
2381 if (ohdr->headertype == OPT_HDR_V1_SECURE_TYPE) {
2383 } else if (ohdr->headertype == OPT_HDR_V1_BINARY_TYPE) {
2391 } else if (ohdr->headertype == OPT_HDR_V1_REGISTER_TYPE) {
2544 if (ohdr->headertype != OPT_HDR_V1_BINARY_TYPE)
H A Dkwboot.c1792 if (ohdr->headertype == OPT_HDR_V1_SECURE_TYPE)
1821 if (ohdr->headertype == OPT_HDR_V1_BINARY_TYPE)
1823 if (ohdr->headertype == OPT_HDR_V1_REGISTER_TYPE) {
1936 ohdr->headertype = OPT_HDR_V1_BINARY_TYPE;
/u-boot/cmd/mvebu/
H A Dbubt.c131 u8 headertype; member in struct:a38x_opt_hdr_v1
972 if (ohdr->headertype == A38X_OPT_HDR_V1_SECURE_TYPE)

Completed in 125 milliseconds