Deleted Added
full compact
std.avila (164426) std.avila (186352)
1#GW2348-4 board configuration
2#$FreeBSD: head/sys/arm/xscale/ixp425/std.avila 164426 2006-11-19 23:55:23Z sam $
3include "../xscale/ixp425/std.ixp425"
1#$FreeBSD: head/sys/arm/xscale/ixp425/std.avila 186352 2008-12-20 03:26:09Z sam $
2
3#
4# Gateworks GW23XX board configuration
5#
4files "../xscale/ixp425/files.avila"
6files "../xscale/ixp425/files.avila"
5makeoptions KERNPHYSADDR=0x10200000
7#
8# Physical memory starts at 0. We assume images are loaded at
9# 0x200000, e.g. from redboot with load -b 0x200000 kernel.
10#
11# Redboot is expected to handle unmapping the flash memory that
12# appears at 0 on boot. Likewise we expect the expansion bus to
13# be remapped away from 0.
14#
15options PHYSADDR=0x00000000
16options KERNPHYSADDR=0x00200000
17makeoptions KERNPHYSADDR=0x00200000
18options KERNVIRTADDR=0xc0200000 # Used in ldscript.arm
6makeoptions KERNVIRTADDR=0xc0200000
19makeoptions KERNVIRTADDR=0xc0200000
20options FLASHADDR=0x50000000
21options LOADERRAMADDR=0x00000000
22options STARTUP_PAGETABLE_ADDR=0x00000000