1239281Sgonzo# Omap4430 generic configuration
2239281Sgonzo#$FreeBSD$
3239281Sgonzofiles		"../ti/omap4/files.omap4"
4239281Sgonzoinclude		"../ti/std.ti"
5239281Sgonzomakeoption	ARM_LITTLE_ENDIAN
6239281Sgonzo
7239281Sgonzo# Physical memory starts at 0x80000000.  We assume images are loaded at
8239281Sgonzo# 0x80200000, e.g. from u-boot with 'fatload mmc 0 0x80200000 kernel.bin'
9239281Sgonzo#
10239281Sgonzo#
11239281Sgonzooptions		PHYSADDR=0x80000000
12239281Sgonzooptions		KERNPHYSADDR=0x80200000
13239281Sgonzomakeoptions	KERNPHYSADDR=0x80200000
14239281Sgonzooptions		KERNVIRTADDR=0xc0200000		# Used in ldscript.arm
15239281Sgonzomakeoptions	KERNVIRTADDR=0xc0200000
16239281Sgonzo
17239281Sgonzooptions		SOC_OMAP4
18239281Sgonzo
19239281Sgonzooptions		ARM_L2_PIPT
20245203Scognet
21245203Scognetoptions		IPI_IRQ_START=0
22245203Scognetoptions		IPI_IRQ_END=15
23245203Scognet
24