Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/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;
/OK3568_Linux_fs/buildroot/boot/mxs-bootlets/
H A Dbarebox_ivt.bd16 load ivt (entry = power_prep:_start) > 0x8000;
24 load ivt (entry = sdram_prep:_start) > 0x8000;
31 load ivt (entry = barebox:start) > 0x8000;
/OK3568_Linux_fs/kernel/arch/microblaze/kernel/
H A Dvmlinux.lds.S105 .init.ivt : AT(ADDR(.init.ivt) - LOAD_OFFSET) {
107 *(.init.ivt) argument
H A Dentry-nommu.S581 .section .init.ivt, "ax"
H A Dentry.S966 .section .init.ivt, "ax"
/OK3568_Linux_fs/u-boot/arch/arc/cpu/
H A Du-boot.lds25 .ivt :
27 *(.ivt)
/OK3568_Linux_fs/u-boot/arch/arc/cpu/arcv1/
H A DMakefile7 obj-y += ivt.o
H A Divt.S7 .section .ivt, "ax",@progbits
/OK3568_Linux_fs/u-boot/arch/arc/cpu/arcv2/
H A DMakefile7 obj-y += ivt.o
H A Divt.S7 .section .ivt, "a",@progbits
/OK3568_Linux_fs/kernel/net/core/
H A Drtnetlink.c2303 static int handle_infiniband_guid(struct net_device *dev, struct ifla_vf_guid *ivt, in handle_infiniband_guid() argument
2308 return ops->ndo_set_vf_guid(dev, ivt->vf, ivt->guid, guid_type); in handle_infiniband_guid()
2311 static int handle_vf_guid(struct net_device *dev, struct ifla_vf_guid *ivt, int guid_type) in handle_vf_guid() argument
2316 return handle_infiniband_guid(dev, ivt, guid_type); in handle_vf_guid()
2383 struct ifla_vf_tx_rate *ivt = nla_data(tb[IFLA_VF_TX_RATE]); in do_setvfinfo() local
2386 if (ivt->vf >= INT_MAX) in do_setvfinfo()
2390 err = ops->ndo_get_vf_config(dev, ivt->vf, &ivf); in do_setvfinfo()
2396 err = ops->ndo_set_vf_rate(dev, ivt->vf, in do_setvfinfo()
2398 ivt->rate); in do_setvfinfo()
2404 struct ifla_vf_rate *ivt = nla_data(tb[IFLA_VF_RATE]); in do_setvfinfo() local
[all …]
/OK3568_Linux_fs/u-boot/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
/OK3568_Linux_fs/u-boot/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()
/OK3568_Linux_fs/kernel/arch/ia64/kernel/
H A DMakefile13 irq_lsapic.o ivt.o pal.o patch.o process.o ptrace.o sal.o \
H A Dvmlinux.lds.S50 *(.text..ivt)
H A Divt.S86 .section .text..ivt,"ax"
/OK3568_Linux_fs/u-boot/
H A DMakefile807 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
1045 MKIMAGEFLAGS_u-boot-ivt.img = -A $(ARCH) -T firmware_ivt -C none -O u-boot \
1048 u-boot-ivt.img: MKIMAGEOUTPUT = u-boot-ivt.img.log
1049 CLEAN_FILES += u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log
1064 u-boot-dtb.img u-boot.img u-boot.kwb u-boot.pbl u-boot-ivt.img: \