Home
last modified time | relevance | path

Searched full:binary (Results 1 – 25 of 2797) sorted by relevance

12345678910>>...112

/openbmc/linux/drivers/staging/media/atomisp/pci/
Dia_css_isp_configs.c
Dia_css_isp_states.c
Dia_css_isp_configs.h
Dia_css_isp_params.c
/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 Dtracetool.py47 --binary <path> Full path to QEMU binary (required for 'stap' backend).
67 long_opts += ["binary=", "probe-prefix="]
78 binary = None
98 elif opt == "--binary":
99 binary = arg
119 if binary is None:
120 error_opt("--binary is required for SystemTAP tapset generator")
135 binary=binary, probe_prefix=probe_prefix)
/openbmc/docs/designs/
H A Dbinarystore-via-blobs.md1 # BMC Generic Binary Blob Store via OEM IPMI Blob Transport
20 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.
63 A "blob id" is a unique string that identifies a blob. Binary Store handler may
68 directory path. The binary store handler will assign each storage location a
[all …]
/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/src/
Dpipe_stagedesc.c
/openbmc/linux/Documentation/netlink/specs/
Drt_route.yaml
Drt_addr.yaml
/openbmc/linux/Documentation/admin-guide/
Dinit.rst
Dbinfmt-misc.rst
/openbmc/u-boot/tools/
H A Dimx8m_image.sh24 echo "WARNING '$tmp' not found, resulting binary is not-functional" >&2
33 …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/linux/Documentation/input/devices/
Dwalkera0701.rst
/openbmc/linux/arch/powerpc/boot/
DREADME
/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/interface/
Dia_css_pipe_binarydesc.h
/openbmc/linux/Documentation/wmi/devices/
Dwmi-bmof.rst
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/
H A D__init__.py37 Generate a GDB configuration for a binary on the target device.
38 Only one instance per binary is allowed. This allows to assign unique port
44 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)
113 """Generate a gdbinit file for this binary and the corresponding gdbserver configuration"""
[all …]
/openbmc/u-boot/doc/
H A DREADME.ti-secure8 and combined with various headers, certificates, and other binary images.
66 image. The output binary images should be used in place of the standard
67 non-secure binary images (see the platform-specific user's guides and
98 image. The output binary images should be used in place of the standard
99 non-secure binary images (see the platform-specific user's guides and
122 loader binary file (for this platform, this is always u-boot-spl.bin).
125 The output binary images should be used in place of the standard
126 non-secure binary images (see the platform-specific user's guides
149 loader binary file (only u-boot.bin is currently supported on
153 The output binary images should be used in place of the standard
[all …]
/openbmc/phosphor-certificate-manager/test/
H A Dargument_test.cpp16 std::vector<const char*> argv = {"binary", "--type", "client", in TEST()
29 std::vector<const char*> argv = {"binary", "--type", "server", in TEST()
42 std::vector<const char*> argv = {"binary", "--type", "authority", in TEST()
55 std::vector<const char*> argv = {"binary", "--type", "client", "--endpoint", in TEST()
67 std::vector<const char*> argv = {"binary", "--type", "client", in TEST()
80 std::vector<const char*> argv = {"binary", "--endpoint", "abc", "--path", in TEST()
88 std::vector<const char*> argv = {"binary", "--type", "no-supported", in TEST()
97 std::vector<const char*> argv = {"binary", "--type", "client", "--path", in TEST()
105 std::vector<const char*> argv = {"binary", "--type", "client", "--endpoint", in TEST()
/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/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/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/docs/tools/
H A Dqemu-trace-stap.rst34 .. option:: list BINARY PATTERN...
36 List all the probe names provided by *BINARY* that match
39 If *BINARY* is not an absolute path, it will be located by searching
50 binary:
57 subsystem, in a binary outside ``$PATH``
63 .. option:: run OPTIONS BINARY PATTERN...
66 executing *BINARY* triggers a probe matching *PATTERN*.
68 If *BINARY* is not an absolute path, it will be located by searching
106 To monitor QEMU processes running an alternative binary outside of
/openbmc/linux/drivers/staging/media/atomisp/pci/runtime/binary/interface/
Dia_css_binary.h

12345678910>>...112