Searched +full:build +full:- +full:riscv64 (Results 1 – 5 of 5) 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 …]
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 -[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,36 for riscv6438 ./configure --arch=riscv64 --cc=clang --cflags='--target=riscv64' \39 --cross-prefix=riscv64-linux-gnu-[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"15 echo "cortex-a15"18 echo "cortex-a57"33 echo "cortex-a15"35 "arm64" | "riscv32" | "riscv64")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 ]; then74 werror=-Werror[all …]
1 /* SPDX-License-Identifier: GPL-2.0 */8 #include <asm/asm-offsets.h>13 addi sp, sp, -FP_SIZE14 REG_S \ra, (FP_SIZE - SZREG)(sp)15 REG_S fp, (FP_SIZE - 2*SZREG)(sp)20 REG_L ra, (FP_SIZE - SZREG)(sp)21 REG_L fp, (FP_SIZE - 2*SZREG)(sp)34 #include "efi/crt0-efi-riscv64.S"43 * Documentation/arch/riscv/boot-image-header.rst50 .dword stacktop - ImageBase // image size[all …]