[BACK]Return to files.aarch64 CVS log [TXT][DIR] Up to [cvs.NetBSD.org] / src / sys / arch / aarch64 / conf

Annotation of src/sys/arch/aarch64/conf/files.aarch64, Revision 1.39

1.39    ! jmcneill    1: #      $NetBSD: files.aarch64,v 1.38 2022/06/25 13:24:34 jmcneill Exp $
1.1       matt        2:
1.3       ryo         3: defflag opt_cpuoptions.h       AARCH64_ALIGNMENT_CHECK
                      4: defflag opt_cpuoptions.h       AARCH64_EL0_STACK_ALIGNMENT_CHECK
                      5: defflag opt_cpuoptions.h       AARCH64_EL1_STACK_ALIGNMENT_CHECK
                      6: defflag opt_cpuoptions.h       AARCH64_HAVE_L2CTLR
1.39    ! jmcneill    7: defflag opt_cpuoptions.h       AARCH64_DEVICE_MEM_NONPOSTED
1.37      ryo         8: defflag opt_cpuoptions.h       ARMV81_HAFDBS
1.3       ryo         9:
                     10: defflag        opt_cputypes.h          CPU_ARMV8
                     11: defflag        opt_cputypes.h          CPU_CORTEX: CPU_ARMV8
1.10      skrll      12: defflag        opt_cputypes.h          CPU_THUNDERX: CPU_ARMV8
1.3       ryo        13:
                     14: # Interrupt implementation header definition
                     15: defparam opt_arm_intr_impl.h   ARM_INTR_IMPL
                     16:
                     17: # ARM-specific debug options (for compat arch/arm/*)
1.6       skrll      18: defflag  opt_arm_debug.h       ARM_LOCK_CAS_DEBUG
                     19: defflag  opt_arm_debug.h       VERBOSE_INIT_ARM
1.8       skrll      20: defparam opt_arm_debug.h       EARLYCONS
1.3       ryo        21:
                     22: # Timer options
                     23: defflag opt_arm_timer.h                __HAVE_GENERIC_CPU_INITCLOCKS
1.1       matt       24:
                     25: # Board-specific bus_space(9)/bus_dma(9) definitions
1.3       ryo        26: defflag  opt_arm_bus_space.h   __BUS_SPACE_HAS_STREAM_METHODS
                     27:                                __BUS_SPACE_HAS_PROBING_METHODS
                     28:                                _ARM32_NEED_BUS_DMA_BOUNCE
1.1       matt       29:                                BUSDMA_COUNTERS
                     30:
1.4       jakllsch   31: # Console options
                     32: defparam opt_console.h         CONSADDR
                     33: defparam opt_console.h         CONSPEED
                     34: defparam opt_console.h         CONMODE
                     35: defparam opt_console.h         CONADDR
                     36:
1.1       matt       37: # FP support
                     38: file   arch/aarch64/aarch64/fpu.c
                     39:
1.32      jmcneill   40: # SMC Calling Convention
                     41: define smccc
                     42: file   arch/arm/arm/smccc.c                    smccc
                     43:
                     44: # Power State Coordination Interface (PSCI)
                     45: device psci: smccc
1.3       ryo        46: file   arch/arm/arm/psci.c                     psci
                     47: file   arch/arm/arm/psci_arm.S                 psci
                     48:
1.9       jmcneill   49: # EFI support
                     50: defflag        opt_efi.h               EFI_RUNTIME
                     51: file   arch/arm/arm/efi_runtime.c              efi_runtime
                     52:
1.1       matt       53: # PMAP options
1.3       ryo        54: defflag opt_pmap.h             PMAPHIST : KERNHIST
1.1       matt       55: defflag opt_pmap.h             PMAPCOUNTERS PMAP_STEAL_MEMORY
                     56:                                PMAP_NEED_ALLOC_POOLPAGE
1.25      ryo        57: defflag opt_pmapboot.h         PMAPBOOT_DEBUG
1.1       matt       58:
                     59: # MI support
                     60: file   dev/cons.c
                     61:
                     62: # DDB
                     63: file   arch/aarch64/aarch64/db_disasm.c                ddb
                     64: file   arch/aarch64/aarch64/db_interface.c             ddb|kgdb
                     65: file   arch/aarch64/aarch64/db_trace.c                 ddb
                     66: file   arch/aarch64/aarch64/db_machdep.c               ddb
1.3       ryo        67: file   arch/aarch64/aarch64/disasm.c                   ddb
1.1       matt       68: file   arch/aarch64/aarch64/kgdb_machdep.c             kgdb
                     69:
                     70: # mainbus files
1.3       ryo        71: device mainbus { [addr = -1], [size = 0], [intr = -1] }
1.1       matt       72: attach mainbus at root
                     73: file   arch/aarch64/dev/mainbus.c                      mainbus
                     74:
1.3       ryo        75: device cpu { }
                     76: file   arch/aarch64/aarch64/cpu.c                      cpu
1.1       matt       77:
                     78: # bus_space(9)
