files.aarch64 revision 1.4
11.4Sjakllsch#	$NetBSD: files.aarch64,v 1.4 2018/09/21 16:53:20 jakllsch Exp $
21.1Smatt
31.3Sryodefflag opt_cpuoptions.h	AARCH64_ALIGNMENT_CHECK
41.3Sryodefflag opt_cpuoptions.h	AARCH64_EL0_STACK_ALIGNMENT_CHECK
51.3Sryodefflag opt_cpuoptions.h	AARCH64_EL1_STACK_ALIGNMENT_CHECK
61.3Sryodefflag opt_cpuoptions.h	AARCH64_HAVE_L2CTLR
71.3Sryo
81.3Sryodefflag	opt_cputypes.h		CPU_ARMV8
91.3Sryodefflag	opt_cputypes.h		CPU_CORTEX: CPU_ARMV8
101.3Sryodefflag	opt_cputypes.h		CPU_CORTEXA35: CPU_CORTEX
111.3Sryodefflag	opt_cputypes.h		CPU_CORTEXA53: CPU_CORTEX
121.3Sryodefflag	opt_cputypes.h		CPU_CORTEXA57: CPU_CORTEX
131.3Sryo
141.3Sryo# Interrupt implementation header definition
151.3Sryodefparam opt_arm_intr_impl.h	ARM_INTR_IMPL
161.3Sryo
171.3Sryo# ARM-specific debug options (for compat arch/arm/*)
181.3Sryodefflag opt_arm_debug.h		ARM_LOCK_CAS_DEBUG
191.3Sryodefflag opt_arm_debug.h		VERBOSE_INIT_ARM
201.3Sryo
211.3Sryo# Timer options
221.3Sryodefflag opt_arm_timer.h		__HAVE_GENERIC_CPU_INITCLOCKS
231.1Smatt
241.1Smatt# Board-specific bus_space(9)/bus_dma(9) definitions
251.3Sryodefflag  opt_arm_bus_space.h	__BUS_SPACE_HAS_STREAM_METHODS
261.3Sryo				__BUS_SPACE_HAS_PROBING_METHODS
271.3Sryo				_ARM32_NEED_BUS_DMA_BOUNCE
281.1Smatt				BUSDMA_COUNTERS
291.1Smatt
301.4Sjakllsch# Console options
311.4Sjakllschdefparam opt_console.h		CONSADDR
321.4Sjakllschdefparam opt_console.h		CONSPEED
331.4Sjakllschdefparam opt_console.h		CONMODE
341.4Sjakllschdefparam opt_console.h		CONADDR
351.4Sjakllsch
361.4Sjakllsch# Power State Coordination Interface (PSCI)
371.1Smatt# FP support
381.1Smattfile	arch/aarch64/aarch64/fpu.c
391.1Smatt
401.3Sryofile	arch/arm/arm/arm_generic_dma.c
411.3Sryofile	arch/arm/arm32/bus_dma.c
421.3Sryo
431.3Sryodevice	psci
441.3Sryofile	arch/arm/arm/psci.c			psci
451.3Sryofile	arch/arm/arm/psci_arm.S			psci
461.3Sryo
471.1Smatt# PMAP_DEBUG (heavily abused option)
481.1Smattdefflag				PMAP_DEBUG
491.1Smatt
501.1Smatt# PMAP options
511.3Sryodefflag opt_pmap.h		PMAPHIST : KERNHIST
521.1Smattdefflag opt_pmap.h		PMAPCOUNTERS PMAP_STEAL_MEMORY
531.1Smatt				PMAP_NEED_ALLOC_POOLPAGE
541.1Smatt
551.1Smatt# MI support
561.1Smattfile	dev/cons.c
571.1Smatt#file	kern/kern_cctr.c
581.1Smatt
591.1Smatt# DDB
601.1Smattfile	arch/aarch64/aarch64/db_disasm.c		ddb
611.1Smattfile	arch/aarch64/aarch64/db_interface.c		ddb|kgdb
621.1Smattfile	arch/aarch64/aarch64/db_trace.c			ddb
631.1Smattfile	arch/aarch64/aarch64/db_machdep.c		ddb
641.3Sryofile	arch/aarch64/aarch64/disasm.c			ddb
651.1Smattfile	arch/aarch64/aarch64/kgdb_machdep.c		kgdb
661.1Smatt
671.1Smatt# mainbus files
681.3Sryodevice	mainbus { [addr = -1], [size = 0], [intr = -1] }
691.1Smattattach	mainbus at root
701.1Smattfile	arch/aarch64/dev/mainbus.c			mainbus
711.1Smatt
721.3Sryodevice cpu { }
731.3Sryofile	arch/aarch64/aarch64/cpu.c			cpu
741.1Smatt
751.1Smatt# bus_space(9)
761.3Sryodefine	bus_space_generic
771.1Smattfile	arch/aarch64/aarch64/bus_space.c
781.3Sryofile	arch/aarch64/aarch64/bus_space_asm_generic.S	# bus_space_generic
791.3Sryofile	arch/aarch64/aarch64/bus_space_notimpl.S
801.1Smatt
811.3Sryo# Standard files
821.3Sryofile	arch/arm/arm/bootconfig.c
831.1Smattfile	arch/aarch64/aarch64/aarch64_machdep.c
841.3Sryofile	arch/aarch64/aarch64/aarch64_reboot.c
851.1Smattfile	arch/aarch64/aarch64/core_machdep.c
861.3Sryofile	arch/aarch64/aarch64/copyinout.S
871.3Sryofile	arch/aarch64/aarch64/cpu_in_cksum.S		(inet | inet6) & cpu_in_cksum
881.1Smattfile	arch/aarch64/aarch64/cpu_machdep.c
891.3Sryofile	arch/aarch64/aarch64/cpuswitch.S
901.3Sryofile	arch/aarch64/aarch64/cpufunc.c
911.3Sryofile	arch/aarch64/aarch64/cpufunc_asm_armv8.S
921.1Smattfile	arch/aarch64/aarch64/exec_machdep.c
931.3Sryofile	arch/aarch64/aarch64/fusu.S
941.3Sryofile	arch/aarch64/aarch64/idle_machdep.S
951.1Smattfile	arch/aarch64/aarch64/kobj_machdep.c		modular
961.1Smattfile	arch/aarch64/aarch64/process_machdep.c
971.1Smattfile	arch/aarch64/aarch64/procfs_machdep.c		procfs
981.1Smattfile	arch/aarch64/aarch64/sig_machdep.c
991.1Smattfile	arch/aarch64/aarch64/sys_machdep.c
1001.3Sryofile	arch/aarch64/aarch64/syscall.c
1011.3Sryofile	arch/aarch64/aarch64/trap.c
1021.3Sryofile	arch/aarch64/aarch64/fault.c
1031.3Sryofile	arch/aarch64/aarch64/vectors.S
1041.1Smattfile	arch/aarch64/aarch64/vm_machdep.c
1051.1Smatt
1061.3Sryo# pmap
1071.3Sryofile	arch/aarch64/aarch64/pmap.c
1081.3Sryofile	arch/aarch64/aarch64/pmap_page.S
1091.3Sryo#file	uvm/pmap/pmap_pvt.c
1101.3Sryo
1111.3Sryo# cyclecounter
1121.3Sryo#file	arch/aarch64/aarch64/cctr_machdep.c
1131.3Sryo#file	kern/kern_cctr.c
1141.3Sryo
1151.3Sryo
1161.1Smatt# NetBSD 32-bit binary compatibility
1171.1Smattinclude "compat/netbsd32/files.netbsd32"
1181.1Smattfile	arch/aarch64/aarch64/netbsd32_machdep.c		compat_netbsd32
1191.1Smatt#file	arch/aarch64/aarch32/aarch32_oabi_machdep.c	compat_aarch32_oabi
1201.1Smatt#file	arch/aarch64/aarch32/aarch32_eabi_machdep.c	compat_aarch32_eabi
1211.1Smatt#file	arch/aarch64/aarch32/compat_13_machdep.c	compat_13 & compat_netbsd32
1221.1Smatt#file	arch/aarch64/aarch32/compat_16_machdep.c	compat_16 & compat_netbsd32
1231.1Smatt
1241.1Smatt# Linux binary compatibility (COMPAT_LINUX)
1251.1Smatt#include "compat/ossaudio/files.ossaudio"
1261.1Smatt#include "compat/linux/files.linux"
1271.1Smatt#include "compat/linux/arch/aarch64/files.linux_aarch64"
1281.1Smatt#file	arch/aarch64/aarch64/linux_sigcode.S	compat_linux
1291.1Smatt#file	arch/aarch64/aarch64/linux_syscall.c	compat_linux
1301.1Smatt#file	arch/aarch64/aarch64/linux_trap.c	compat_linux
131