1164426Ssam#$FreeBSD$
2186352Ssam
3186352Ssam#
4186352Ssam# Gateworks GW23XX board configuration
5186352Ssam#
6164426Ssamfiles		"../xscale/ixp425/files.avila"
7186352Ssam#
8186352Ssam# Physical memory starts at 0.  We assume images are loaded at
9186352Ssam# 0x200000, e.g. from redboot with load -b 0x200000 kernel.
10186352Ssam#
11186352Ssam# Redboot is expected to handle unmapping the flash memory that
12186352Ssam# appears at 0 on boot.  Likewise we expect the expansion bus to
13186352Ssam# be remapped away from 0.
14186352Ssam#
15186352Ssamoptions		PHYSADDR=0x00000000
16186352Ssamoptions		KERNPHYSADDR=0x00200000
17186352Ssammakeoptions	KERNPHYSADDR=0x00200000
18186352Ssamoptions		KERNVIRTADDR=0xc0200000		# Used in ldscript.arm
19164426Ssammakeoptions	KERNVIRTADDR=0xc0200000
20186352Ssamoptions		FLASHADDR=0x50000000
21186352Ssamoptions		LOADERRAMADDR=0x00000000
22