xref: /freebsd/sys/arm/freescale/vybrid/std.vybrid (revision 4ec234c813eed05c166859bba82c882e40826eb9)
1# $FreeBSD$
2
3makeoption	ARM_LITTLE_ENDIAN
4
5cpu		CPU_CORTEXA
6machine		arm armv6
7
8options		PHYSADDR=0x80000000
9
10makeoptions	KERNPHYSADDR=0x80100000
11options		KERNPHYSADDR=0x80100000
12
13makeoptions	KERNVIRTADDR=0xc0100000
14options		KERNVIRTADDR=0xc0100000
15
16options		STARTUP_PAGETABLE_ADDR=0x81000000
17
18options		ARM_L2_PIPT
19
20files		"../freescale/vybrid/files.vybrid"
21