github.com/google/syzkaller@v0.0.0-20251211124644-a066d2bc4b02/dashboard/config/linux/bits/arm64.yml (about)

     1  # Copyright 2020 syzkaller project authors. All rights reserved.
     2  # Use of this source code is governed by Apache 2 LICENSE that can be found in the LICENSE file.
     3  
     4  shell:
     5   - make defconfig: [-nodefconfig]
     6   - make kvm_guest.config: [-nodefconfig]
     7  
     8  config:
     9   - CMDLINE: [append, "root=/dev/vda console=ttyAMA0"]
    10   # Was dropped in "arm64: Drop support for CMDLINE_EXTEND".
    11   - CMDLINE_EXTEND: [-v5.10]
    12   - CMDLINE_FROM_BOOTLOADER: [v5.11]
    13   - CMDLINE_FORCE: n
    14  
    15   - ARM64_TAGGED_ADDR_ABI
    16   - ARM64_PMEM
    17   - ARM64_MTE
    18  
    19   - ARCH_VEXPRESS
    20   - I2C_VERSATILE
    21   - CLK_SP810
    22   - ICST: [-v5.16]
    23   - CLK_ICST: [v5.16]