Deleted Added
full compact
std.a10 (276047) std.a10 (276520)
1# Allwinner A10 common options
1# Allwinner A10 common options
2#$FreeBSD: head/sys/arm/allwinner/std.a10 276047 2014-12-21 23:48:32Z ian $
2#$FreeBSD: head/sys/arm/allwinner/std.a10 276520 2015-01-01 23:21:46Z ian $
3
4cpu CPU_CORTEXA
5machine arm armv6
3
4cpu CPU_CORTEXA
5machine arm armv6
6makeoptions CONF_CFLAGS="-march=armv7a -Wa,-march=armv7a"
6makeoptions CONF_CFLAGS="-march=armv7a"
7makeoption 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#
13options PHYSADDR=0x40000000
14
15makeoptions KERNPHYSADDR=0x40200000
16options KERNPHYSADDR=0x40200000
17makeoptions KERNVIRTADDR=0xc0200000
18options KERNVIRTADDR=0xc0200000
19
20files "../allwinner/files.a10"
7makeoption 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#
13options PHYSADDR=0x40000000
14
15makeoptions KERNPHYSADDR=0x40200000
16options KERNPHYSADDR=0x40200000
17makeoptions KERNVIRTADDR=0xc0200000
18options KERNVIRTADDR=0xc0200000
19
20files "../allwinner/files.a10"