| /openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/ |
| H A D | runfvp.py | 63 with tempfile.NamedTemporaryFile('w') as tf: 64 tf.write('{}') 65 tf.flush() 68 conffile.load(tf.name) 72 with tempfile.NamedTemporaryFile('w') as tf: 73 tf.write('{"exe": "FVP_Binary"}') 74 tf.flush() 76 conf = conffile.load(tf.name)
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-security/trusted-services/ |
| H A D | ts-sp-fwu_git.bb | 17 …firmware.org/TF-A/trusted-firmware-a.git;name=tfa;protocol=https;branch=master;destsuffix=git/tf-a" 19 LIC_FILES_CHKSUM = "file://../tf-a/docs/license.rst;md5=b2c740efedc159745b9b31f88ff03dde" 21 apply_local_src_patches ${S}/external/tf_a ${WORKDIR}/git/tf-a 24 EXTRA_OECMAKE:append = "-DTFA_SOURCE_DIR=${WORKDIR}/git/tf-a"
|
| /openbmc/openbmc/poky/bitbake/lib/bb/tests/ |
| H A D | utils.py | 177 with tempfile.NamedTemporaryFile('w', delete=False) as tf: 178 tf.write(self._origfile) 179 tf.close() 188 bb.utils.edit_metadata_file(tf.name, varvalues.keys(), handle_file) 189 with open(tf.name) as f: 197 os.remove(tf.name) 435 with tempfile.NamedTemporaryFile('w', delete=False) as tf: 436 tf.write(before) 437 tf.close() 439 … actual_notadded, actual_notremoved = bb.utils.edit_bblayers_conf(tf.name, add, remove) [all …]
|
| /openbmc/qemu/tests/functional/qemu_test/ |
| H A D | archive.py | 20 with tarfile.open(archive) as tf: 22 tf.extraction_filter = getattr(tarfile, 'data_filter', 25 tf.extract(member=member, path=dest_dir) 27 tf.extractall(path=dest_dir)
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-m/ |
| H A D | trusted-firmware-m-2.1.1-src.inc | 6 file://../tf-m-tests/license.rst;md5=4481bae2221b0cfca76a69fb3411f390 \ 12 SRC_URI_TRUSTED_FIRMWARE_M_EXTRAS ?= "git://git.trustedfirmware.org/TF-M/tf-m-extras.git;protocol=h… 13 SRC_URI_TRUSTED_FIRMWARE_M_TESTS ?= "git://git.trustedfirmware.org/TF-M/tf-m-tests.git;protocol=htt… 21 …_TRUSTED_FIRMWARE_M_TESTS};branch=${SRCBRANCH_tfm-tests};name=tfm-tests;destsuffix=git/tf-m-tests \ 29 # The required dependencies are documented in tf-m/config/config_base.cmake
|
| H A D | trusted-firmware-m-git-src.inc | 8 file://../tf-m-tests/license.rst;md5=4481bae2221b0cfca76a69fb3411f390 \ 16 SRC_URI_TRUSTED_FIRMWARE_M_EXTRAS ?= "git://git.trustedfirmware.org/TF-M/tf-m-extras.git;protocol=h… 17 SRC_URI_TRUSTED_FIRMWARE_M_TESTS ?= "git://git.trustedfirmware.org/TF-M/tf-m-tests.git;protocol=htt… 26 …_TRUSTED_FIRMWARE_M_TESTS};branch=${SRCBRANCH_tfm-tests};name=tfm-tests;destsuffix=git/tf-m-tests \ 35 # The required dependencies are documented in tf-m/config/config_base.cmake
|
| H A D | trusted-firmware-m-2.2.0-src.inc | 8 file://../tf-m-tests/license.rst;md5=4481bae2221b0cfca76a69fb3411f390 \ 16 SRC_URI_TRUSTED_FIRMWARE_M_EXTRAS ?= "git://git.trustedfirmware.org/TF-M/tf-m-extras.git;protocol=h… 17 SRC_URI_TRUSTED_FIRMWARE_M_TESTS ?= "git://git.trustedfirmware.org/TF-M/tf-m-tests.git;protocol=htt… 26 …_TRUSTED_FIRMWARE_M_TESTS};branch=${SRCBRANCH_tfm-tests};name=tfm-tests;destsuffix=git/tf-m-tests \ 35 # The required dependencies are documented in tf-m/config/config_base.cmake
|
| /openbmc/openbmc/poky/scripts/lib/devtool/ |
| H A D | utilcmds.py | 189 with tempfile.NamedTemporaryFile('w', delete=False) as tf: 191 tf.write(msg + '\n') 192 tf.close() 195 cmd = 'cat %s' % tf.name 210 os.remove(tf.name)
|
| /openbmc/u-boot/include/ |
| H A D | libata.h | 615 static inline int is_multi_taskfile(struct ata_taskfile *tf) in is_multi_taskfile() argument 617 return (tf->command == ATA_CMD_READ_MULTI) || in is_multi_taskfile() 618 (tf->command == ATA_CMD_WRITE_MULTI) || in is_multi_taskfile() 619 (tf->command == ATA_CMD_READ_MULTI_EXT) || in is_multi_taskfile() 620 (tf->command == ATA_CMD_WRITE_MULTI_EXT) || in is_multi_taskfile() 621 (tf->command == ATA_CMD_WRITE_MULTI_FUA_EXT); in is_multi_taskfile()
|
| /openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
| H A D | retain.py | 105 with tarfile.open(archive) as tf: 106 for ti in tf: 229 with tarfile.open(archive, 'r:bz2') as tf: 230 for ti in tf:
|
| H A D | liboe.py | 92 def touchfile(tf): argument 93 open(oe.path.join(src, tf), 'w+b').close()
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-rmm/ |
| H A D | trusted-firmware-rmm_0.6.0.bb | 5 SRC_URI = "gitsm://git.trustedfirmware.org/TF-RMM/tf-rmm.git;protocol=https;branch=main" 7 UPSTREAM_CHECK_GITTAGREGEX = "^tf-rmm-v(?P<pver>\d+(\.\d+)+)$"
|
| /openbmc/openbmc/poky/meta/recipes-devtools/gcc/gcc/ |
| H A D | 0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch | 21 $(fp128_softfp_src) : $(srcdir)/soft-fp/$(subst -sw,,$(subst kf,tf,$@)) $(fp128_dep) 22 @src="$(srcdir)/soft-fp/$(subst -sw,,$(subst kf,tf,$@))"; \
|
| /openbmc/openbmc/poky/meta/lib/oeqa/core/target/ |
| H A D | qemu.py | 77 with open(f) as tf: 79 msg += next(tf)
|
| /openbmc/openbmc/poky/bitbake/lib/ply/ |
| H A D | lex.py | 176 tf = open(filename,"w") 177 …tf.write("# %s.py. This file automatically created by PLY (version %s). Don't edit!\n" % (tabfile,… 178 tf.write("_tabversion = %s\n" % repr(__version__)) 179 tf.write("_lextokens = %s\n" % repr(self.lextokens)) 180 tf.write("_lexreflags = %s\n" % repr(self.lexreflags)) 181 tf.write("_lexliterals = %s\n" % repr(self.lexliterals)) 182 tf.write("_lexstateinfo = %s\n" % repr(self.lexstateinfo)) 199 tf.write("_lexstatere = %s\n" % repr(tabre)) 200 tf.write("_lexstateignore = %s\n" % repr(self.lexstateignore)) 208 tf.write("_lexstateerrorf = %s\n" % repr(taberr)) [all …]
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-a/ |
| H A D | trusted-firmware-a-sgi575.inc | 15 # If GENERATE_COT is set, then tf-a will try to use local poetry install
|
| /openbmc/openbmc/meta-arm/documentation/ |
| H A D | oeqa-fvp.md | 15 FVP_CONSOLES[tf-a] = "s_terminal_0" 41 self.assertNotIn(b'ERROR:', self.target.before('tf-a'))
|
| /openbmc/u-boot/board/hisilicon/hikey/ |
| H A D | build-tf.mak | 15 @echo "make -f build-tf.mak build"
|
| /openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/ |
| H A D | tf-a-tests_2.10.3.bb | 10 SRC_URI_TRUSTED_FIRMWARE_A_TESTS ?= "git://git.trustedfirmware.org/TF-A/tf-a-tests.git;protocol=htt…
|
| H A D | tf-a-tests_2.12.0.bb | 10 SRC_URI_TRUSTED_FIRMWARE_A_TESTS ?= "git://git.trustedfirmware.org/TF-A/tf-a-tests.git;protocol=htt…
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/conf/machine/ |
| H A D | corstone1000-fvp.conf | 19 FVP_CONSOLES[tf-a] = "host_terminal_1"
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/ |
| H A D | 0023-corstone1000-add-boot-index.patch | 9 We will need to extend tf-a to pass that info,
|
| /openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/ |
| H A D | parsing.py | 826 tf = None 829 tf = tarfile.open(path, 'r:*') 830 for name in tf.getnames(): 831 state = _do_parse(writer, state, name, tf.extractfile(name)) 835 if tf != None: 836 tf.close()
|
| /openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/trusted-firmware-m/ |
| H A D | trusted-firmware-m-corstone1000.inc | 58 …find ${S}/lib/ext/tf-m-tests -type f -name '*.patch' -print0 | sort -z | xargs -r -t -0 -n 1 patch…
|
| /openbmc/openbmc/poky/meta/classes-recipe/ |
| H A D | kernel-module-split.bbclass | 54 tf = tempfile.mkstemp() 55 tmpfile = tf[1] 77 os.close(tf[0])
|