/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)
|
H A D | device-crash-test | 289 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 …]
|
/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/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/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/openbmc/meta-openembedded/meta-gnome/recipes-connectivity/network-manager-applet/network-manager-applet/ |
H A D | 0001-linker-scripts-Do-not-export-_IO_stdin_used.patch | 14 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 D | 0001-linker-scripts-Do-not-export-_IO_stdin_used.patch | 14 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/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/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/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/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/openbmc/poky/meta/recipes-kernel/lttng/lttng-tools/ |
H A D | 0001-tests-do-not-strip-a-helper-library.patch | 9 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/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/openbmc/meta-openembedded/meta-initramfs/recipes-devtools/klibc/files/ |
H A D | 0001-workaround-for-overlapping-sections-in-binary.patch | 4 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/openbmc/meta-openembedded/meta-networking/recipes-connectivity/networkmanager/networkmanager/ |
H A D | 0001-linker-scripts-Do-not-export-_IO_stdin_used.patch | 12 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/qemu/tests/guest-debug/ |
H A D | run-test.py | 24 parser.add_argument("--qemu", help="Qemu binary for test", 27 parser.add_argument("--binary", help="Binary to debug", 34 parser.add_argument("--gdb", help="The gdb binary to use", 40 help="Ask the binary to not wait for GDB connection") 76 # Launch QEMU with binary 82 cmd = f'{args.qemu} {args.qargs} {args.binary}' \ 90 f' {args.binary}' 96 gdb_cmd = "%s %s" % (args.gdb, args.binary)
|
/openbmc/qemu/python/qemu/utils/ |
H A D | accel.py | 36 List accelerators enabled in the QEMU binary. 38 @param qemu_bin (str): path to the QEMU binary. 60 - KVM is enabled in the QEMU binary. 63 @param qemu_bin (str): path to the QEMU binary 82 @param qemu_bin (str): path to the QEMU binary 91 @param qemu_bin (str): path to the QEMU binary
|
/openbmc/qemu/tests/uefi-test-tools/ |
H A D | Makefile | 19 images: $(foreach binary,$(uefi_binaries), \ 21 $(images_dir)/$(binary).$(target).iso.qcow2)) 32 .SECONDARY: $(foreach binary,$(uefi_binaries), \ 35 Build/$(binary).$(target)$(suffix)))) 38 # "$(binary).$(target)". 41 # small cluster size. This allows for small binary files under git control, 42 # hence for small binary patches. 65 # Format a "UEFI system partition", using the UEFI binary as the default boot 68 # after the UEFI binary. (Excess characters are automatically dropped from the 82 # association between the UEFI binary (such as "bios-tables-test") and the
|
/openbmc/u-boot/tools/binman/etype/ |
H A D | u_boot.py | 5 # Entry-type module for U-Boot binary 12 """U-Boot flat binary 17 This is the U-Boot binary, containing relocation information to allow it 18 to relocate itself at runtime. The binary typically includes a device tree
|
/openbmc/qemu/scripts/tracetool/backend/ |
H A D | dtrace.py | 29 BINARY = None variable 31 def binary(): function 32 if BINARY is None: 33 raise ValueError("you must set BINARY") 34 return BINARY
|
/openbmc/u-boot/arch/x86/ |
H A D | Kconfig | 11 U-Boot can be built as a 32-bit binary which runs in 32-bit mode 15 Alternatively it can be run as a 64-bit binary, thus requiring a 25 Build U-Boot as a 32-bit binary with no SPL. This is the currently 39 Build U-Boot as a 64-bit binary with a 32-bit SPL. This is 166 # The 32-bit init refers to processor init, running binary blobs including 311 which is a very large binary blob (typically 1.5MB) which is 326 string "Flash descriptor binary filename" 334 string "Intel Management Engine binary filename" 342 bool "Add an Firmware Support Package binary" 345 Select this option to add an Firmware Support Package binary to [all …]
|
/openbmc/openbmc/poky/meta/recipes-extended/watchdog/watchdog-config/ |
H A D | watchdog.conf | 18 #repair-binary = /usr/sbin/repair 20 #test-binary = 25 # Defaults compiled into the binary 29 # Defaults compiled into the binary
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | Net-SNMP | 15 …echnology, Inc All rights reserved. Redistribution and use in source and binary forms, with or wit… 18 …* Redistributions in binary form must reproduce the above copyright notice, this list of condition… 25 …Broadband Ltd. All rights reserved. Redistribution and use in source and binary forms, with or wit… 28 …* Redistributions in binary form must reproduce the above copyright notice, this list of condition… 43 Redistribution and use in source and binary forms, with or without modification, are permitted prov… 47 …* Redistributions in binary form must reproduce the above copyright notice, this list of condition… 55 …9, Sparta, Inc All rights reserved. Redistribution and use in source and binary forms, with or wit… 58 …* Redistributions in binary form must reproduce the above copyright notice, this list of condition… 65 …ommunications. All rights reserved. Redistribution and use in source and binary forms, with or wit… 68 …* Redistributions in binary form must reproduce the above copyright notice, this list of condition… [all …]
|