]> CyberLeo.Net >> Repos - FreeBSD/releng/10.0.git/blob - sys/arm/ti/omap4/std.omap4
- Copy stable/10 (r259064) to releng/10.0 as part of the
[FreeBSD/releng/10.0.git] / sys / arm / ti / omap4 / std.omap4
1 # Omap4430 generic configuration
2 #$FreeBSD$
3 files           "../ti/omap4/files.omap4"
4 include         "../ti/std.ti"
5 makeoption      ARM_LITTLE_ENDIAN
6
7 # Physical memory starts at 0x80000000.  We assume images are loaded at
8 # 0x80200000, e.g. from u-boot with 'fatload mmc 0 0x80200000 kernel.bin'
9 #
10 #
11 options         PHYSADDR=0x80000000
12 options         KERNPHYSADDR=0x80200000
13 makeoptions     KERNPHYSADDR=0x80200000
14 options         KERNVIRTADDR=0xc0200000         # Used in ldscript.arm
15 makeoptions     KERNVIRTADDR=0xc0200000
16
17 options         STARTUP_PAGETABLE_ADDR=0x80000000
18
19 options         SOC_OMAP4
20
21 options         ARM_L2_PIPT
22
23 options         IPI_IRQ_START=0
24 options         IPI_IRQ_END=15
25