Home
last modified time | relevance | path

Searched full:bin (Results 1 – 25 of 50) sorted by relevance

12

/optee_os/core/arch/arm/plat-vexpress/
H A Dvendor_props.c34 uint32_t bin[1 + ta_endorsement_seed_size / sizeof(uint32_t)]; in get_prop_endorsement() local
35 uint32_t *bin_len = (uint32_t *)bin; in get_prop_endorsement()
36 uint8_t *bin_val = (uint8_t *)(&bin[1]); in get_prop_endorsement()
38 if (*blen < sizeof(bin)) { in get_prop_endorsement()
39 *blen = sizeof(bin); in get_prop_endorsement()
42 *blen = sizeof(bin); in get_prop_endorsement()
57 return copy_to_user(buf, bin, sizeof(bin)); in get_prop_endorsement()
/optee_os/core/arch/arm/kernel/
H A Dlink.mk168 cleanfiles += $(link-out-dir)/tee-pager.bin
169 $(link-out-dir)/tee-pager.bin: $(link-out-dir)/tee.elf scripts/gen_tee_bin.py
174 cleanfiles += $(link-out-dir)/tee-pageable.bin
175 $(link-out-dir)/tee-pageable.bin: $(link-out-dir)/tee.elf scripts/gen_tee_bin.py
180 all: $(link-out-dir)/tee.bin
181 cleanfiles += $(link-out-dir)/tee.bin
182 $(link-out-dir)/tee.bin: $(link-out-dir)/tee.elf scripts/gen_tee_bin.py
186 all: $(link-out-dir)/tee-header_v2.bin
187 cleanfiles += $(link-out-dir)/tee-header_v2.bin
188 $(link-out-dir)/tee-header_v2.bin: $(link-out-dir)/tee.elf \
[all …]
/optee_os/scripts/
H A Dbin_to_c.py1 #!/usr/bin/env python3
20 parser.add_argument('--bin', required=True,
40 with open(args.bin, 'rb') as indata:
47 f.write('/* Generated from ' + args.bin + ' by ' +
H A Dtee_bin_parser.py1 #!/usr/bin/env python3
13 default='../out/arm/core/tee.bin',
14 help='The input tee.bin')
H A Dgen_tee_bin.py1 #!/usr/bin/env python3
354 help='The output tee.bin')
358 help='The output tee_raw.bin')
362 help='The output tee_pager.bin')
366 help='The output tee_pageable.bin')
370 help='The output tee_header_v2.bin')
374 help='The output tee_pager_v2.bin')
378 help='The output tee_pageable_v2.bin')
H A Dgen_ld_sects.py1 #!/usr/bin/env python3
H A Dgen_stmm_hex.py1 #!/usr/bin/env python3
H A Dci-host-cleanup.sh1 #!/bin/bash
H A Dcheckpatch_inc.sh1 #!/usr/bin/env bash
H A Dgen_compile_commands.py1 #!/usr/bin/env python3
25 _LINE_PATTERN = r'^old-cmd[^ ]* := (?:/usr/bin/ccache )?(.*) -c (\S+)'
H A Dsign_helper_kms.py1 #!/usr/bin/env python3
H A Dpem_to_pub_c.py1 #!/usr/bin/env python3
/optee_os/core/arch/arm/plat-stm32mp1/
H A Dlink.mk13 $(link-out-dir)/tee-header_v2.stm32: $(link-out-dir)/tee-header_v2.bin
18 $(link-out-dir)/tee-pager_v2.stm32: $(link-out-dir)/tee-pager_v2.bin
23 $(link-out-dir)/tee-pageable_v2.stm32: $(link-out-dir)/tee-pageable_v2.bin
/optee_os/core/arch/riscv/kernel/
H A Dlink.mk81 all: $(link-out-dir)/tee.bin
82 cleanfiles += $(link-out-dir)/tee.bin
83 $(link-out-dir)/tee.bin: $(link-out-dir)/tee.elf
102 cleanfiles += $(link-out-dir)/tee-raw.bin
103 $(link-out-dir)/tee-raw.bin: $(link-out-dir)/tee.elf
108 $(link-out-dir)/tee.srec: $(link-out-dir)/tee-raw.bin
/optee_os/core/arch/arm/plat-nuvoton/
H A Dmain.c73 uint32_t bin[HW_UNIQUE_KEY_LENGTH / sizeof(uint32_t)] = {}; in tee_otp_get_hw_unique_key() local
74 uint8_t *bin_val = (uint8_t *)(&bin[0]); in tee_otp_get_hw_unique_key()
94 memcpy(&npcm_hwkey.data[0], bin, HW_UNIQUE_KEY_LENGTH); in tee_otp_get_hw_unique_key()
/optee_os/core/arch/arm/plat-telechips/
H A Dlink.mk5 $(link-out-dir)/optee.rom: $(link-out-dir)/tee-pager_v2.bin
/optee_os/core/arch/arm/plat-imx/
H A Dlink.mk6 $(link-out-dir)/uTee: $(link-out-dir)/tee-raw.bin
/optee_os/.devcontainer/
H A Ddevcontainer.json12 "path": "/bin/bash",
H A DDockerfile.vscode46 RUN useradd -ms /bin/bash optee
/optee_os/core/arch/arm/plat-amlogic/
H A Dlink.mk13 $(link-out-dir)/bl32.img: $(link-out-dir)/tee-pager_v2.bin
/optee_os/core/
H A Dsub.mk61 --bin $(core-embed-fdt-dtb) \
78 recipe-conf_str = $(PYTHON3) scripts/bin_to_c.py --text --bin $(conf-mk-xz-base64) \
/optee_os/ta/pkcs11/scripts/
H A Ddump_ec_curve_params.sh1 #!/usr/bin/env bash
/optee_os/core/arch/arm/plat-versal/
H A Dconf.mk18 # used to generate boot.bin. Enabling ASLR requires an update to TF-A.
/optee_os/core/include/kernel/
H A Dtee_misc.h25 * Returns the number of data bytes written to the bin buffer
/optee_os/core/arch/arm/plat-amlogic/scripts/
H A Daml_bin2img.py1 #!/usr/bin/env python3

12