Searched +full:build +full:- +full:arm (Results 1 – 7 of 7) sorted by relevance
4 - dnf update -y5 - dnf install -y make python15 - logs23 - build/logs25 build-aarch64:28 - dnf install -y qemu-system-aarch64 gcc-aarch64-linux-gnu29 - ./configure --arch=aarch64 --cross-prefix=aarch64-linux-gnu-30 - make -j231 - ACCEL=tcg MAX_SMP=8 ./run_tests.sh33 debug-bp[all …]
3 if [ -z "${BASH_VERSINFO[0]}" ] || [ "${BASH_VERSINFO[0]}" -lt 4 ] ; then4 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 …]
1 # Welcome to kvm-unit-tests3 See http://www.linux-kvm.org/page/KVM-unit-tests for a high-level18 NOTE: GCC cross-compiler is required for [build on macOS](README.macOS.md).20 ## Cross-compiling25 ./configure --arch=arm64 --cross-prefix=aarch64-linux-gnu-32 ./configure --cc=clang35 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 …]
2 # arm makefile7 ldarch = elf32-littlearm8 machine = -marm -mfpu=vfp11 $(error Cannot build arm32 tests as EFI apps)15 CFLAGS += -mno-unaligned-access18 arch_LDFLAGS = -Ttext=4001000020 arch_LDFLAGS = -Ttext=8000800029 cflatobjs += lib/arm/spinlock.o30 cflatobjs += lib/arm/processor.o31 cflatobjs += lib/arm/stack.o[all …]
3 if [ ! -f config.mak ]; then4 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" | base6443 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 ]; then60 echo "trap 'rm -f \$cleanup' EXIT"73 # Don't want to expand $bin but print it as-is.[all …]
2 # SPDX-License-Identifier: GPL-2.07 # (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_TOLERANCE78 my $git_command ='export LANGUAGE=en_US.UTF-8; git';92 -q, --quiet quiet93 -v, --verbose verbose mode94 --no-tree run without a kernel tree95 --no-signoff do not check for 'Signed-off-by' line[all …]
2 * All GIC* defines are lifted from include/linux/irqchip/arm-gic-v3.h12 #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 the30 /* 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()