]> CyberLeo.Net >> Repos - FreeBSD/releng/10.2.git/blob - sys/arm/allwinner/std.a10
- Copy stable/10@285827 to releng/10.2 in preparation for 10.2-RC1
[FreeBSD/releng/10.2.git] / sys / arm / allwinner / std.a10
1 # Allwinner A10 common options
2 #$FreeBSD$
3
4 cpu             CPU_CORTEXA
5 machine         arm armv6
6 makeoptions     CONF_CFLAGS="-march=armv7a -Wa,-march=armv7a"
7 makeoption      ARM_LITTLE_ENDIAN
8
9 # Physical memory starts at 0x40200000.  We assume images are loaded at
10 # 0x40200000, e.g. from u-boot with 'fatload mmc 0 0x40200000 kernel'
11 #
12 #
13 options         PHYSADDR=0x40000000
14
15 makeoptions     KERNPHYSADDR=0x40200000
16 options         KERNPHYSADDR=0x40200000
17 makeoptions     KERNVIRTADDR=0xc0200000
18 options         KERNVIRTADDR=0xc0200000
19
20 files           "../allwinner/files.a10"