Home
last modified time | relevance | path

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

12

/openbmc/u-boot/arch/arm/mach-imx/
H A Dhab.c453 static bool csf_is_valid(struct ivt *ivt, ulong start_addr, size_t bytes) in csf_is_valid() argument
469 if (!ivt->csf) { in csf_is_valid()
474 csf_hdr = (u8 *)ivt->csf; in csf_is_valid()
551 struct ivt *ivt; in imx_hab_authenticate_image() local
573 ivt = (struct ivt *)ivt_addr; in imx_hab_authenticate_image()
574 ivt_hdr = &ivt->hdr; in imx_hab_authenticate_image()
581 if (ivt->self != ivt_addr) { in imx_hab_authenticate_image()
583 ivt->self, ivt_addr); in imx_hab_authenticate_image()
588 if (ivt->dcd) { in imx_hab_authenticate_image()
597 if (!csf_is_valid(ivt, start, bytes)) in imx_hab_authenticate_image()
[all …]
/openbmc/u-boot/arch/arm/cpu/arm926ejs/mxs/
H A DMakefile43 ivt=$(word 1,$^) ; \
49 echo " $3 0x0 0x40 \"$$ivt\"" >> $@
56 spl/u-boot-spl.ivt: spl/u-boot-spl.bin
61 u-boot.ivt: u-boot.bin
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
80 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;
/openbmc/u-boot/doc/imx/habv4/guides/
H A Dmx6_mx7_spl_secure_boot.txt37 binary (u-boot-ivt.img) so it can be used by HAB API in a post ROM stage.
61 The diagram below illustrate a signed u-boot-ivt.img image layout:
71 | +-----------------------------+ <-- *ivt
119 - u-boot-ivt.img build log:
121 $ cat u-boot-ivt.img.log
141 - In csf_uboot-ivt.txt:
143 Block = 0x177fffc0 0x0000 0x0006e020 "u-boot-ivt.img"
163 $ ./cst -i csf_uboot-ivt.txt -o csf_uboot-ivt.bin
167 $ cat u-boot-ivt.img csf_uboot-ivt.bin > u-boot-signed.img
H A Dmx6_mx7_secure_boot.txt328 | +-----------------------------+ <-- *ivt
365 - Append the ivt.bin at the end of the padded zImage:
367 $ cat zImage_pad.bin ivt.bin > zImage_pad_ivt.bin
/openbmc/linux/arch/microblaze/kernel/
H A Dvmlinux.lds.S104 .init.ivt : AT(ADDR(.init.ivt) - LOAD_OFFSET) {
106 *(.init.ivt) argument
H A Dentry.S1242 .section .init.ivt, "ax"
/openbmc/u-boot/arch/arc/cpu/
H A Du-boot.lds17 .ivt :
19 KEEP(*(.ivt))
/openbmc/u-boot/board/synopsys/iot_devkit/
H A Du-boot.lds21 .ivt :
24 KEEP(*(.ivt));
/openbmc/u-boot/arch/arc/cpu/arcv2/
H A DMakefile5 obj-y += ivt.o
H A Divt.S6 .section .ivt, "a",@progbits
/openbmc/u-boot/arch/arc/cpu/arcv1/
H A DMakefile5 obj-y += ivt.o
H A Divt.S6 .section .ivt, "ax",@progbits
/openbmc/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()
/openbmc/linux/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.S85 .section .text..ivt,"ax"
/openbmc/linux/net/core/
H A Drtnetlink.c2492 static int handle_infiniband_guid(struct net_device *dev, struct ifla_vf_guid *ivt, in handle_infiniband_guid() argument
2497 return ops->ndo_set_vf_guid(dev, ivt->vf, ivt->guid, guid_type); in handle_infiniband_guid()
2500 static int handle_vf_guid(struct net_device *dev, struct ifla_vf_guid *ivt, int guid_type) in handle_vf_guid() argument
2505 return handle_infiniband_guid(dev, ivt, guid_type); in handle_vf_guid()
2572 struct ifla_vf_tx_rate *ivt = nla_data(tb[IFLA_VF_TX_RATE]); in do_setvfinfo() local
2575 if (ivt->vf >= INT_MAX) in do_setvfinfo()
2579 err = ops->ndo_get_vf_config(dev, ivt->vf, &ivf); in do_setvfinfo()
2583 err = rtnl_set_vf_rate(dev, ivt->vf, in do_setvfinfo()
2584 ivf.min_tx_rate, ivt->rate); in do_setvfinfo()
2590 struct ifla_vf_rate *ivt = nla_data(tb[IFLA_VF_RATE]); in do_setvfinfo() local
[all …]
/openbmc/u-boot/arch/arm/include/asm/mach-imx/
H A Dhab.h30 struct ivt { struct
/openbmc/u-boot/
H A DMakefile825 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
828 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
1193 MKIMAGEFLAGS_u-boot-ivt.img = -A $(ARCH) -T firmware_ivt -C none -O u-boot \
1196 u-boot-ivt.img: MKIMAGEOUTPUT = u-boot-ivt.img.log
1197 CLEAN_FILES += u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log
1212 u-boot-dtb.img u-boot.img u-boot.kwb u-boot.pbl u-boot-ivt.img: \
/openbmc/
Dopengrok1.0.log[all...]
Dopengrok2.0.log[all...]
/openbmc/linux/
H A Dopengrok0.0.log5008 2024-12-28 20:09:06.885-0600 FINEST t1091 PendingFileCompleter.doRename: Moved pending as file: '/opengrok/data/xref/openbmc/linux/arch/ia64/kernel/ivt.S.gz'
[all...]

12