Home
last modified time | relevance | path

Searched +full:qemu +full:- +full:system +full:- +full:arm (Results 1 – 25 of 161) sorted by relevance

1234567

/external/pigweed/pw_emu/py/tests/
Dqemu_test.py8 # https://www.apache.org/licenses/LICENSE-2.0
15 """QEMU emulator tests."""
32 # TODO: b/301382004 - The Python Pigweed package install (into python-venv)
35 # using Pigweed tools like pw cli or the arm-none-eabi-gdb wrapper.
51 """Tests for a valid qemu configuration."""
55 'qemu': {
56 'executable': 'qemu-system-arm',
59 'test-target': {
61 'qemu': {
76 def setUp(self) -> None:
[all …]
/external/pigweed/targets/lm3s6965evb_qemu/
Dtarget_docs.rst1 .. _target-lm3s6965evb-qemu:
3 ----------------
4 lm3s6965evb-qemu
5 ----------------
7 LM3S lm3s6965evb using QEMU. This may be useful for testing ARMv7-M code without
15 To build for this Pigweed target, simply build the top-level "qemu_gcc" Ninja
18 .. code-block:: sh
20 $ ninja -C out qemu_gcc
25 relatively easy to do so). To run a QEMU binary, see the instructions below.
29 When running a QEMU binary, you may chose to run it interactively with GDB, or
[all …]
/external/autotest/utils/
Demulator_manager.py2 # Use of this source code is governed by a BSD-style license that can be
6 Requires system.img, userdata.img and kernel to be in imagedir. If running an
7 arm emulator kernel.dtb (or another dtb file) must also be in imagedir.
23 """Bad port, missing artifact or non-existant imagedir."""
40 run('test -f %s' % os.path.join(imagedir, 'system.img'))
55 @return: Bool - True if emulator stops.
73 cmd_result = self.run('find "%s" -name "*.dtb"' % self.imagedir)
87 '-dmS', 'emulator-%s' % self.port, 'qemu-system-arm',
88 '-M', 'vexpress-a9',
89 '-m', '1024M',
[all …]
/external/pigweed/pw_emu/
Dguide.rst1 .. _module-pw_emu-guide:
6 .. pigweed-module-subpage::
9 .. _module-pw_emu-get-started:
11 -----------
13 -----------
14 .. tab-set::
16 .. tab-item:: Bazel
18 ``pw_emu`` is currently only supported for GN-based projects.
20 .. tab-item:: GN
23 <seed-0101>`. For example:
[all …]
Dqemu-lm3s6965evb.json3 "qemu-lm3s6965evb": {
5 "arm-none-eabi-gdb"
7 "qemu": { object
8 "executable": "qemu-system-arm",
Dqemu-stm32vldiscovery.json3 "qemu-stm32vldiscovery": {
5 "arm-none-eabi-gdb"
7 "qemu": { object
8 "executable": "qemu-system-arm",
Dqemu-netduinoplus2.json3 "qemu-netduinoplus2": {
5 "arm-none-eabi-gdb"
7 "qemu": { object
8 "executable": "qemu-system-arm",
Ddocs.rst1 .. _module-pw_emu:
3 .. rst-class:: with-subtitle
8 .. pigweed-module::
14 * **Unopinionated**. Use QEMU or Renode, or extend ``pw_emu`` to support your
21 .. code-block:: json
25 "qemu-lm3s6965evb": {
27 "arm-none-eabi-gdb"
29 "qemu": {
30 "executable": "qemu-system-arm",
46 .. code-block:: console
[all …]
/external/zstd/.github/workflows/
Ddev-short-tests.yml1 name: dev-short-tests
6 group: fast-${{ github.ref }}
7 cancel-in-progress: true
13 permissions: read-all
16 linux-kernel:
17 runs-on: ubuntu-latest
19 - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # tag=v4.1.1
20 - name: linux kernel, library + build + test
21 …run: make -C contrib/linux-kernel test CFLAGS="-Werror -Wunused-const-variable -Wunused-but-set-va…
24 runs-on: ubuntu-latest
[all …]
/external/lz4/.circleci/images/primary/
DDockerfile1 FROM circleci/buildpack-deps:bionic
3 RUN sudo apt-get -y -qq update
4 RUN sudo apt-get -y install software-properties-common
5 RUN sudo add-apt-repository -y ppa:ubuntu-toolchain-r/test
6 RUN sudo apt-get -y install cmake
7 RUN sudo apt-get -y install qemu-system-ppc qemu-user-static qemu-system-arm
8 RUN sudo apt-get -y install libc6-dev-armel-cross libc6-dev-arm64-cross libc6-dev-i386
9 RUN sudo apt-get -y install clang clang-tools
10 RUN sudo apt-get -y install gcc-5 gcc-5-multilib gcc-6
11 RUN sudo apt-get -y install valgrind
[all …]
/external/toybox/mkroot/
Dmkroot.sh3 # ------------------------------ Part 1: Setup -------------------------------
6 [ -z "$NOCLEAR" ] && exec env -i NOCLEAR=1 HOME="$HOME" PATH="$PATH" \
9 ! [ -d mkroot ] && echo "Run mkroot/mkroot.sh from toybox source dir." && exit 1
13 [ "${i/=/}" != "$i" ] && export "$i" || { [ "$i" != -- ] && PKG="$PKG $i"; }
23 # ----- Are we cross compiling (via CROSS_COMPILE= or CROSS=)
25 if [ -n "$CROSS_COMPILE" ]; then
27 [ -z "${X:=$(command -v "$CROSS_COMPILE"cc)}" ] && die "no ${CROSS_COMPILE}cc"
28 CROSS_COMPILE="$(realpath -s "${X%cc}")"
29 [ -z "$CROSS" ] && CROSS=${CROSS_COMPILE/*\//} CROSS=${CROSS/-*/}
31 elif [ -n "$CROSS" ]; then # CROSS=all/allnonstop/$ARCH else list known $ARCHes
[all …]
/external/bazelbuild-rules_android/rules/android_sdk_repository/
Dtemplate.bzl7 # http://www.apache.org/licenses/LICENSE-2.0
41 actual = "platform-tools/adb",
49 # emulator v29+ removed the arm and x86 specific binaries.
64 ["emulator/lib/pc-bios/*"],
90 … "@bazel_tools//src/conditions:darwin_x86_64": ["emulator/qemu/darwin-x86_64/qemu-system-i386"],
91 … "@bazel_tools//src/conditions:darwin_arm64": ["emulator/qemu/darwin-aarch64/qemu-system-aarch64"],
92 "//conditions:default": ["emulator/qemu/linux-x86_64/qemu-system-i386"],
103 glob(["system-images/**"], allow_empty = True),
/external/rust/crates/libz-sys/src/zlib-ng/test/
Dpkgcheck.sh5 Usage: sh test/pkgcheck.sh [--zlib-compat]
7 Verifies that the various build systems produce identical results on a Unixlike system.
8 If --zlib-compat, tests with zlib compatible builds.
12 $ sudo apt install ninja-build diffoscope gcc-multilib
13 $ export CMAKE_ARGS="-DCMAKE_C_FLAGS=-m32" CFLAGS=-m32 LDFLAGS=-m32
16 To cross-build, install the appropriate qemu and gcc packages,
20 arm HF:
21 $ sudo apt install ninja-build diffoscope qemu gcc-arm-linux-gnueabihf libc6-dev-armhf-cross
22 $ export CHOST=arm-linux-gnueabihf
23 $ export CMAKE_ARGS="-DCMAKE_TOOLCHAIN_FILE=cmake/toolchain-arm.cmake -DCMAKE_C_COMPILER_TARGET=${C…
[all …]
/external/AFLplusplus/docs/
Dfeatures.md4 QEMU 5.1 with laf-intel and Redqueen, FRIDA mode, unicorn mode, gcc plugin, full
9 | Feature/Instrumentation | afl-gcc | llvm | gcc_plugin | FRIDA mode(9) | QEMU mode(10…
10------------------------------|:--------:|:---------:|:----------:|:--------------:|:-------------…
13 | Persistent Mode [C] | | x | x | x86[_64]/arm64 | x86[_64]/arm
14 | LAF-Intel / CompCov [D] | | x | | | x86[_64]/arm
15 | CmpLog [E] | | x | x | x86[_64]/arm64 | x86[_64]/arm
17 | Non-Colliding Coverage [G] | | x(4) | | | (x)(5)…
26 A. Default is not thread-safe coverage counter updates for better performance,
38 D. Split any non-8-bit comparison to 8-bit comparison; see
39 [instrumentation/README.laf-intel.md](../instrumentation/README.laf-intel.md)
[all …]
/external/rust/crates/virtio-drivers/.github/workflows/
Dmain.yml10 runs-on: ubuntu-latest
12 - uses: actions/checkout@v4
13 - name: Check code format
14 uses: actions-rs/cargo@v1
17 args: --all -- --check
18 - name: Clippy
19 uses: actions-rs/clippy-check@v1
24 runs-on: ubuntu-latest
26 - uses: actions/checkout@v4
27 - name: Build with no features
[all …]
/external/perfetto/tools/
Drun_android_emulator8 # http://www.apache.org/licenses/LICENSE-2.0
23 parser.add_argument('--verbose', '-v', action='store_true')
24 parser.add_argument('--pid', help='(optional) save pid into given file')
31 'linux-x86_64')
32 emulator_path = os.path.join(emulator_root, 'qemu', 'linux-x86_64')
35 'darwin-x86_64')
36 emulator_path = os.path.join(emulator_root, 'qemu', 'darwin-x86_64')
38 aosp_path = os.path.join(root_dir, 'buildtools', 'aosp-arm')
42 # 32-bit mode with a "Cannot decide host bitness because $SHELL" error.
47 emulator_bin = os.path.join(emulator_path, 'qemu-system-armel')
[all …]
/external/lz4/.github/workflows/
Dci.yml6 # - gcc
7 # - clang
10 # - All test cases which described as 'fail' must be fixed and replaced with 'true'.
11 # - gcc-11 (x32, x86) : "../lib/lz4hc.c:148: LZ4HC_countBack: Assertion `(size_t)(match - mMin) <…
12 # - all clangs (x32, x86) : "../lib/lz4hc.c:282: int LZ4HC_InsertAndGetWiderMatch(...): Assertion…
20 lz4-c-compilers:
23 fail-fast: false # 'false' means Don't stop matrix workflows even if some matrix failed.
28 …# pkgs : apt-get package names. It can include multiple package names which are delimit…
33 # x86 : Set 'true' if compiler supports x86 (-m32). Otherwise, set 'false'.
38 …ons YAML workflow label. See https://github.com/actions/virtual-environments#available-environmen…
[all …]
/external/arm-trusted-firmware/docs/plat/
Dindex.rst11 arm/index
13 meson-axg
14 meson-gxbb
15 meson-gxl
16 meson-g12a
19 intel-agilex
20 intel-stratix10
25 nvidia-tegra
32 qemu
33 qemu-sbsa
[all …]
/external/arm-neon-tests/
DMakefile.gcc22 # This Makefile is aimed at helping GCC validation, for ARM and
25 # $ make -f Makefile.gcc clean
26 # $ make -f Makefile.gcc CC.gccarm=/path/to/gcc check
27 # Note that this will use qemu-system-arm as execution engine which
30 # $ make -f Makefile.gcc clean
31 # $ make -f Makefile.gcc CC.gccarm=/path/to/gcc compute_ref.gccarm
32 # $ /path/to/qemu -L /path/to/sysroot/lib compute_ref.gccarm
33 # $ diff stm-arm-neon.gccarm ref-rvct-neon.txt
35 CPU=cortex-a9
37 # GCC/ARM cross compiler
[all …]
/external/pigweed/pw_rust/
Ddocs.rst1 .. _module-pw_rust:
9 -----
11 -----
18 QEMU machines. The examples can be built and run using the following commands
22 --------------
23 .. code-block:: bash
26 --platforms //pw_build/platforms:${PLATFORM}
28 $ qemu-system-arm \
29 -machine ${PLATFORM} \
30 -nographic \
[all …]
/external/crosvm/docs/book/src/testing/
Dindex.md3 Crosvm runs on a variety of platforms with a significant amount of platform-specific code. Testing
16 - Avoid kernel features such as io_uring or userfaultfd, which may not be available on all kernels.
17 - Avoid functionality that requires privileges (e.g. CAP_NET_ADMIN)
18 - Avoid spawning threads or processes
19 - Avoid accessing kernel devices
20 - Avoid global state in unit tests
22 This allows us to execute unit tests for any platform using emulators such as qemu-user-static or
28 [documentation tests](https://doc.rust-lang.org/rustdoc/write-documentation/documentation-tests.htm…
41 [integration testing](https://doc.rust-lang.org/rust-by-example/testing/integration_testing.html).
45 are only executed when a device-under-test (DUT) is specified when running tests:
[all …]
/external/linux-kselftest/tools/testing/selftests/nolibc/
DMakefile1 # SPDX-License-Identifier: GPL-2.0
19 IMAGE_arm = arch/arm/boot/zImage
37 # QEMU_ARCH: arch names used by qemu
41 QEMU_ARCH_arm = arm
46 # QEMU_ARGS : some arch-specific args to pass to qemu
47 QEMU_ARGS_i386 = -M pc -append "console=ttyS0,9600 i8042.noaux panic=-1 $(TEST:%=NOLIBC_TEST=%)"
48 QEMU_ARGS_x86 = -M pc -append "console=ttyS0,9600 i8042.noaux panic=-1 $(TEST:%=NOLIBC_TEST=%)"
49 QEMU_ARGS_arm64 = -M virt -cpu cortex-a53 -append "panic=-1 $(TEST:%=NOLIBC_TEST=%)"
50 QEMU_ARGS_arm = -M virt -append "panic=-1 $(TEST:%=NOLIBC_TEST=%)"
51 QEMU_ARGS_mips = -M malta -append "panic=-1 $(TEST:%=NOLIBC_TEST=%)"
[all …]
/external/zstd/
DMakefile5 # This source code is licensed under both the BSD-style license (found in the
8 # You may select, at your option, one of the above-listed licenses.
24 # When cross-compiling from linux to windows, you might
28 # Note: mingw-w64 build from linux to windows does not
40 ## default: Build lib-release and zstd-release
42 default: lib-release zstd-release
53 $(Q)$(MAKE) -C $(PRGDIR) all
54 $(Q)$(MAKE) -C $(TESTDIR) all
58 $(MAKE) -C $(PRGDIR) zstd32
59 $(MAKE) -C $(TESTDIR) all32
[all …]
/external/cpuinfo/test/build.prop/
Dgalaxy-s7-global.log12 ro.build.version.security_patch=2017-10-01
19 ro.build.tags=release-keys
20 ro.build.flavor=heroltexx-user
21 ro.product.model=SM-G930F
28 ro.product.cpu.abi=arm64-v8a
29 ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
30 ro.product.cpu.abilist32=armeabi-v7a,armeabi
31 ro.product.cpu.abilist64=arm64-v8a
33 ro.product.locale=en-GB
39 ro.build.description=heroltexx-user 7.0 NRD90M G930FXXU1DQJ8 release-keys
[all …]
Dgalaxy-a8-2018.log12 ro.build.version.security_patch=2018-01-01
20 ro.build.tags=release-keys
21 ro.build.flavor=jackpotltexx-user
22 ro.product.model=SM-A530F
31 ro.product.cpu.abi=arm64-v8a
32 ro.product.cpu.abilist=arm64-v8a,armeabi-v7a,armeabi
33 ro.product.cpu.abilist32=armeabi-v7a,armeabi
34 ro.product.cpu.abilist64=arm64-v8a
36 ro.product.locale=en-GB
40 ro.build.description=jackpotltexx-user 7.1.1 NMF26X A530FXXU1ARA3 release-keys
[all …]

1234567