]> CyberLeo.Net >> Repos - FreeBSD/stable/10.git/blob - sys/arm/allwinner/a20/std.a20
Copy head (r256279) to stable/10 as part of the 10.0-RELEASE cycle.
[FreeBSD/stable/10.git] / sys / arm / allwinner / a20 / std.a20
1 # Allwinner A20 common options
2 #$FreeBSD$
3
4 cpu             CPU_CORTEXA
5 machine         arm armv6
6 makeoption      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 #
12 options         PHYSADDR=0x40000000
13
14 makeoptions     KERNPHYSADDR=0x40200000
15 options         KERNPHYSADDR=0x40200000
16 makeoptions     KERNVIRTADDR=0xc0200000
17 options         KERNVIRTADDR=0xc0200000
18
19 options         STARTUP_PAGETABLE_ADDR=0x48000000
20
21 options         ARM_L2_PIPT
22
23 options         IPI_IRQ_START=0
24 options         IPI_IRQ_END=15
25
26 files           "../allwinner/a20/files.a20"