Deleted Added
full compact
std.a20 (256281) std.a20 (266110)
1# Allwinner A20 common options
1# Allwinner A20 common options
2#$FreeBSD: stable/10/sys/arm/allwinner/a20/std.a20 254056 2013-08-07 11:07:56Z ganbold $
2#$FreeBSD: stable/10/sys/arm/allwinner/a20/std.a20 266110 2014-05-15 02:41:23Z ian $
3
4cpu CPU_CORTEXA
5machine arm armv6
6makeoption ARM_LITTLE_ENDIAN
7
8# Physical memory starts at 0x40200000. We assume images are loaded at
9# 0x40200000, e.g. from u-boot with 'fatload mmc 0 0x40200000 kernel'
10#
11#
12options PHYSADDR=0x40000000
13
14makeoptions KERNPHYSADDR=0x40200000
15options KERNPHYSADDR=0x40200000
16makeoptions KERNVIRTADDR=0xc0200000
17options KERNVIRTADDR=0xc0200000
18
3
4cpu CPU_CORTEXA
5machine arm armv6
6makeoption ARM_LITTLE_ENDIAN
7
8# Physical memory starts at 0x40200000. We assume images are loaded at
9# 0x40200000, e.g. from u-boot with 'fatload mmc 0 0x40200000 kernel'
10#
11#
12options PHYSADDR=0x40000000
13
14makeoptions KERNPHYSADDR=0x40200000
15options KERNPHYSADDR=0x40200000
16makeoptions KERNVIRTADDR=0xc0200000
17options KERNVIRTADDR=0xc0200000
18
19options STARTUP_PAGETABLE_ADDR=0x48000000
20
21options ARM_L2_PIPT
22
23options IPI_IRQ_START=0
24options IPI_IRQ_END=15
25
26files "../allwinner/a20/files.a20"
19options ARM_L2_PIPT
20
21options IPI_IRQ_START=0
22options IPI_IRQ_END=15
23
24files "../allwinner/a20/files.a20"