]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/arm/tegra/std.tegra2
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.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"