Home
last modified time | relevance | path

Searched refs:binary (Results 1 – 25 of 944) sorted by relevance

12345678910>>...38

/openbmc/qemu/scripts/
H A Dqemu-trace-stap29 def probe_prefix(binary): argument
30 dirname, filename = os.path.split(binary)
34 def which(binary): argument
36 if os.path.exists(os.path.join(path, binary)):
37 return os.path.join(path, binary)
39 print("Unable to find '%s' in $PATH" % binary)
43 def tapset_dir(binary): argument
44 dirname, filename = os.path.split(binary)
46 thisfile = which(binary)
48 thisfile = os.path.realpath(binary)
[all …]
H A Ddevice-crash-test289 def __init__(self, binary, devtype): argument
293 self.binary = binary
298 dbg("querying info for QEMU binary: %s", binary)
299 vm = QEMUMachine(binary=binary, args=args)
323 dbg("querying machine info for binary=%s machine=%s", self.binary, machine)
324 vm = QEMUMachine(binary=self.binary, args=args)
329 … dbg("exception trying to run binary=%s machine=%s", self.binary, machine, exc_info=sys.exc_info())
341 def getBinaryInfo(args, binary): argument
342 if binary not in BINARY_INFO:
343 BINARY_INFO[binary] = QemuBinaryInfo(binary, args.devtype)
[all …]
H A Dtracetool.py78 binary = None
99 binary = arg
119 if binary is None:
135 binary=binary, probe_prefix=probe_prefix)
/openbmc/u-boot/arch/powerpc/cpu/mpc8xx/
H A Dimmap.c92 static void binary(char *label, uint value, int nbits) in binary() function
138 binary("PA_DIR", in_be16(l++), PA_NBITS); in do_iopinfo()
139 binary("PB_DIR", in_be32(R++), PB_NBITS); in do_iopinfo()
140 binary("PA_PAR", in_be16(l++), PA_NBITS); in do_iopinfo()
141 binary("PB_PAR", in_be32(R++), PB_NBITS); in do_iopinfo()
142 binary("PA_ODR", in_be16(l++), PA_NB_ODR); in do_iopinfo()
143 binary("PB_ODR", in_be32(R++), PB_NB_ODR); in do_iopinfo()
144 binary("PA_DAT", in_be16(l++), PA_NBITS); in do_iopinfo()
145 binary("PB_DAT", in_be32(R++), PB_NBITS); in do_iopinfo()
155 binary("PC_DIR", in_be16(l++), PC_NBITS); in do_iopinfo()
[all …]
/openbmc/u-boot/tools/
H A Dimx8m_image.sh33 …objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 $srctree/lpddr4_pmu_train_1d_imem.bin l…
34 …objcopy -I binary -O binary --pad-to 0x4000 --gap-fill=0x0 $srctree/lpddr4_pmu_train_1d_dmem.bin l…
35 …objcopy -I binary -O binary --pad-to 0x8000 --gap-fill=0x0 $srctree/lpddr4_pmu_train_2d_imem.bin l…
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet/
H A D0001-linker-scripts-Do-not-export-_IO_stdin_used.patch14 linker-script-binary.ver | 1 -
17 diff --git a/linker-script-binary.ver b/linker-script-binary.ver
19 --- a/linker-script-binary.ver
20 +++ b/linker-script-binary.ver
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager-openvpn/
H A D0001-linker-scripts-Do-not-export-_IO_stdin_used.patch14 linker-script-binary.ver | 1 -
17 diff --git a/linker-script-binary.ver b/linker-script-binary.ver
19 --- a/linker-script-binary.ver
20 +++ b/linker-script-binary.ver
/openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/
H A D0001-linker-scripts-Do-not-export-_IO_stdin_used.patch12 linker-script-binary.ver | 1 -
16 diff --git a/linker-script-binary.ver b/linker-script-binary.ver
18 --- a/linker-script-binary.ver
19 +++ b/linker-script-binary.ver
/openbmc/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/
H A D0001-tests-do-not-strip-a-helper-library.patch9 tests/utils/testapp/userspace-probe-elf-binary/Makefile.am | 2 +-
12 … a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am b/tests/utils/testapp/userspace-prob…
14 --- a/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am
15 +++ b/tests/utils/testapp/userspace-probe-elf-binary/Makefile.am
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A D__init__.py44 def __init__(self, image_recipe, modified_recipe, binary, gdbserver_multi=True): argument
48 self.binary = binary
49 if binary in GdbCrossConfig._binaries:
51 "gdbserver config for binary %s is already generated" % binary)
52 GdbCrossConfig._binaries.append(binary)
56 self.binary_pretty = self.binary.replace(os.sep, '-').lstrip('-')
106 self.gdb_cross.gdbserver_path, self.gdbserver_port, self.binary)
120 self.gdbserver_port, self.binary)
156 gdbinit_lines.append('set remote exec-file ' + self.binary)
158 'run ' + os.path.join(self.modified_recipe.d, self.binary))
[all …]
/openbmc/docs/designs/
H A Dbinarystore-via-blobs.md20 The BMC generic IPMI blobs binary store, or "binary store" in short, serves a
22 blobs transport layer to allow users to store binary data on persistent
25 Despite its name, the binary blob store cannot be used for everything.
34 limited in size, trying to send an overly large binary is going to take too
43 Under the hood, the binary blobs are stored as a binary
52 1. The host should only store binary data that is suitable using this transfer
54 or large binary data.
68 directory path. The binary store handler will assign each storage location a
73 longest matching prefix is considered reserved as a binary blob in the storage
77 there is one binary store location with one blob already created. To create a
[all …]
/openbmc/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/
H A D0001-workaround-for-overlapping-sections-in-binary.patch4 Subject: [PATCH] workaround for overlapping sections in binary
6 Problem: binary (typesize.bin) created from object file (typesize.o)
7 with 'objcopy -O binary ... '. But typesize.o has relocatable objects that all
8 copied with offset 0. This will lead to overlapping sections in binary.
43 - cmd_mkbin = $(KLIBCOBJCOPY) -O binary --only-section .rodata $< $@
44 + cmd_mkbin = $(KLIBCOBJCOPY) -O binary --remove-section .note.gnu.property $< $@
/openbmc/qemu/scripts/tracetool/format/
H A Dstap.py16 from tracetool.backend.dtrace import binary, probeprefix
49 binary=binary())
/openbmc/u-boot/arch/x86/cpu/queensbay/
H A DKconfig29 bool "Add a Chipset Micro Code state machine binary"
31 Select this option to add a Chipset Micro Code state machine binary
42 binary in the board directory.
45 hex "Chipset Micro Code state machine binary location"
49 The location of the CMC binary is determined by a strap. It must be
52 The default base address of 0xfffb0000 indicates that the binary must
/openbmc/openbmc/poky/bitbake/
H A D.gitattributes1 *min.js binary
2 *min.css binary
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/cases/
H A Dmultilib.py16 def archtest(self, binary, arch): argument
22 self.target.copyFrom(binary, dest)
32 msg = "%s isn't %s (is %s)" % (binary, arch, theclass)
/openbmc/webui-vue/
H A D.gitattributes2 *.png binary
3 *.woff binary
/openbmc/qemu/tests/uefi-test-tools/
H A DMakefile19 images: $(foreach binary,$(uefi_binaries), \
21 $(images_dir)/$(binary).$(target).iso.qcow2))
32 .SECONDARY: $(foreach binary,$(uefi_binaries), \
35 Build/$(binary).$(target)$(suffix))))
/openbmc/openbmc/meta-arm/meta-arm/classes/
H A Dtfm_sign_image.bbclass1 # Functionality to sign binary images using the wrapper script bundled with
62 # $1 ... path of binary to sign
63 # $2 ... load address of the given binary
64 # $3 ... signed binary size
67 # Note: The signed binary is copied to ${TFM_IMAGE_SIGN_DIR}
/openbmc/u-boot/arch/x86/cpu/quark/
H A DKconfig26 bool "Add a Remote Management Unit (RMU) binary"
28 Select this option to add a Remote Management Unit (RMU) binary
35 string "Remote Management Unit (RMU) binary filename"
40 binary in the board directory.
43 hex "Remote Management Unit (RMU) binary location"
47 The location of the RMU binary is determined by a strap. It must be
50 The default base address of 0xfff00000 indicates that the binary must
/openbmc/qemu/tests/qemu-iotests/tests/
H A Dqcow2-encryption.out9 data <binary>
14 data <binary>
28 data <binary>
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-security/softhsm/files/
H A D0001-avoid-unnecessary-check-for-sqlite3-binary.patch4 Subject: [PATCH] avoid unnecessary check for sqlite3 binary
6 Only the library is used, not the sqlite3 binary. Drop this check to simplify
7 cross-compilation (as no native sqlite3 binary is needed).
/openbmc/openbmc/poky/meta/recipes-support/itstool/itstool/
H A D0002-Don-t-use-build-time-hardcoded-python-binary-path.patch4 Subject: [PATCH] Don't use build time hardcoded python binary path.
8 has INHERIT+=rm_work. Instread of hardcoding path to python binary use
10 python3 binary provided in recipe-sysroot-native.
/openbmc/u-boot/board/freescale/imx8qxp_mek/
H A DREADME6 - Build the ARM Trusted firmware binary
9 - Flash the binary into the SD card
48 Flash the binary into the SD card
51 Burn the flash.bin binary to SD card offset 32KB:
/openbmc/u-boot/board/imgtec/boston/
H A Dconfig.mk5 $< -binary \
6 -fill 0x00 -within $< -binary -range-pad 16 \

12345678910>>...38