Home
last modified time | relevance | path

Searched refs:ivt (Results 1 – 12 of 12) sorted by relevance

/rk3399_rockchip-uboot/arch/arm/cpu/arm926ejs/mxs/
H A DMakefile45 ivt=$(word 1,$^) ; \
51 echo " $3 0x0 0x40 \"$$ivt\"" >> $@
58 spl/u-boot-spl.ivt: spl/u-boot-spl.bin
63 u-boot.ivt: u-boot.bin
68 spl/u-boot-spl.csf: spl/u-boot-spl.ivt spl/u-boot-spl.bin board/$(VENDOR)/$(BOARD)/sign/u-boot-spl.…
71 u-boot.csf: u-boot.ivt u-boot.bin board/$(VENDOR)/$(BOARD)/sign/u-boot.csf
82 u-boot-signed.sb: $(src)/mxsimage-signed.cfg u-boot.ivt u-boot.sig spl/u-boot-spl.ivt spl/u-boot-sp…
H A Du-boot-imx28.bd8 load ivt (entry = 0x0014) > 0x8000;
12 load ivt (entry = 0x40000100) > 0x8000;
H A Dmxsimage-signed.cfg5 LOAD 0x8000 spl/u-boot-spl.ivt
9 LOAD 0x40001000 u-boot.ivt
H A Du-boot-imx23.bd13 load ivt (entry = 0x0014) > 0x8000;
/rk3399_rockchip-uboot/arch/arc/cpu/
H A Du-boot.lds25 .ivt :
27 *(.ivt)
/rk3399_rockchip-uboot/arch/arc/cpu/arcv2/
H A DMakefile7 obj-y += ivt.o
H A Divt.S7 .section .ivt, "a",@progbits
/rk3399_rockchip-uboot/arch/arc/cpu/arcv1/
H A DMakefile7 obj-y += ivt.o
H A Divt.S7 .section .ivt, "ax",@progbits
/rk3399_rockchip-uboot/doc/
H A DREADME.imx6154 in log files named as the binaries. (SPL.log and u-boot-ivt.log).
171 Example Output of the u-boot-ivt.img (firmware_ivt) creation:
186 cat u-boot-ivt.img csf-u-boot.bin > u-boot-signed.img
/rk3399_rockchip-uboot/tools/
H A Dmxsimage.c925 struct sb_ivt_header *ivt; in sb_build_command_load() local
936 ivt = calloc(1, sizeof(*ivt)); in sb_build_command_load()
937 if (!ivt) { in sb_build_command_load()
942 ivt->header = sb_hab_ivt_header(); in sb_build_command_load()
943 ivt->entry = ivtep; in sb_build_command_load()
944 ivt->self = dest; in sb_build_command_load()
946 cctx->data = (uint8_t *)ivt; in sb_build_command_load()
947 cctx->length = sizeof(*ivt); in sb_build_command_load()
/rk3399_rockchip-uboot/
H A DMakefile798 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
1036 MKIMAGEFLAGS_u-boot-ivt.img = -A $(ARCH) -T firmware_ivt -C none -O u-boot \
1039 u-boot-ivt.img: MKIMAGEOUTPUT = u-boot-ivt.img.log
1040 CLEAN_FILES += u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log
1055 u-boot-dtb.img u-boot.img u-boot.kwb u-boot.pbl u-boot-ivt.img: \