Home
last modified time | relevance | path

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

/external/u-boot/arch/arm/mach-imx/
Dhab.c428 static bool csf_is_valid(struct ivt *ivt, ulong start_addr, size_t bytes) in csf_is_valid() argument
444 if (!ivt->csf) { in csf_is_valid()
449 csf_hdr = (u8 *)ivt->csf; in csf_is_valid()
526 struct ivt *ivt; in imx_hab_authenticate_image() local
548 ivt = (struct ivt *)ivt_addr; in imx_hab_authenticate_image()
549 ivt_hdr = &ivt->hdr; in imx_hab_authenticate_image()
556 if (ivt->self != ivt_addr) { in imx_hab_authenticate_image()
558 ivt->self, ivt_addr); in imx_hab_authenticate_image()
563 if (ivt->dcd) in imx_hab_authenticate_image()
570 if (!csf_is_valid(ivt, start, bytes)) in imx_hab_authenticate_image()
[all …]
/external/u-boot/arch/arm/cpu/arm926ejs/mxs/
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…
Du-boot-imx28.bd8 load ivt (entry = 0x0014) > 0x8000;
12 load ivt (entry = 0x40000100) > 0x8000;
Dmxsimage-signed.cfg5 LOAD 0x8000 spl/u-boot-spl.ivt
9 LOAD 0x40001000 u-boot.ivt
Du-boot-imx23.bd13 load ivt (entry = 0x0014) > 0x8000;
/external/javaparser/javaparser-symbol-solver-testing/src/test/resources/javasymbolsolver_0_6_0/expected_output/java-symbol-solver-logic/
Dcom_github_javaparser_symbolsolver_logic_InferenceVariableType.txt16 InferenceVariableType ivt = (InferenceVariableType) t;
17 if (!considered.contains(ivt)) {
18 result.addAll(concreteEquivalentTypesAlsoIndirectly(considered, ivt));
23 Line 107) considered.contains(ivt) ==> java.util.Set.contains(java.lang.Object)
24 …Line 108) result.addAll(concreteEquivalentTypesAlsoIndirectly(considered, ivt)) ==> java.util.Set.…
25 …Line 108) concreteEquivalentTypesAlsoIndirectly(considered, ivt) ==> com.github.javaparser.symbols…
/external/u-boot/arch/arc/cpu/
Du-boot.lds17 .ivt :
19 KEEP(*(.ivt))
/external/javaparser/javaparser-symbol-solver-logic/src/main/java/com/github/javaparser/symbolsolver/logic/
DInferenceVariableType.java106 InferenceVariableType ivt = (InferenceVariableType)t; in concreteEquivalentTypesAlsoIndirectly()
107 if (!considered.contains(ivt)) { in concreteEquivalentTypesAlsoIndirectly()
108 result.addAll(concreteEquivalentTypesAlsoIndirectly(considered, ivt)); in concreteEquivalentTypesAlsoIndirectly()
/external/iproute2/ip/
Diplink.c411 struct ifla_vf_tx_rate ivt; in iplink_parse_vf() local
414 if (get_unsigned(&ivt.rate, *argv, 0)) in iplink_parse_vf()
417 ivt.vf = vf; in iplink_parse_vf()
420 IFLA_VF_TX_RATE, &ivt, sizeof(ivt)); in iplink_parse_vf()
422 tivt.max_tx_rate = ivt.rate; in iplink_parse_vf()
467 struct ifla_vf_trust ivt; in iplink_parse_vf() local
471 ivt.setting = 1; in iplink_parse_vf()
473 ivt.setting = 0; in iplink_parse_vf()
476 ivt.vf = vf; in iplink_parse_vf()
478 &ivt, sizeof(ivt)); in iplink_parse_vf()
/external/u-boot/arch/arc/cpu/arcv1/
DMakefile5 obj-y += ivt.o
Divt.S6 .section .ivt, "ax",@progbits
/external/u-boot/arch/arc/cpu/arcv2/
DMakefile5 obj-y += ivt.o
Divt.S6 .section .ivt, "a",@progbits
/external/u-boot/doc/
DREADME.mxc_hab72 in log files named as the binaries. (SPL.log and u-boot-ivt.log).
83 Example Output of the u-boot-ivt.img (firmware_ivt) creation:
97 cat u-boot-ivt.img csf-u-boot.bin > u-boot-signed.img
/external/u-boot/tools/
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()
/external/u-boot/arch/arm/include/asm/mach-imx/
Dhab.h30 struct ivt { struct
/external/u-boot/
DMakefile815 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
818 ALL-$(CONFIG_SPL_FRAMEWORK) += u-boot-ivt.img
1083 MKIMAGEFLAGS_u-boot-ivt.img = -A $(ARCH) -T firmware_ivt -C none -O u-boot \
1086 u-boot-ivt.img: MKIMAGEOUTPUT = u-boot-ivt.img.log
1087 CLEAN_FILES += u-boot-ivt.img.log u-boot-dtb.imx.log SPL.log u-boot.imx.log
1102 u-boot-dtb.img u-boot.img u-boot.kwb u-boot.pbl u-boot-ivt.img: \
/external/toolchain-utils/android_bench_suite/panorama_input/
Dtest_012.ppm7196 …*3)MVLOZTMYSXebivto|zv��{��{��~��������~��z��ivtz��mzwkwuq~|t�~q~|ivt[hdS`[Sb[_ngiwso}xlz…
/external/cldr/tools/java/org/unicode/cldr/util/data/transforms/
Dinternal_raw_IPA.txt112832 naivete %28396 nɑivtˈe, nɑˌivətˈe
112834 naiveté %8776 naɪˈivɪtˌe, nˌaɪivtˈe
Dinternal_raw_IPA-old.txt134145 naivete %19878 nɑivtˈe, nɑˌivətˈe
134147 naiveté %8777 naɪˈivɪtˌe, nɑ-, nˌaɪivtˈe