std.socfpga revision 276520
1271093Sbr# $FreeBSD: head/sys/arm/altera/socfpga/std.socfpga 276520 2015-01-01 23:21:46Z ian $
2271093Sbr
3271093Sbrmakeoption	ARM_LITTLE_ENDIAN
4271093Sbr
5271093Sbrcpu		CPU_CORTEXA
6271093Sbrmachine		arm armv6
7276520Sianmakeoptions	CONF_CFLAGS="-march=armv7a"
8271093Sbr
9271093Sbroptions		PHYSADDR=0x00000000
10271093Sbr
11271093Sbrmakeoptions	KERNPHYSADDR=0x00f00000
12271093Sbroptions		KERNPHYSADDR=0x00f00000
13271093Sbr
14271093Sbrmakeoptions	KERNVIRTADDR=0xc0f00000
15271093Sbroptions		KERNVIRTADDR=0xc0f00000
16271093Sbr
17271093Sbroptions		ARM_L2_PIPT
18271093Sbr
19271093Sbroptions		IPI_IRQ_START=0
20271093Sbroptions		IPI_IRQ_END=15
21271093Sbr
22271093Sbrfiles		"../altera/socfpga/files.socfpga"
23