/openbmc/linux/drivers/staging/media/atomisp/pci/ |
D | ia_css_isp_configs.c |
|
D | ia_css_isp_states.c |
|
D | ia_css_isp_configs.h |
|
D | ia_css_isp_params.c |
|
/openbmc/qemu/scripts/ |
H A D | qemu-trace-stap | 29 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 D | tracetool.py | 47 --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 D | binarystore-via-blobs.md | 1 # 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/ |
D | pipe_stagedesc.c |
|
/openbmc/linux/Documentation/netlink/specs/ |
D | rt_route.yaml |
|
D | rt_addr.yaml |
|
/openbmc/linux/Documentation/admin-guide/ |
D | init.rst |
|
D | binfmt-misc.rst |
|
/openbmc/u-boot/tools/ |
H A D | imx8m_image.sh | 24 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/ |
D | walkera0701.rst |
|
/openbmc/linux/arch/powerpc/boot/ |
D | README |
|
/openbmc/linux/drivers/staging/media/atomisp/pci/camera/pipe/interface/ |
D | ia_css_pipe_binarydesc.h |
|
/openbmc/linux/Documentation/wmi/devices/ |
D | wmi-bmof.rst |
|
/openbmc/openbmc/poky/scripts/lib/devtool/ide_plugins/ |
H A D | __init__.py | 37 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 D | README.ti-secure | 8 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 D | argument_test.cpp | 16 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 D | Kconfig | 29 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 D | immap.c | 92 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 D | Kconfig | 26 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 D | qemu-trace-stap.rst | 34 .. 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/ |
D | ia_css_binary.h |
|