xref: /freebsd/sys/arm/ti/omap4/std.omap4 (revision e53470fe)
1e53470feSOleksandr Tymoshenko# Omap4430 generic configuration
2e53470feSOleksandr Tymoshenko#$FreeBSD$
3e53470feSOleksandr Tymoshenkofiles		"../ti/omap4/files.omap4"
4e53470feSOleksandr Tymoshenkoinclude		"../ti/std.ti"
5e53470feSOleksandr Tymoshenkomakeoption	ARM_LITTLE_ENDIAN
6e53470feSOleksandr Tymoshenko
7e53470feSOleksandr Tymoshenko# Physical memory starts at 0x80000000.  We assume images are loaded at
8e53470feSOleksandr Tymoshenko# 0x80200000, e.g. from u-boot with 'fatload mmc 0 0x80200000 kernel.bin'
9e53470feSOleksandr Tymoshenko#
10e53470feSOleksandr Tymoshenko#
11e53470feSOleksandr Tymoshenkooptions		PHYSADDR=0x80000000
12e53470feSOleksandr Tymoshenkooptions		KERNPHYSADDR=0x80200000
13e53470feSOleksandr Tymoshenkomakeoptions	KERNPHYSADDR=0x80200000
14e53470feSOleksandr Tymoshenkooptions		KERNVIRTADDR=0xc0200000		# Used in ldscript.arm
15e53470feSOleksandr Tymoshenkomakeoptions	KERNVIRTADDR=0xc0200000
16e53470feSOleksandr Tymoshenko
17e53470feSOleksandr Tymoshenkooptions		STARTUP_PAGETABLE_ADDR=0x80000000
18e53470feSOleksandr Tymoshenko
19e53470feSOleksandr Tymoshenkooptions		SOC_OMAP4
20e53470feSOleksandr Tymoshenko
21e53470feSOleksandr Tymoshenkooptions		ARM_L2_PIPT
22