]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/arm/tegra/std.tegra2
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / arm / tegra / std.tegra2
1 # nVidia Tegra 2 common options
2 #$FreeBSD$
3
4 cpu             CPU_CORTEXA
5 machine         arm armv6
6
7 options         PHYSADDR=0x00000000
8
9 makeoptions     KERNPHYSADDR=0x00200000
10 options         KERNPHYSADDR=0x00200000
11 makeoptions     KERNVIRTADDR=0xc0200000
12 options         KERNVIRTADDR=0xc0200000
13
14 options         STARTUP_PAGETABLE_ADDR=0x00100000
15
16 files           "../tegra/files.tegra2"