Searched refs:csf (Results 1 – 11 of 11) sorted by relevance
45 csf=$(word 3,$^) ; \46 sed "s@VENDOR@$(VENDOR)@g;s@BOARD@$(BOARD)@g" "$$csf" | \66 spl/u-boot-spl.csf: spl/u-boot-spl.ivt spl/u-boot-spl.bin board/$(VENDOR)/$(BOARD)/sign/u-boot-spl.…69 u-boot.csf: u-boot.ivt u-boot.bin board/$(VENDOR)/$(BOARD)/sign/u-boot.csf72 %.sig: %.csf
491 if (!ivt->csf) { in csf_is_valid()496 csf_hdr = (u8 *)ivt->csf; in csf_is_valid()636 ivt->dcd, ivt->csf); in imx_hab_authenticate_image()641 print_buffer(ivt->csf, (void *)(ivt->csf), 4, 0x10, 0); in imx_hab_authenticate_image()
357 fhdr_v2->csf = 0; in set_imx_hdr_v2()360 csf_ptr = &fhdr_v2->csf; in set_imx_hdr_v2()399 fhdr_v2->csf = 0; in set_imx_hdr_v2()427 next_fhdr_v2->csf = 0; in set_imx_hdr_v2()513 if (fhdr_v2->csf) { in print_hdr_v2()530 (uint32_t)(fhdr_v2->csf - fhdr_v2->self)); in print_hdr_v2()
101 uint32_t csf; member
402 imx_header[index].fhdr.csf); in dump_header_v2()491 imx_header[IMAGE_IVT_ID].fhdr.csf = in build_image()
37 uint32_t csf; /* Absolute address of the CSF */ member
177 uint32_t csf; member
36 cat u-boot-dtb.imx csf-u-boot.bin > u-boot-signed.imx
53 ------- +-----------------------------+ <-- *csf73 ------- +-----------------------------+ <-- *csf
48 ------- +-----------------------------+ <-- *csf330 ------- +-----------------------------+ <-- *csf
988 static inline void cppi5_tr_csf_set(cppi5_tr_flags_t *flags, u32 csf) in cppi5_tr_csf_set() argument992 *flags |= (csf << CPPI5_TR_CSF_FLAGS_SHIFT) & in cppi5_tr_csf_set()
Completed in 20 milliseconds