Home
last modified time | relevance | path

Searched +full:build +full:- +full:aarch64 (Results 1 – 6 of 6) 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"
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/;
[all...]
H A DREADME1 # 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 -
[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 -
[all...]
/kvm-unit-tests/arm/efi/
H A Delf_aarch64_efi.lds1 OUTPUT_FORMAT("elf64-littleaarch64", "elf64-littleaarch64", "elf64-littleaarch64")
2 OUTPUT_ARCH(aarch64)
18 _text_size = . - _text;
49 _data_size = . - _data;
56 .note.gnu.build-id : { *(.note.gnu.build-id) }
61 *(.note.GNU-stack)
/kvm-unit-tests/arm/
H A Dcstart64.S2 * 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 doc
44 * of Elf64_Rela entries between reloc_start/end. The build
123 * w0 -- function_id
124 * x1 -- arg0
125 * x2 -- arg1
126 * x3 -- arg2
[all …]