Home
last modified time | relevance | path

Searched +full:build +full:- +full:arm (Results 1 – 7 of 7) sorted by relevance

/kvm-unit-tests/
H A D.gitlab-ci.yml4 - dnf update -y
5 - dnf install -y make python
15 - logs
23 - build/logs
25 build-aarch64:
28 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu
29 - ./configure --arch=aarch64 --cross-prefix=aarch64-linux-gnu-
30 - make -j2
31 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh
33 debug-bp
[all …]
H A Dconfigure3 if [ -z "${BASH_VERSINFO[0]}" ] || [ "${BASH_VERSINFO[0]}" -lt 4 ] ; then
4 echo "Error: Bash version 4 or newer is required for the kvm-unit-tests"
14 "arm")
15 echo "cortex-a15"
18 echo "cortex-a57"
32 "arm")
33 echo "cortex-a15"
51 arch=$(uname -m | sed -e 's/i.86/i386/;s/arm64/aarch64/;s/arm.*/arm/;s/ppc64.*/ppc64/')
72 # Enable -Werror by default for git repositories only (i.e. developer builds)
73 if [ -e "$srcdir"/.git ]; then
[all …]
H A DREADME.md1 # Welcome to kvm-unit-tests
3 See http://www.linux-kvm.org/page/KVM-unit-tests for a high-level
18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md).
20 ## Cross-compiling
25 ./configure --arch=arm64 --cross-prefix=aarch64-linux-gnu-
32 ./configure --cc=clang
35 clang may also be used with cross binutils when cross-compiling. For example,
38 ./configure --arch=riscv64 --cc=clang --cflags='--target=riscv64' \
39 --cross-prefix=riscv64-linux-gnu-
48 (send tests/some-test somewhere)
[all …]
/kvm-unit-tests/arm/
H A DMakefile.arm2 # arm makefile
7 ldarch = elf32-littlearm
8 machine = -marm -mfpu=vfp
11 $(error Cannot build arm32 tests as EFI apps)
15 CFLAGS += -mno-unaligned-access
18 arch_LDFLAGS = -Ttext=40010000
20 arch_LDFLAGS = -Ttext=80008000
29 cflatobjs += lib/arm/spinlock.o
30 cflatobjs += lib/arm/processor.o
31 cflatobjs += lib/arm/stack.o
[all …]
/kvm-unit-tests/scripts/
H A Dmkstandalone.sh3 if [ ! -f config.mak ]; then
4 echo "run ./configure && make first. See ./configure -h"
16 local file="${2:--}"
20 echo "base64 -d << 'BIN_EOF' | zcat > \$$var || exit 2"
22 gzip -c "$file" | base64
43 echo "export HOST=\$(uname -m | sed -e 's/i.86/i386/;s/arm.*/arm/;s/ppc64.*/ppc64/')"
52 echo "echo BUILD_HEAD=$(cat build-head)"
54 if [ ! -f $kernel ]; then
60 echo "trap 'rm -f \$cleanup' EXIT"
73 # Don't want to expand $bin but print it as-is.
[all …]
H A Dcheckpatch.pl2 # SPDX-License-Identifier: GPL-2.0
7 # (c) 2008-2010 Andy Whitcroft <apw@canonical.com>
8 # (c) 2010-2018 Joe Perches <joe@perches.com>
73 my $docsfile = "$D/../Documentation/dev-tools/checkpatch.rst";
76 my $allow_c99_comments = 1; # Can be overridden by --ignore C99_COMMENT_TOLERANCE
78 my $git_command ='export LANGUAGE=en_US.UTF-8; git';
92 -q, --quiet quiet
93 -v, --verbose verbose mode
94 --no-tree run without a kernel tree
95 --no-signoff do not check for 'Signed-off-by' line
[all …]
/kvm-unit-tests/lib/arm/asm/
H A Dgic-v3.h2 * All GIC* defines are lifted from include/linux/irqchip/arm-gic-v3.h
12 #error Do not directly include <asm/gic-v3.h>. Include <asm/gic.h>
18 * We expect to be run in Non-secure mode, thus we define the
30 /* Re-Distributor registers, offsets from RD_base */
35 /* Re-Distributor registers, offsets from SGI_base */
65 #define LPI_OFFSET(intid) ((intid) - LPI_ID_BASE)
111 if (!--count) { in gicv3_do_wait_for_rwp()
128 * We can build on gic_do_wait_for_rwp, which uses GICD_ registers in gicv3_redist_wait_for_uwp()