1#	$NetBSD: std.octeon,v 1.6 2021/05/11 09:21:24 simonb Exp $
2
3machine evbmips mips
4include 	"conf/std"	# MI standard options
5
6options 	MIPS64_OCTEON
7
8options 	MIPS3_ENABLE_CLOCK_INTR
9
10makeoptions	LP64="yes"
11
12options 	MIPS64R2
13options 	NOFPU		# No FPU
14options 	EXEC_ELF32	# exec ELF32 binaries
15options 	EXEC_ELF64	# exec ELF64 binaries
16options 	COMPAT_NETBSD32
17options 	EXEC_SCRIPT	# exec #! scripts
18
19makeoptions	CFLAGS+="-mips64r2 -march=octeon+"
20makeoptions	AFLAGS+="-mips64r2 -march=octeon+"
21# There is uboot's boot info around 0x100000.
22makeoptions	DEFTEXTADDR="0x80200000"
23makeoptions	BOARDTYPE="octeon"
24
25include 	"arch/mips/conf/files.octeon"
26