1.3       ryo        79: define bus_space_generic
1.1       matt       80: file   arch/aarch64/aarch64/bus_space.c
1.3       ryo        81: file   arch/aarch64/aarch64/bus_space_asm_generic.S    # bus_space_generic
                     82: file   arch/aarch64/aarch64/bus_space_notimpl.S
1.1       matt       83:
1.3       ryo        84: # Standard files
1.18      skrll      85: file   arch/arm/arm/arm_cpu_topology.c
                     86: file   arch/arm/arm/arm_generic_dma.c
1.3       ryo        87: file   arch/arm/arm/bootconfig.c
1.21      maxv       88: file   arch/arm/arm/bus_stubs.c
1.20      skrll      89: file   arch/arm/arm/cpu_subr.c
1.18      skrll      90: file   arch/arm/arm32/bus_dma.c
1.1       matt       91: file   arch/aarch64/aarch64/aarch64_machdep.c
1.3       ryo        92: file   arch/aarch64/aarch64/aarch64_reboot.c
1.14      pgoyette   93: file   arch/aarch64/aarch64/core_machdep.c             coredump
1.3       ryo        94: file   arch/aarch64/aarch64/copyinout.S
                     95: file   arch/aarch64/aarch64/cpu_in_cksum.S             (inet | inet6) & cpu_in_cksum
1.1       matt       96: file   arch/aarch64/aarch64/cpu_machdep.c
1.3       ryo        97: file   arch/aarch64/aarch64/cpuswitch.S
                     98: file   arch/aarch64/aarch64/cpufunc.c
                     99: file   arch/aarch64/aarch64/cpufunc_asm_armv8.S
1.1       matt      100: file   arch/aarch64/aarch64/exec_machdep.c
1.3       ryo       101: file   arch/aarch64/aarch64/fusu.S
                    102: file   arch/aarch64/aarch64/idle_machdep.S
1.1       matt      103: file   arch/aarch64/aarch64/kobj_machdep.c             modular
1.27      skrll     104: file   arch/aarch64/aarch64/lock_stubs.S
1.30      christos  105: file   arch/aarch64/aarch64/process_machdep.c
1.1       matt      106: file   arch/aarch64/aarch64/procfs_machdep.c           procfs
                    107: file   arch/aarch64/aarch64/sig_machdep.c
                    108: file   arch/aarch64/aarch64/sys_machdep.c
1.3       ryo       109: file   arch/aarch64/aarch64/syscall.c
                    110: file   arch/aarch64/aarch64/trap.c
                    111: file   arch/aarch64/aarch64/fault.c
                    112: file   arch/aarch64/aarch64/vectors.S
1.1       matt      113: file   arch/aarch64/aarch64/vm_machdep.c
                    114:
1.3       ryo       115: # pmap
1.34      skrll     116: file   arch/aarch64/aarch64/aarch64_tlb.c
1.3       ryo       117: file   arch/aarch64/aarch64/pmap.c
1.5       ryo       118: file   arch/aarch64/aarch64/pmapboot.c
1.3       ryo       119: file   arch/aarch64/aarch64/pmap_page.S
1.34      skrll     120: file   uvm/pmap/pmap_tlb.c
1.19      ryo       121: file   uvm/pmap/pmap_pvt.c
1.3       ryo       122:
1.9       jmcneill  123: # EFI runtime (machdep)
                    124: file   arch/aarch64/aarch64/efi_machdep.c              efi_runtime
                    125:
1.1       matt      126: # NetBSD 32-bit binary compatibility
                    127: include "compat/netbsd32/files.netbsd32"
                    128: file   arch/aarch64/aarch64/netbsd32_machdep.c         compat_netbsd32
1.7       ryo       129: file   arch/aarch64/aarch64/netbsd32_syscall.c         compat_netbsd32
1.1       matt      130:
                    131: # Linux binary compatibility (COMPAT_LINUX)
1.33      ryo       132: include "compat/ossaudio/files.ossaudio"
                    133: include "compat/linux/files.linux"
                    134: include "compat/linux/arch/aarch64/files.linux_aarch64"
1.36      ryo       135: file   arch/aarch64/aarch64/linux_syscall.c            compat_linux
                    136:
                    137: # Linux 32 bit compatibility (COMPAT_LINUX32)
                    138: include "compat/linux32/files.linux32"
                    139: include "compat/linux32/arch/aarch64/files.linux32_aarch64"
                    140: file   arch/aarch64/aarch64/linux32_syscall.c          compat_linux32
1.11      jmcneill  141:
                    142: # profiling support
1.12      jmcneill  143: file   dev/tprof/tprof_armv8.c                 tprof   needs-flag
1.23      riastrad  144:
                    145: # ARMv8.0-AES
                    146: include "crypto/aes/arch/arm/files.aesarmv8"
1.24      riastrad  147:
                    148: # vpaes with ARM NEON
                    149: include "crypto/aes/arch/arm/files.aesneon"
1.26      riastrad  150:
                    151: # ChaCha with ARM NEON
                    152: include "crypto/chacha/arch/arm/files.chacha_arm"

CVSweb <webmaster@jp.NetBSD.org>