std.socfpga revision 271093
1271093Sbr# $FreeBSD: head/sys/arm/altera/socfpga/std.socfpga 271093 2014-09-04 12:44:40Z br $
2271093Sbr
3271093Sbrmakeoption	ARM_LITTLE_ENDIAN
4271093Sbr
5271093Sbrcpu		CPU_CORTEXA
6271093Sbrmachine		arm armv6
7271093Sbr
8271093Sbroptions		PHYSADDR=0x00000000
9271093Sbr
10271093Sbrmakeoptions	KERNPHYSADDR=0x00f00000
11271093Sbroptions		KERNPHYSADDR=0x00f00000
12271093Sbr
13271093Sbrmakeoptions	KERNVIRTADDR=0xc0f00000
14271093Sbroptions		KERNVIRTADDR=0xc0f00000
15271093Sbr
16271093Sbroptions		ARM_L2_PIPT
17271093Sbr
18271093Sbroptions		IPI_IRQ_START=0
19271093Sbroptions		IPI_IRQ_END=15
20271093Sbr
21271093Sbrfiles		"../altera/socfpga/files.socfpga"
22