Deleted Added
full compact
std.a20 (276047) std.a20 (276520)
1# Allwinner A20 common options
1# Allwinner A20 common options
2#$FreeBSD: head/sys/arm/allwinner/a20/std.a20 276047 2014-12-21 23:48:32Z ian $
2#$FreeBSD: head/sys/arm/allwinner/a20/std.a20 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
20options ARM_L2_PIPT
21
22options IPI_IRQ_START=0
23options IPI_IRQ_END=15
24
25files "../allwinner/a20/files.a20"
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
20options ARM_L2_PIPT
21
22options IPI_IRQ_START=0
23options IPI_IRQ_END=15
24
25files "../allwinner/a20/files.a20"