Home
last modified time | relevance | path

Searched refs:csf (Results 1 – 11 of 11) sorted by relevance

/u-boot/arch/arm/cpu/arm926ejs/mxs/
A DMakefile45 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.csf
72 %.sig: %.csf
/u-boot/arch/arm/mach-imx/
A Dhab.c491 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()
/u-boot/tools/
A Dimximage.c357 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()
A Dmxsimage.h101 uint32_t csf; member
A Dimx8mimage.c402 imx_header[index].fhdr.csf); in dump_header_v2()
491 imx_header[IMAGE_IVT_ID].fhdr.csf = in build_image()
/u-boot/arch/arm/include/asm/mach-imx/
A Dhab.h37 uint32_t csf; /* Absolute address of the CSF */ member
/u-boot/include/
A Dimximage.h177 uint32_t csf; member
/u-boot/doc/imx/habv4/guides/
A Dencrypted_boot.txt36 cat u-boot-dtb.imx csf-u-boot.bin > u-boot-signed.imx
A Dmx6_mx7_spl_secure_boot.txt53 ------- +-----------------------------+ <-- *csf
73 ------- +-----------------------------+ <-- *csf
A Dmx6_mx7_secure_boot.txt48 ------- +-----------------------------+ <-- *csf
330 ------- +-----------------------------+ <-- *csf
/u-boot/include/linux/soc/ti/
A Dcppi5.h988 static inline void cppi5_tr_csf_set(cppi5_tr_flags_t *flags, u32 csf) in cppi5_tr_csf_set() argument
992 *flags |= (csf << CPPI5_TR_CSF_FLAGS_SHIFT) & in cppi5_tr_csf_set()

Completed in 20 milliseconds