Home
last modified time | relevance | path

Searched refs:tf (Results 1 – 25 of 50) sorted by relevance

12

/openbmc/openbmc/meta-arm/meta-arm/lib/oeqa/selftest/cases/
H A Drunfvp.py63 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 Dts-sp-fwu_git.bb17 …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 Dutils.py177 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 Darchive.py20 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 Dtrusted-firmware-m-2.1.1-src.inc6 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 Dtrusted-firmware-m-git-src.inc8 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 Dtrusted-firmware-m-2.2.0-src.inc8 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 Dutilcmds.py189 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 Dlibata.h615 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 Dretain.py105 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 Dliboe.py92 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 Dtrusted-firmware-rmm_0.6.0.bb5 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 D0024-Avoid-hardcoded-build-paths-into-ppc-libgcc.patch21 $(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 Dqemu.py77 with open(f) as tf:
79 msg += next(tf)
/openbmc/openbmc/poky/bitbake/lib/ply/
H A Dlex.py176 tf = open(filename,"w")
177tf.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 Dtrusted-firmware-a-sgi575.inc15 # If GENERATE_COT is set, then tf-a will try to use local poetry install
/openbmc/openbmc/meta-arm/documentation/
H A Doeqa-fvp.md15 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 Dbuild-tf.mak15 @echo "make -f build-tf.mak build"
/openbmc/openbmc/meta-arm/meta-arm/recipes-bsp/trusted-firmware-a/
H A Dtf-a-tests_2.10.3.bb10 SRC_URI_TRUSTED_FIRMWARE_A_TESTS ?= "git://git.trustedfirmware.org/TF-A/tf-a-tests.git;protocol=htt…
H A Dtf-a-tests_2.12.0.bb10 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 Dcorstone1000-fvp.conf19 FVP_CONSOLES[tf-a] = "host_terminal_1"
/openbmc/openbmc/meta-arm/meta-arm-bsp/recipes-bsp/u-boot/u-boot/corstone1000/
H A D0023-corstone1000-add-boot-index.patch9 We will need to extend tf-a to pass that info,
/openbmc/openbmc/poky/scripts/pybootchartgui/pybootchartgui/
H A Dparsing.py826 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 Dtrusted-firmware-m-corstone1000.inc58 …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 Dkernel-module-split.bbclass54 tf = tempfile.mkstemp()
55 tmpfile = tf[1]
77 os.close(tf[0])

12