/openbmc/linux/fs/ |
H A D | Kconfig.binfmt | 6 bool "Kernel support for ELF binaries" 13 systems. Saying Y here will enable your kernel to run ELF binaries 26 here, you still can't run any ELF binaries (they just crash), then 59 bool "Kernel support for FDPIC ELF binaries" 64 ELF FDPIC binaries are based on ELF, but allow the individual load 70 It is also possible to run FDPIC ELF binaries on MMU linux also. 109 this module must consist of compiled binaries only. 117 bool "Kernel support for flat binaries" 120 Support uClinux FLAT format binaries. 132 bool "Enable support for very old legacy flat binaries" [all …]
|
/openbmc/qemu/docs/user/ |
H A D | main.rst | 108 Other binaries 120 binaries (as implemented by the arm-elf and arm-eabi Newlib/GDB 121 configurations), and arm-uclinux bFLT format binaries. 127 * ``qemu-m68k`` is capable of running semihosted binaries using the BDM 129 coldfire uClinux bFLT format binaries. 144 * ``qemu-mips`` executes 32-bit big endian MIPS binaries (MIPS O32 ABI). 146 * ``qemu-mipsel`` executes 32-bit little endian MIPS binaries (MIPS O32 ABI). 148 * ``qemu-mips64`` executes 64-bit big endian MIPS binaries (MIPS N64 ABI). 150 * ``qemu-mips64el`` executes 64-bit little endian MIPS binaries (MIPS N64 153 * ``qemu-mipsn32`` executes 32-bit big endian MIPS binaries (MIPS N32 ABI). [all …]
|
/openbmc/linux/tools/testing/selftests/uevent/ |
H A D | Makefile | 8 BINARIES := uevent_filtering macro 14 TEST_PROGS += $(BINARIES) 15 EXTRA_CLEAN := $(BINARIES) 17 all: $(BINARIES)
|
/openbmc/openbmc/poky/meta/classes-recipe/ |
H A D | ptest-cargo.bbclass | 4 RUST_TEST_ARGS[doc] = "Arguments to give to the test binaries (e.g. --shuffle)" 9 # Sadly, generated test binaries have no deterministic names (https://github.com/rust-lang/cargo/is… 10 # This forces us to parse the cargo output in json format to find those test binaries. 52 # - test binaries from the root manifest 53 # - test binaries from sub manifest of the current project if any 67 bb.fatal("Unable to find any test binaries") 122 do_install_ptest_cargo[doc] = "Create or update the run-ptest script with rust test binaries genera… 124 do_compile_ptest_cargo[doc] = "Generate rust test binaries through cargo"
|
/openbmc/openbmc-tools/ipkdbg/ |
H A D | README.md | 4 debugging and coredump analysis of split-debug binaries by exploiting bitbake's 121 binaries inside itself as a self-extracting shell-script. What you see in this 124 that packages one or more `opkg` binaries. 127 scheme to contain `opkg` binaries. This hierarchy is archived and compressed 144 pre-built `opkg` binaries. You must build your own and integrate them into the 152 Once you have built the required `opkg` binaries and integrated them into the 155 machines supported by the embedded `opkg` binaries. The build system will handle 156 stripping the `opkg` binaries to ensure their size is reduced as much as 158 binaries under `bin/` to ensure that the build for your output `ipkdbg` script
|
/openbmc/openbmc/meta-security/meta-integrity/lib/oeqa/runtime/cases/ |
H A D | ima.py | 21 cls.binaries = [] 24 cls.binaries.extend(output.split("\n")) 26 cls.total = len(cls.binaries) 93 ''' Test if IMA stores correct signature for system binaries''' 96 for b in self.binaries: 115 for b in self.binaries:
|
/openbmc/linux/drivers/staging/media/atomisp/ |
H A D | notes.txt | 15 called binaries. The shisp_240??0_v21.bin firmware file contains many 16 different binaries. Binaries are picked by filling a ia_css_binary_descr 18 ia_css_binary_find(). Some binaries support creating multiple outputs
|
/openbmc/linux/Documentation/admin-guide/ |
H A D | mono.rst | 4 To configure Linux to automatically execute Mono-based .NET binaries 8 This will allow you to execute Mono-based .NET binaries just like any 50 # Register support for .NET CLR binaries 61 4) Check that ``.exe`` binaries can be ran without the need of a
|
/openbmc/linux/tools/perf/tests/shell/ |
H A D | buildid.sh | 17 # check what we need to test windows binaries 21 echo "WARNING: perf not built with libbfd. PE binaries will not be tested." 26 echo "WARNING: wine not found. PE binaries will not be run." 46 echo "test binaries: ${ex_sha1} ${ex_md5} ${ex_pe}" 155 # add binaries manual via perf buildid-cache -a 162 # add binaries via perf record post processing
|
/openbmc/linux/tools/perf/Documentation/ |
H A D | perf-buildid-cache.txt | 49 Purge all cached binaries including older caches which have specified 53 Purge all cached binaries. This will flush out entire cache. 67 List all valid binaries from cache. 78 Specify debuginfod URL to be used when retrieving perf.data binaries,
|
/openbmc/linux/fs/sysv/ |
H A D | Kconfig | 13 that they contain binaries from those other Unix systems; in order 14 to run these binaries, you will want to install linux-abi which is 19 NOTE: that will work only for binaries from Intel-based systems;
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | testexport.py | 7 # Provides functions to help with exporting binaries obtained from built targets 67 … "All binaries extraction processes will not be available, crashing all related tests." 81 extracted_bin_dir = os.path.join(exportpath,"binaries", arch, "extracted_binaries") 82 packaged_bin_dir = os.path.join(exportpath,"binaries", arch, "packaged_binaries") 97 …deploy_dir, native_rpm_dir, item), os.path.join(d.getVar("TEST_EXPORT_DIR"), "binaries", "native")) 98 …else: # nothing to do here; running tests under bitbake, so we asume native binaries are in sysroo… 133 …binaries_path = os.getenv("bin_dir")# in order to know where the binaries are, bin_dir is set as e… 161 …else: # we need to search for it in the packaged binaries directory. It may have been shipped afte… 211 bins_dir = os.path.join(d.getVar("TEST_EXPORT_DIR"), "binaries") if determine_if_poky_env() \
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ |
H A D | glibc-locale.inc | 37 # Create a glibc-binaries package 38 ALLOW_EMPTY:${BPN}-binaries = "1" 39 PACKAGES += "${BPN}-binaries" 40 RRECOMMENDS:${BPN}-binaries = "${@" ".join([p for p in d.getVar('PACKAGES').split() if p.find("gli…
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/nodejs/ |
H A D | nodejs_22.12.0.bb | 34 file://0001-Using-native-binaries.patch \ 96 # V8's JIT infrastructure requires binaries such as mksnapshot and 98 # binaries must have the same bit-width as the target (e.g. a x86_64 101 # binaries for the target and run them on the host with QEMU. 105 """Creates a small wrapper that invokes QEMU to run some target V8 binaries 120 # It invokes QEMU to run binaries built for the target in the host during the
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/sblim-sfcb/sblim-sfcb/ |
H A D | sblim-sfcb-1.3.16-multilib-man-cfg.patch | 21 Binaries for sfcb runtime libraries. 24 -Binaries for providers 26 +Binaries for providers.
|
/openbmc/u-boot/tools/binman/ |
H A D | README | 35 suitable padding and alignment. It provides a way to process binaries before 55 parts. In many cases the various binaries which go into the image come from 82 format) and permits flexible packing of binaries 97 FIT is U-Boot's official image format. It supports multiple binaries with 106 Binman considers FIT to be one of the binaries it can place in the image. 135 seems better to use the mkimage tool to generate binaries and avoid blurring 175 BIOS, reference code and Intel ME binaries into a u-boot.rom file. 426 contains its own set of binaries. An example is a flash device where part of 428 of these, and place binaries in them independently. The image is still produced 463 This string is prepended to all the names of the binaries in the [all …]
|
/openbmc/openbmc/meta-arm/meta-arm/recipes-devtools/fvp/ |
H A D | fvp-common.inc | 24 # The architecture-specific directory the binaries are installed under 51 stat $DIR/FVP_* >/dev/null 2>&1 || bbfatal Cannot find FVP binaries in $DIR 62 # Prebuilt binaries are already stripped
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/glibc/ |
H A D | 0003-nativesdk-glibc-Look-for-host-system-ld.so.cache-as-.patch | 15 For nativesdk binaries which are being used alongside binaries on a host system, we 22 repurpose the cache for use as a last resort in finding host system binaries. This
|
/openbmc/linux/arch/mips/kernel/ |
H A D | fpu-probe.c | 153 * allows 2008-NaN binaries even for legacy processors. 218 * strict: accept binaries that request a NaN encoding supported by the FPU 219 * legacy: only accept legacy-NaN binaries 220 * 2008: only accept 2008-NaN binaries 221 * relaxed: accept any binaries regardless of whether supported by the FPU
|
/openbmc/openbmc/meta-google/recipes-phosphor/flash/ |
H A D | dummy-gbmc-update.bb | 1 SUMMARY = "Dummy image uploader for sending debug binaries" 2 DESCRIPTION = "Dummy image uploader for sending debug binaries"
|
/openbmc/u-boot/board/freescale/mx6sabresd/ |
H A D | README | 24 This will generate the SPL and u-boot-dtb.img binaries. 42 This will generate the SPL and u-boot-dtb.img binaries. 54 - Flash SPL and u-boot-dtb.img binaries into the eMMC:
|
/openbmc/openbmc/meta-arm/meta-arm/classes/ |
H A D | sbsign.bbclass | 1 # Sign binaries for UEFI Secure Boot 20 # Not adding as task since recipes may need to sign binaries at different
|
/openbmc/openbmc/poky/meta/files/common-licenses/ |
H A D | gnuplot | 5 …istributed as patches to the released version. Permission to distribute binaries produced by compi… 7 …source modifications from the released version in the form of a patch file along with the binaries,
|
/openbmc/linux/samples/bpf/ |
H A D | Makefile.target | 3 # Building binaries on the host system 4 # Binaries are not used during the compilation of the kernel, and intended 6 # build binaries to run not on host system.
|
/openbmc/linux/samples/hid/ |
H A D | Makefile.target | 3 # Building binaries on the host system 4 # Binaries are not used during the compilation of the kernel, and intended 6 # build binaries to run not on host system.
|