/openbmc/u-boot/arch/arm/mach-imx/ |
H A D | hab.c | 453 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 D | Makefile | 43 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 D | u-boot-imx28.bd | 8 load ivt (entry = 0x0014) > 0x8000; 12 load ivt (entry = 0x40000100) > 0x8000;
|
H A D | mxsimage-signed.cfg | 5 LOAD 0x8000 spl/u-boot-spl.ivt 9 LOAD 0x40001000 u-boot.ivt
|
H A D | u-boot-imx23.bd | 13 load ivt (entry = 0x0014) > 0x8000;
|
/openbmc/u-boot/doc/imx/habv4/guides/ |
H A D | mx6_mx7_spl_secure_boot.txt | 37 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 D | mx6_mx7_secure_boot.txt | 328 | +-----------------------------+ <-- *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 D | vmlinux.lds.S | 104 .init.ivt : AT(ADDR(.init.ivt) - LOAD_OFFSET) { 106 *(.init.ivt) argument
|
H A D | entry.S | 1242 .section .init.ivt, "ax"
|
/openbmc/u-boot/arch/arc/cpu/ |
H A D | u-boot.lds | 17 .ivt : 19 KEEP(*(.ivt))
|
/openbmc/u-boot/board/synopsys/iot_devkit/ |
H A D | u-boot.lds | 21 .ivt : 24 KEEP(*(.ivt));
|
/openbmc/u-boot/arch/arc/cpu/arcv2/ |
H A D | Makefile | 5 obj-y += ivt.o
|
H A D | ivt.S | 6 .section .ivt, "a",@progbits
|
/openbmc/u-boot/arch/arc/cpu/arcv1/ |
H A D | Makefile | 5 obj-y += ivt.o
|
H A D | ivt.S | 6 .section .ivt, "ax",@progbits
|
/openbmc/u-boot/tools/ |
H A D | mxsimage.c | 925 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 D | Makefile | 13 irq_lsapic.o ivt.o pal.o patch.o process.o ptrace.o sal.o \
|
H A D | vmlinux.lds.S | 50 *(.text..ivt)
|
H A D | ivt.S | 85 .section .text..ivt,"ax"
|
/openbmc/linux/net/core/ |
H A D | rtnetlink.c | 2492 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 D | hab.h | 30 struct ivt { struct
|
/openbmc/u-boot/ |
H A D | Makefile | 825 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/ |
D | opengrok1.0.log | [all...] |
D | opengrok2.0.log | [all...] |
/openbmc/linux/ |
H A D | opengrok0.0.log | 5008 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...] |