Searched +full:build +full:- +full:aarch64 +full:- +full:efi (Results 1 – 6 of 6) 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"15 echo "cortex-a15"18 echo "cortex-a57"33 echo "cortex-a15"51 arch=$(uname -m | sed -e 's/i.86/i386/;s/arm64/aarch64/;s/arm.*/arm/;s/ppc64.*/ppc64/')68 efi=72 # Enable -Werror by default for git repositories only (i.e. developer builds)73 if [ -e "$srcdir"/.git ]; then74 werror=-Werror[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,38 ./configure --arch=riscv64 --cc=clang --cflags='--target=riscv64' \39 --cross-prefix=riscv64-linux-gnu-48 (send tests/some-test somewhere)[all …]
1 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")2 OUTPUT_ARCH(aarch64)18 _text_size = . - _text;30 /* the EFI loader doesn't seem to like a .bss section, so we stick49 _data_size = . - _data;56 .note.gnu.build-id : { *(.note.gnu.build-id) }61 *(.note.GNU-stack)
2 * Boot entry point and assembler functions for aarch64 tests.9 #include <asm/asm-offsets.h>13 #include <asm/pgtable-hwdef.h>19 #include "efi/crt0-efi-aarch64.S"33 * Bootloader params are in x0-x3. See kernel doc44 * of Elf64_Rela entries between reloc_start/end. The build123 * w0 -- function_id124 * x1 -- arg0125 * x2 -- arg1126 * x3 -- arg2[all …]